The Missing Man Posted February 5, 2011 Posted February 5, 2011 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????
bcooney Posted February 5, 2011 Posted February 5, 2011 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.
The Missing Man Posted February 6, 2011 Author Posted February 6, 2011 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?
The Missing Man Posted February 6, 2011 Author Posted February 6, 2011 Thank you, Have a great day, -Al
Recommended Posts
This topic is 5040 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now