October 29, 201114 yr If I perform find using a layoutA using file Messages and I find 5 found records, and i move through each of the 5 records maybe editing them... my problem is, I have a small trigger script, that fires in the background (MMscript) using a different layout same file Messages The trigger need to find a different record other than the first Foundset in same Message file.. then do something to a field.. How can I return back to the original 5 found record set without performing a new find? Whats happening is the Trigger script fires... finds the one record.... and changes my found set only showing 1 record verse 5 records TIA
October 29, 201114 yr Have the script open a new window before performing the find. The original found set will remain in the old window.
Create an account or sign in to comment