Data not displayed in designer
As mentioned before i developed a mechanism to design templates like
headers and footers, which can be included in other reports.
This works perfectly.
This development includes a designer, where the user just can design
these templates. these templates include tppdbimage or tppdblabel.
Unfortunately on using this designer these elements do not display any
data. Data exists, as after selecting any elemen data is displayed.
From my point of view i have to fire a event, but i could not get it by
debuging on my own.
Any ideas?
Tia Carsten
--
Hint: We altered the sources!Hint: We altered the sources!
headers and footers, which can be included in other reports.
This works perfectly.
This development includes a designer, where the user just can design
these templates. these templates include tppdbimage or tppdblabel.
Unfortunately on using this designer these elements do not display any
data. Data exists, as after selecting any elemen data is displayed.
From my point of view i have to fire a event, but i could not get it by
debuging on my own.
Any ideas?
Tia Carsten
--
Hint: We altered the sources!Hint: We altered the sources!
This discussion has been closed.
Comments
In order for the designer to "preview" data inside each data aware
control, the TppDesigner.ShowData property needs to be set to True and
the dataset needs to be open and available to the report.
In my quick testing with our end-user demo, this appears to be
functioning as designed.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Now works!
Nico Cizik (Digital Metaphors) drückte sich sehr genau aus :
--
Hint: We altered the sources!Hint: We altered the sources!