Thanks Barry
That works perfectly.
We have always used a code block in to deal with runtime or web when using functions like postcode lookup etc
if ( Lianja.isDevMode() )
{
Type: Posts; User: SpringBox
Thanks Barry
That works perfectly.
We have always used a code block in to deal with runtime or web when using functions like postcode lookup etc
if ( Lianja.isDevMode() )
{
Hi Barry
Form section.
Sorry - not being exact.
Edit, Data changed and "smith" in field when save is pressed in web.
Beforeupdate() fires and changes value/text in field to "Smith"
Hi Barry
This seems to be 2 issues.
1) "However FYI from the GUI, BeforeUpdate() is NOT called from the save button, but only by repressing the edit button." refers to the App Builder GUI.
...
Hi Barry
Thanks for info.
Agreed, input masks would be preferred but don't think there is a proper() input mask.
In DEV Got the BeforeUpdate() delegate working and is just what we needed.
...
Hi guys
We have a js function which tidies up user data entry PROPER(), UPPER() etc. at the end of an edit. It is called from one section but updates the data is all sections after edit on a...