August 21, 200520 yr 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
August 21, 200520 yr The first go to needs to be before the loop. All your loop is doing is continuously going to the first record.
Create an account or sign in to comment