alopas Posted March 9, 2004 Posted March 9, 2004 Hi, how can Exit Loop when I get to the last record? (see below script step after ***"stars"***) Thanks in advance! Go to Layout [ Form ] Go to Record/Request/Page[ First ] Loop Insert Text [ Package code, "package" ][ Select entire contents ] Go to Record/Request/Page[ Next ] Exit Loop If [***"Next Record = Last Record"***] End Loop
Vaughan Posted March 9, 2004 Posted March 9, 2004 You're gonna love this... Go to Record/Request [ Next, exit after last record ] Yep, it's an option! No need for an Exit Loop If step. Of course, if you'd rather an Exit Loop If you'd use Exit Loop If [ Status(CurrentRecordNumber) = Status(CurrentFoundCount) ]
Recommended Posts
This topic is 7568 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