Hello,
I don't arrive to link my xml objet and my VB code.
I load my XML form.
I'm connected to the company.
My object (business partners) in the VB code have the right value.
But I can't show the object value in my object it_EDIT)on the xml form.
Could you help me.
Thanks
Jerome
Hi Jerome,
make sure that you have linked your EditText to a valid dbdatasource referring your table and column.
Before any data is displayed, you also need to execute
MyDbDatasource.Query to actually get the data.
Also look into the basic sample code provided by SAP.
HTH
Lutz Morrien
Add a comment