Page 2 of 2

Re: Find sibling components in a rendered DataBand-Row

Posted: Wed Sep 12, 2012 6:05 am
by Alex K.
Hello,

Thank you for your information.

Re: Find sibling components in a rendered DataBand-Row

Posted: Tue Feb 12, 2013 3:52 pm
by tpontow
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

Re: Find sibling components in a rendered DataBand-Row

Posted: Wed Feb 13, 2013 1:22 pm
by Alex K.
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.
Can you please describe your task in more details.
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?
In this case will be taken the first record from datatable.

Also you can use the RegBusinessObject() method.
Thank you.