jholdrid
30th July 2004, 18:54
I have a custom session, which uses a horizontal form with 10 occurrences. My users would like to be able to see the previous 9 entries when they do an insert but currently the form clears and the user is prompted for the new record at occurrence 1.

Is there a way that I can show the previous 9 entries and prompt the user at occurrence 10?

Perhaps...Is there something that I can do in script at Choice.add.set ?

Thanks for your help

cucucucu
31st July 2004, 02:58
Maybe you can set the start option of session to 8 (first record)

toolswizard
6th August 2004, 19:55
You could program it similar to purchase or sales orders lines. The line sessions actually have two program scripts associated with them. Once displays information in the top half of the form, the other maintains data in the bottom half, and controls the display. Display your horizontal information in the top, and insert in the bottom.