cancel
Showing results for 
Search instead for 
Did you mean: 

how write given from form in base?

Former Member
0 Kudos

Hi all

question - assume that I have form and user table. how do I write data from all fields on form in user table in database?

if possible show example please.

Version B-One 2004.

Thanks, and hallo from Moscow Russia.

Accepted Solutions (1)

Accepted Solutions (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

You should use DI API to write data back in DB. Have a look at the samples that come with SDK. However you could consider using a UDO to make your life easier.

Answers (1)

Answers (1)

AdKerremans
Active Contributor
0 Kudos

Hi Artem,

If you make your form automanaged and link the items on your form with your table, SBO does all for you.

Regards

Ad

Former Member
0 Kudos

Thank all