Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"cursor processing" inside actuate

Status
Not open for further replies.

tekatoo

Programmer
May 29, 2002
4
US
I have a need to do "nested" fetching. Once I fetch a record from the first level, I need match any and all records from a second level. I then need to get the next record from the first level and recycle through the second level again (from begin to end)... so on and so on until I reach the end of records in first level.
My problem is I'm unable to "recycle" the second level where I reread the first record.... I need something like a getfirst method so I can do my nested looping.
In pl/sql, I would open the cursor, fetch the records, close the cursor, then reopen the cursor so I can starting fetching at the first record. I have no clue how to do this in actuate... any suggestions.
THANKS
 
If you are using a memory buffer then look into SeekTo function

You can also acheive this by a nested report. See the examples provided
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top