Viggo
-
Alert in cloud version not working?
Im doing this at Table level update trigger, but there is no alert showing up. Whats the trick? let checkthis := NameField;if cnt((select Customers)[NameField = checkthis]) > 1 thenalert("Customer…
-
Switch syntax wrong?
Where is my error here? Can't get my head around the syntax of Switch. The result is always 0 in NumberField and nothing in TextField. (script is in update-trigger for the choice-field "ComboSelect".…
-
NX language examples - where?
Documentation - and forum for that matter, has little info and examples on how to take advantage of the NX language. Is it a CIA secret :)? Any URL's to some good examples anyone?
-
Create new record in the table with a button?
Nothing found in manuals or in forums for a very simple (I think) task: I want to use a button to create a new record in the table (nope, not another table). That's about it.…