Title
Looping custom dialog entries - clear global fields?
Post
This is a followup to a previous forum post. http://forums.filemaker.com/posts/ecbeff172a?start=16&stop=30
Script is working except that it isn't clearing out my global fields for the next message to be entered.
Any help would be greatly appreciated!
Thanks
Tracey
If your global fields are those shown in the script preceded with g_, then you do not have any steps in your script that would clear these fields as far as I can see in your script steps shown.
Example:
Set field [T05c_contacts_NOTES||id_contact|::g_Note_Type ; "" ]
would clear that field. You can put one such step for every global field just before your show custom dialog step if you need the fields to be empty each time it opens.