‎2006 Dec 29 11:08 AM
hi,
changing database data using table control..i need logic....pls send me
‎2006 Dec 29 11:10 AM
‎2006 Dec 29 11:10 AM
Hi,
U mean to say that you want to design a table control in screen and throuh that you want to update the database table . Isn't it?
Regards,
Jayaram...
‎2006 Dec 29 11:11 AM
Hi,
Create the table control using the WIZARD available in the screen painer, there give the TABLE name. Then you will get the code for basic table control.
Then in the PAI on say event SAVE just say
INSERT INTO <db_tab> from it_tab.
Regards,
Sesh
‎2006 Dec 29 11:14 AM
‎2006 Dec 29 11:15 AM
Hi,
Check this link for code sample.I am explaining the concept here.Kindly reward points if it helps.
‎2006 Dec 29 1:54 PM
Hi,
Create the table control using screen painer,
Then in the PAI write logic related to insert
INSERT INTO <db_tab> from it_tab.
Regards,
deepak