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

SCREEN PAINTER

Former Member
0 Likes
667

suppose i have a i/o field ........ and the name corresponding to this i/o field does not exist in the dictionary ......... then how can i access the field in the screen flow logic module like status module or user command module

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
644

The field name doesnt need to belongs to dictionary. You only need a field with the same name in the program and the data will move between the program and the screen in the PBO and PAI, in explicit FIELDS statement or at the end of the PBO/PAI if no FIELDS statement use these fields.

Regards

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
645

The field name doesnt need to belongs to dictionary. You only need a field with the same name in the program and the data will move between the program and the screen in the PBO and PAI, in explicit FIELDS statement or at the end of the PBO/PAI if no FIELDS statement use these fields.

Regards

Read only

Former Member
0 Likes
642

Hi Rohit,

you can get the Status as per cursor value of the field. so there is no need of dictionary reference.

by using HIDE, GET CURSOR command you can get the status.

if i am not understood your requirement then Can you paste your code. then we will get clarity.

Regards,

venkat

Read only

Former Member
0 Likes
642

Hi,

The i/o field and its name need to be exist in data dictionary.

Data declaration should be done for screen i/o field name in your program.

Then u can access the screen fields

Regards,

Prem

Read only

Former Member
0 Likes
642

thanks raymond that solved my problem ......... but can you do me a favour ............ do u have any PDF's regarding screen painter then please post the link in the next reply