alpana
19th February 2008, 08:32
Hi ...

We are trying to update 2nd occurence of our multi occ form using AFS. How do we do it? ... Any idea?

Alpana

mark_h
19th February 2008, 16:27
First you use change.view or find to find the records then you use stpapi.browse.set with the next.set option. Keep in mind this does not always work. In some cases I have to issue a find to locate the next record - but after using next set. I know in one case next.set retrieved the record, but did not make the record current. In that case I did a next.set - read the fields, then issued a find command to make the record current.