Tap Forms – Organizer Database App for Mac, iPhone, and iPad › Forums › Script Talk › 2 forms: get records from form 2
Hello,
following assumption:
I have two forms:
form 1
form 2
I have a script in form 1 (not a script field). How can I get the records that are in form 2 from form 1 and display it in the console?
I tried several days but I can not access the records in form 2.
Regards from germany.
This should to it: var form2_recs = document.getFormNamed('form 2').getRecords();
var form2_recs = document.getFormNamed('form 2').getRecords();
Thank you very much.
It works.
Have a nice day!!
You must be logged in to reply to this topic.
Log in / Register