getting ppDBText value as string
Hi,
How can I return a ppDBText DataField value as string, when the data type is
unknown (it might be string, double, Boolean etc.)
Also, is there ONE way that would return me the string value of a ppDBText,
ppDBCalc and ppVariable. Or do I have to check for the component type first.
Thanks
How can I return a ppDBText DataField value as string, when the data type is
unknown (it might be string, double, Boolean etc.)
Also, is there ONE way that would return me the string value of a ppDBText,
ppDBCalc and ppVariable. Or do I have to check for the component type first.
Thanks
This discussion has been closed.
Comments
use the 'Text' property.
HTH,
Chris Ueberall;
an alternative to referencing a dbText.
lsText := Report.Datapipeline['aTextFieldName']
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com