Adding a new record via code?

T

Thomas Andersson

Hi,

I wonder if it is possible to add a new record via code (C#)? I have been
looking everywhere and can't find any solution on this...

Thanks
Thomas Andersson
 
S

S.Y.M. Wong-A-Ton

What do you mean with add a new record? To a database? To a repeating table?
What exactly do you want to add a record to? If it is to a repeating table,
look into using appendChild() on XML nodes.
 
T

Thomas Andersson

Actually I think I found a solution on this with the appendChild function.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top