Hello,
Thank you for your information.
Find sibling components in a rendered DataBand-Row
Re: Find sibling components in a rendered DataBand-Row
Hello,
what can i do if i have not a BusinessObject but a XML connection as DataSource for the DataBand? How can i get the data of the row that is currently rendered? StiDataSource has no Current-property
What if i have only a page with StiText elements (no Bands at all). How can i get the used BusinessObject or used DataSource for rendering that StiText and write it into the Tag -property?
Thanks
what can i do if i have not a BusinessObject but a XML connection as DataSource for the DataBand? How can i get the data of the row that is currently rendered? StiDataSource has no Current-property
What if i have only a page with StiText elements (no Bands at all). How can i get the used BusinessObject or used DataSource for rendering that StiText and write it into the Tag -property?
Thanks
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: Find sibling components in a rendered DataBand-Row
Hello,
Also you can use the RegBusinessObject() method.
Thank you.
Can you please describe your task in more details.what can i do if i have not a BusinessObject but a XML connection as DataSource for the DataBand? How can i get the data of the row that is currently rendered? StiDataSource has no Current-property.
In this case will be taken the first record from datatable.What if i have only a page with StiText elements (no Bands at all). How can i get the used BusinessObject or used DataSource for rendering that StiText and write it into the Tag -property?
Also you can use the RegBusinessObject() method.
Thank you.