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
511

Hi,

I am passing one field 'FIELD1' as datatype of CURR, to smartforms, but when i execute that program error is coming.

The error is 'Reference field 'That field name' is unknown in the form'. If anybody know the solution for that problem tell me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

Hi,

In the global defination, under the Currency/Quantity fields tab mention the refernce field, the same way you do with the creation of a table or structure with having currency or qunatity field.

regards,

Santosh Thorat

3 REPLIES 3
Read only

Former Member
0 Likes
496

Hi,

In the global defination, under the Currency/Quantity fields tab mention the refernce field, the same way you do with the creation of a table or structure with having currency or qunatity field.

regards,

Santosh Thorat

Read only

Former Member
0 Likes
495

Hi Uday,

Instead of declare that with CURR we have to use this syntax for that.

field1 like vbap-netpr.

Here NETPR is a CURR filed.Hope this will works fine.

Award points if helpful.

Kiran Kumar.G.A

Have a Nice Day..

Read only

Former Member
0 Likes
495

Hi

For each Currency and Quantity field u MUST give the referance field from the database.

Otherwise, it won't work.

Narendra