In ONE field only on my form I have some Reset Code:
LOC:ClientString = p_web.restorevalue('Cli:FirstName') & p_web.restorevalue('Cli:LastName')
However when I check, this code is firing twice when I press TAB on that field.
I have placed my code in Routines, General Tab, Field Name - 3 Value Routine - Actually just read the manual again and think this should go in 2 Valiudate:Server Side - but still the same - fires twice
Is there a different embed to use to only make it fire once?
Also why does it only fire on Insert? Is there somewhere I have missed to make it fire on Edit also?
John