mentairia Posted August 21, 2005 Posted August 21, 2005 Ok I have 2 lists of Customer Names I need them to match exactly. So I decided to do this I would design a calculation field that would check to make sure they were identical if they were it would show a 1 if not a 0. Ok works like a charm so I think I got this in the bag. I write the following script but it hang and never does a thing. Loop Go to record/request/page [First] If [Record::test = 0] Set Field [Record::Company;Current::Company] End If Go to Record/Request/Page [next;Exit after last] End Loop
SlimJim Posted August 21, 2005 Posted August 21, 2005 The first go to needs to be before the loop. All your loop is doing is continuously going to the first record.
mentairia Posted August 21, 2005 Author Posted August 21, 2005 ROFL Good God was that dumb LOL Thanks alot Slim
Recommended Posts
This topic is 7036 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