Page 1 of 1

xml data-binding problem

Posted: Mon Mar 28, 2011 4:26 am
by luczan
hi all,
i have xml with data:
.....


string1




string2


.......

and i need to print customer.PostAddress.City to the textBox... is't possible?
how can i identify that it's customer's postAddress?
thanks



part of my xsd :






















xml data-binding problem

Posted: Tue Mar 29, 2011 3:11 am
by Alex K.
Hello,

In this case, the PostAdress construction will be added as a separate data source with relations to the Customer and Employee. And using a master-detail relations, this field can be output.

Thank you.

xml data-binding problem

Posted: Wed Mar 30, 2011 9:28 am
by luczan
thanks, yes but in this case i need to use 2 dataBand - DataBand1 (Data Source: Customer) and DataBand2 (Data Source: postAddress, Master Component: DataBand1) and TextBox (postAddress.City) is in the DataBand2.
But what can i do to show customer.city and employee.city in the same "line"?


xml data-binding problem

Posted: Thu Mar 31, 2011 2:14 am
by Alex K.
Hello,

Please send us sample of an .xml file and a sample how this should look like.

Thank you.