Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

INVITE and ROLLUP

Status
Not open for further replies.

ndevriendt

Programmer
Jan 8, 2002
74
0
0
BE
Hello,

Since I've introduced the invite keyword in my subfile,
the indicator (96) that I specified on my rollup keyword will not turn on when I use the Page Down button.
When I debug I see that indicator 89 is set off.

Have someone an idea how I can fix this ?

A N89 ROLLUP(96 'Rollup')
A 91 SFLDSP
A 90 SFLDSPCTL
A 92 SFLCLR
A 93 SFLEND(*MORE)
A 97 SFLDROP(CF08)
A N97 SFLFOLD(CF08)
A SFLMODE(&#3SFMD)
A SFLCSRRRN(&#3RNSF)
A RTNCSRLOC(&RCNM03 &FLNM03)
A N92 INVITE

I have compile my DDS form with WAITRCD = *IMMED because on the load of my form I want immediately show on other overlaying window. And that's works fine

Thanks for your time and answer

Nico Devriendt
 
I have found how I can do the rollup with invite.
I have moved my rollup keyword at the top
in my DDS screen en not only at the format I want it.

When I press now PgDn, I can scroll in my subfile

I receive now at my message line an error:

No invites outstanding for file XXXXX

Is there somebody who can tell me how I can fix this

In my RPG program

FORMFM CF MAXDEV(*FILE)
...
...

Write C01
Read(E) FORMFM

 
IN89 should be used for SFLEND, try to put 93 insted 89. When is end of subfile, rollup is disabled by sflend indicator
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top