June 21, 201213 yr Newbies Hello to all, I am writing a script for a simple verification of already existing records before a new record is created. The script begins with a custom dialog asking the user to enter the date for the record being created. That input field is stored in a "Temporary" field on the current table. I then Set a local Variable with that date using the Temporary Field. It then goes to a Find Request that matches any existing records in the current table with that Date. When using the Debugger, I can see that it when the script operation reaches the Request Find step it loops back and opens the above mentioned Custom Dialog. I cannot find a reason why it would do this. Please help! Here's the data: Show All Records Show Custom Dialog ["Begin Payroll Worksheet"; "Please enter the last day of the pay period."; Payroll Weeks::TMP_WeekID Check] Set Variable [$WeekCheck; Value:Payroll Weeks::TMP_WeekID Check] Perform Find [Restore] Find Records Criteria - Payroll Weeks::Payroll Week End Date: [=$WeekCheck] It then loops back to Custom Dialog.
June 21, 201213 yr Author Newbies Yes, I do!!!! Thank you! It's amazing that something so simple can evade me. Thanks Again!
Create an account or sign in to comment