Question Adding Row in Browse

Hi,

I am displaying a temp-table with values in a browse. I have a requirement where by pressing a button the browse should become editable and a new row can be added.

For this purpose i have used "BROWSE-NAME:INSERT-ROW(AFTER)". By doing this will the newly entered row will be added to the temp-table directly or should i explicitly do a code to add the new values to the temp table. Kindly clarify.

Regards
Mani
 

oli

Member
Don't take this wrong, Mani, but why don't you try it by yourself?
Put an extra button in your window, and count/show the number of records inside the TT after the INSERT-ROW() method and ROW-LEAVE event have occurred.
Also, look in the online help and search the Knowledge Base over "INSERT-ROW". You'll find useful information and even some piece of code.
And finally, look at the "NO-ASSIGN" option in browse definition.
 
Top