Object Properties
PixelPointer
Vaughan, Ontario
It's ok, I chose to use the FormatFloat function, and it works just fine. Please ignore this post.
Ok, I may be a little slow, but I have been reading over the manuals for Fast Reports (User & Programming), and the Fast Script manual. I cannot find a list of the properties with syntax associated, for instance setting the memo format.
I can see that the properties show in the object inspector, however, I am having no luck with setting the properties.
Does anyone know where I can get this? If I am being a little slow, feel free to let me know so, but if this seems like a legitimate question, and you know the answer, please lend me a hand.
Thank you.
Ok, I may be a little slow, but I have been reading over the manuals for Fast Reports (User & Programming), and the Fast Script manual. I cannot find a list of the properties with syntax associated, for instance setting the memo format.
I can see that the properties show in the object inspector, however, I am having no luck with setting the properties.
? ? ? memPercentTotal.DisplayFormat.FormatStr :='%2.2f';
? ? ? memPercentTotal.DisplayFormat.DecimalSeparator :='.';
? ? ? memPercentTotal.DisplayFormat.Kind :=fkNumeric;
Does anyone know where I can get this? If I am being a little slow, feel free to let me know so, but if this seems like a legitimate question, and you know the answer, please lend me a hand.
Thank you.
Comments
What problems have you had with the DisplayFormat property?
Regards.