‎2006 Sep 30 8:45 AM
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.
‎2006 Oct 05 10:39 AM
‎2006 Oct 05 10:53 AM
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