Using data fields in Functions (Into a Memo)...

I couldn't use data fields into a function (in a memo)...

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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.