Problem with DB Fields
i have a field in a table called "CELL1" which is a VARCHAR(15).
and when the report is printed i saw this field was cast-typed in a Date Format
I dont know why...
This is what is happened:
I'm using FR3.10
it's urgent !!
Thanks
and when the report is printed i saw this field was cast-typed in a Date Format
I dont know why...
This is what is happened:
EXAMPLE
The field "CELL1" contains '0123456789'
memo in the report contains "Field CELL1 : [frxDBDataset1."CELL1"]"
frxDBDataset1 is pointing the right Data Source because other field are printed right.
Result on the printed paper : "Field CELL1 : 24/12/27019"
what is wrong ?I'm using FR3.10
it's urgent !!
Thanks
Comments
(it was date format instead of text)