Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inserting multiple records in table control.

Former Member
0 Likes
377

hai,

the requirement is, if i enter values in first screen based on that values in second screen i inserted multiple records into database tables.if user did't enter any one record its displays error message in status bar(enter all values),its displays message but the thing is,if i perform save it can refresh the all records in table control.

plz send this soultion as early as possible.

2 REPLIES 2
Read only

Former Member
0 Likes
334

Can you please elaborate your query or give a code snippet

Read only

Former Member
0 Likes
334

Hi,

Try this code snippet,

When 'SAVE'.

Move TAB_CNTRL to ITAB (Provided both are same of structure)

Insert DBTAB from table ITAB.

Clear TAB_CNTRL.

Hope this might b eof little help.

Thanks,

Prashanth