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

problem with dailog programming

Former Member
0 Likes
642

Hello All,

I have a problem with dailog programming. I have one field in my screen. in pai i want to check whether this field is filled or not. So when i put condition on this field name i am getting an error message field does not exist.

Does any one have idea? How to solve it.

Regards,

Lisa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Please check that, the filed name is declared both on the screen and also in the Top Include of the program

4 REPLIES 4
Read only

Former Member
0 Likes
626

first check whether your screen is activated or not.

then put the condition

if field is initial.

..............

endif.

with regards

pardeep sharma

Read only

0 Likes
626

The screen is active

Read only

Former Member
0 Likes
627

Please check that, the filed name is declared both on the screen and also in the Top Include of the program

Read only

Former Member
0 Likes
626

Hi,

There must have been difference between the field name on screen to that of the structure declaration of the field.