Discussions

Tag Filter:
Hello, I am doing a test and found the following; I have a template on which is an edit button. When clicking the EDIT button, it displays the EDIT form. The Edit form has a <SelectCommand> with a <parameter value='[[Form:product_id]]' and that works! (I have multiple template/forms with this technique) However, when I add a <ControlDataSource> with the same parameter, it doesn't work. Althought w
Is there a way to use a dash in a Url parameter? something like this [[Url:param-Name]] instead of [[Url:paramName]]
I have a stored procedure that accepts one parameter to get records by status. However, I have one module where I need to pass two different statuses or values to the procedure at the same time like an "OR" operator. The problem is, I could do this in the procedure itself but then I have to add a "second" parameter to every list data source that uses the procedure. Then for modules that only pass
I am currently using a Feed to input data into the DB, but the following characters are being stripped out of the text parameter 1 '&' 2 ';' 3 '--' (two negative signs) Since I am trying to save some html escaped test ( which contains lots of & and ;) I am stuck Is there a way around it?
Hi, I've been wrestling with a template cobbled together from examples found here and am looking for a little help getting this concept working. I have a template listing 'parents' and a feed being called from the template which is supposed to list the children of the parent, if any. If anyone is up for looking at the output of the template and tell me what I'm doing wrong it would be appreciated.