OK, I put the following line (all by itself) into Custom Code > Javascript for FORM A (which I then access as an edit form):
- Code: Select all
nuSetHash('tester', 'blabla');
FORM A (as an edit form) has a button object which, when clicked, directs to FORM B with the record ID set to -1 (to pull up a new blank edit form).
I put the following line of code into Custom Code > Before Open for FORM B:
- Code: Select all
nuDisplayError('#tester#');
The error message that pops up when I click the button on FORM A shows this:
#tester#
Obviously I'm missing something elementary here, and probably showing my ignorance (already admitted) of Javascript, but am I anywhere near being on the right track?