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

Wrong PF-STATUS ?

Former Member
0 Likes
520

Hi ,

I have a prog. which produces a list on

the screen and that works fine?

But I then use SET PF-STATUS and then

call a screen starting at xx xx ending

at xx xx etc etc.

Thing is even though I do SET PF-STATUS

'xxxx' just before the Call Screen.

When the Screen comes up, it has the

Status of the Report and not the Screen?

Confused?... I am?,,, Ideas please?

Regards,

1 ACCEPTED SOLUTION
Read only

0 Likes
485

hi!!

geoff i have answer for your question if the list you generated with screen as secondary list..

in SET-PF-STATUS..

USE 'PICK'AS A MENU LIST IN THE MENU LABEL,AND IN THE APPLICATION TOOLBAR GIVE THE NAME PICK AND CHOOSE FUNCTION KEY FOR THIS AS F2....

AFTER DOING THIS DONT WRITE ANY CODE FOR PICK AT-USER COMMAND..

AFTER DOING THIS U WILL GET THE SECONDARY LIST IN THE SCREEN..

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
485

Sumanth,

Set the PF STATUS in the PBO section of the screen, not just before you CALL SCREEN. This will get you much closer.

Read only

0 Likes
486

hi!!

geoff i have answer for your question if the list you generated with screen as secondary list..

in SET-PF-STATUS..

USE 'PICK'AS A MENU LIST IN THE MENU LABEL,AND IN THE APPLICATION TOOLBAR GIVE THE NAME PICK AND CHOOSE FUNCTION KEY FOR THIS AS F2....

AFTER DOING THIS DONT WRITE ANY CODE FOR PICK AT-USER COMMAND..

AFTER DOING THIS U WILL GET THE SECONDARY LIST IN THE SCREEN..