Using data fields in Functions (Into a Memo)...
I couldn't use data fields into a function (in a memo)...
The memo code:
I tried that too:
It shows an error... I think it's "Identifier Expected"...
How to do this Format?
Thanks.
PS: Sorry, but my english is terrific.
The memo code:
Pre?§o Unit??rio: R$ [FormatFloat( '###,###,##0.00', [CadIpro."VlUnit"] )] + [FormatFloat( '###,###,##0.00', [CadIpro."AliqIpi"] )]% IPI.
I tried that too:
Pre?§o Unit??rio: R$ [FormatFloat( '###,###,##0.00', [StrToFloat( [CadIpro."VlUnit"] )] )] + [FormatFloat( '###,###,##0.00', [StrToFloat( [CadIpro."AliqIpi"] )] )]% IPI.
It shows an error... I think it's "Identifier Expected"...
How to do this Format?
Thanks.
PS: Sorry, but my english is terrific.
Comments