Special Characters
PixelPointer
Vaughan, Ontario
I am at my wits end. I have tried many different ways to show a square bracket in a memo field as a part of the text.
What I need to do, is show text like this:
Items [4] $6.24
Where the number in the brackets is the count, and the number on the right is the total cost of the items.
I have tried many different ways, but here is my latest:
I also tried:
If anyone can help me that would be great.
What I need to do, is show text like this:
Items [4] $6.24
Where the number in the brackets is the count, and the number on the right is the total cost of the items.
I have tried many different ways, but here is my latest:
[ItemName] [[<Sum(<ItemCount>, MasterData, 1)>]] [ItemSales]
I also tried:
[ItemName] '['[<Sum(<ItemCount>, MasterData, 1)>]']' [ItemSales]
If anyone can help me that would be great.
Comments
Hi
I have similar problem, but I need to put such text:
some text [other text] <ADOQuery1."Fieldname">
How to do this?