Hi,
I created a form in Dexterity where I added the field percentage. When I click on the save button the value is inserted in my database table through an sql query. However I have used some formatting to get rid of the % sign and save the number. It looks like this:
PRCNTAGE='" + (format('Percentage' of window 'Window1' of form 'Form1' ,false, false, 5, MINUSNEG)) + "'
The above works on my computer but when i installed on the client it fails to read the percentage form the form and instead inserts 0.00 in the table. I am guessing that something is wrong with the formatting.
Please advice. Thanks in advance
*This post is locked for comments