‎2008 Aug 21 10:29 AM
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
‎2008 Aug 21 10:31 AM
Please check that, the filed name is declared both on the screen and also in the Top Include of the program
‎2008 Aug 21 10:30 AM
first check whether your screen is activated or not.
then put the condition
if field is initial.
..............
endif.
with regards
pardeep sharma
‎2008 Aug 21 10:32 AM
‎2008 Aug 21 10:31 AM
Please check that, the filed name is declared both on the screen and also in the Top Include of the program
‎2008 Aug 21 10:47 AM
Hi,
There must have been difference between the field name on screen to that of the structure declaration of the field.