cancel
Showing results for 
Search instead for 
Did you mean: 

insertion of data into database from input field

Former Member
0 Kudos

hai friends

i have taken the selection screen and the populated the data into table .

in that table, have dropdownbox where i select the data, if data is select

after click on save the data should insert into respective databasetable

help me in doing this plzzzzzzzzz

very urgent

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you should get everything, in your event handler, via:

node->get_static_attributes_table( lt_table ).

from there you can handle your modifications

grtz,

Koen