I can't figure out how to loop through the header records in a dataview. When I make a pop up for the record count, it always tells me there's only one even when there are more than one. I'm trying to change the AR invoice header records when the invoice is created, but I can't find where the add record event fires. If I change the records on save, it will only work on the active record, which is why I want to loop through them. I don't think I can use an adapter, can I? The records are already in the form, so I don't want to go find them again, do I? Any help would be appreciated.
Thank you!