I may just be having one of those days, but I am trying to run this code in a Crystal Report to set an UnBound field = to the below statement.
WhileReadingRecords;
{@UnboundCurrency2} * {@UnboundCurrency1};
I keep getting the error message
"A number is required here"
while it is highlighting {@UnboundCurrency1}.
If anyone has any suggestions please let me know.
Thanks
Jay
WhileReadingRecords;
{@UnboundCurrency2} * {@UnboundCurrency1};
I keep getting the error message
"A number is required here"
while it is highlighting {@UnboundCurrency1}.
If anyone has any suggestions please let me know.
Thanks
Jay