Ginxy33 Posted December 20, 2005 Posted December 20, 2005 I am going to shoot myself if someone doesn't help me figure this out....Just kidding, but I got your attention right? I'm trying to make a script that will loop through my portal rows and set a flag to Bold header text. My problem is, it loops fine, but it keeps looping and creating records because of the flag.(Hense all the no no no no no's) I need it to stop when there is no record left in the portal. What am I missing? update. I got it to work by just changing the LineItems::row into a global field. I am not exactly sure why that worked though. Explanation anyone?
Slobey Posted December 20, 2005 Posted December 20, 2005 The reason is that if the Lineitems::row is not a global field then it does not exist in the record of the portal row you are in. Therefore the two fields will never match. the global works because it is present in all records.
Recommended Posts
This topic is 6915 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