February 5, 201114 yr I know this is really basic for most of you out there but being a newbee any help would be appreciated. I decided to check my script with script debugger and I get this error popping up Error Code "101" which is record is missing. I have included the script that I am running to go with this: Sort Records (Restore; No dialog) Go to Record/Request/Page (First) Loop Duplicate Record/Request Go to Record/Request/Page (Next; Exist after last) End loop Then I get error 101? Also what is happening is a global field set to 2000 as per all the records changes to the current year. Not sure how or why this happens? Anyone????
February 5, 201114 yr FM throws the error when it reaches the last record in the found set. There's no "next" record, and so you get the error. No worries.
February 6, 201114 yr Author I know this is really basic for most of you out there but being a newbee any help would be appreciated. I decided to check my script with script debugger and I get this error popping up Error Code "101" which is record is missing. I have included the script that I am running to go with this: Sort Records (Restore; No dialog) Go to Record/Request/Page (First) Loop Duplicate Record/Request Go to Record/Request/Page (Next; Exist after last) End loop Then I get error 101? Also what is happening is a global field set to 2000 as per all the records changes to the current year. Not sure how or why this happens? Anyone?
Create an account or sign in to comment