Hi,
In a form I have a drop cstring(2) (varchar(1) at mssql) with two options: + and -
When I select the - option the field saves ok and I can see in the profiler:
UPDATE dbo.CR_DAT SET BLOOD_RH = @P1 WHERE ID = @P2
When I choose the + option the field is saved blank and the update is not send to the Ms sql server.
The validate options are set to NO in the template.
Any Idea?
Thanks
Alberto