Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SMARTFORMS

Former Member
0 Likes
372

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
342

Vincent,

Have you picked up the field from the field list?

When exactly the error is coming, while activating or at runtime?

Regards,

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
343

Vincent,

Have you picked up the field from the field list?

When exactly the error is coming, while activating or at runtime?

Regards,

Ravi

Read only

Former Member
0 Likes
342

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