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
xml data-binding problem
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.
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
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"?
But what can i do to show customer.city and employee.city in the same "line"?
xml data-binding problem
Hello,
Please send us sample of an .xml file and a sample how this should look like.
Thank you.
Please send us sample of an .xml file and a sample how this should look like.
Thank you.