I have a grid template that I've configured in conjunction with a form to edit/delete associated records. However, when I click to edit a record, then submit changes, I get an error that refers to the event log, which says: Message: The variable name '@booth' has already been declared. Variable names must be unique within a query batch or stored procedure. What am I missing on this very simple bas
I have created a form. Within that form, I want to record the current/date time that a record is created. I am trying to do this with the Variable contruct. Here my declaration <Variable Name="DateTimeSubmitted" Value="{XMOD_Now}" DataType="string" /> When the form submits, it tries to insert a new reocrd in the database with the DateTimeSubmitted as one of the fields. I get an error that says the