Latest Creator Update bugs
@Creator Support
First let me say that the new compiler is awesome, many thanks :)
1. Double fetch no longer works, eg:
- //this will not work
- x = Form_Name1[ID = input.Lookup_Field];
- y = Form_Name2[ID = x.Lookup_Field];
- input.Field = y.Field;
2. Numbers in drop-downs not saving when using "other" option
3. This no longer works:
- if(!Field.contains("No"))
- {
- alert input.Field;
- cancel submit;
- }
get this error:
Error details:
Error in executing On Edit - On Validate script.
Function '{0}' specified in criteria is of type void and cannot be evaluated (17)
Damien Cregan
Hire an Expert