cancel
Showing results for 
Search instead for 
Did you mean: 

Store values in a user's table field

Former Member
0 Kudos

HI,

i want to put the edit field's value of a my user form, oitem1 = oForm.Items.Add("txtShelf", SAPbouiCOM.BoFormItemTypes.it_EDIT), in a user table Created previously,called VIDS, in its Column called Project , after clicking button ok, how can i do it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Lorenzo,

First get the value from the edit text and then in the Item Event, on the click on the OK button you can use a Record set object and pass the standard SQL insert query as a parameter and get ur job done.

Regards,

Vasu Natari.

Answers (0)