ashishjain
22nd January 2009, 12:34
Hi Friends,

I have come to know that there is a function in BaaN IV to move between the records inn same table without using the Alias...

Can u please help me out??????????

Regards,
Ashish Jain:)

rberti
22nd January 2009, 15:30
Hi Ashish Jain, if I've understood what you want, you can use on.main.table(function_name, [parameters, ...])

The help description: "This copies the contents current record of the main table to the record buffer of that table, saves the record, and executes the specified function. After that the saved record buffer is restored. This enables you to perform actions on the record contents without affecting the values in the table."

Hope it helps!