‎2006 Mar 11 8:54 AM
In the smartforms, for the currency field (EKPO-NETPR) I am getting the message 'Unknown field refernce'. Please let me know why and what is the solution.
It is working for all character fields.
‎2006 Mar 11 10:59 AM
Vincent,
Have you picked up the field from the field list?
When exactly the error is coming, while activating or at runtime?
Regards,
Ravi
‎2006 Mar 11 10:59 AM
Vincent,
Have you picked up the field from the field list?
When exactly the error is coming, while activating or at runtime?
Regards,
Ravi
‎2006 May 19 5:49 PM
Vincent,
I was having the same problem. I decided to use a work-around. I changed the format of the field that I was passing to a character field. Basically, I do all of my calculations first, storing the result in a currency field. Then just before printing I move the value from the currency field to my character field, which I pass to the smartform. This allowed me to print the number so that it looks like currency but without the reference error. Or if you don't need to display the cents, you can change your paramter field from currency type to numeric character (numc) type. I hope that helps.
- April King