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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browse member in pop up window in REXX

Status
Not open for further replies.

33shady

Programmer
Jun 25, 2010
4
IL
Hi,

When i try to Browse member in pop up windows in REXX
some character is truncated in left side.

below is line code:

"ispexec addpop"
"ispexec browse dataset('###.###.##(member)')"
"ispexec rempop"


please help if any have any idea.

Best Regards
Shady
 
I see what you mean, the left-most column is not shown and the DISPLAY CC / DISPLAY NOCC option for browse doesn't seem to matter.

I'll have to see what, if anything, can be done to fix this.
 
Hi Shady,
The default size of a popup window is 76x22. If you are missing data then I guess that you need bigger than this.

I believe you can adjust the size of the popup using a COLUMN and ROW parameters. e.g

ADDPOP COLUMN(80) ROW(10)

Hope this helps.

Marc
 
Hi guys,

thanks for the replay.

unfortunately it's not help.

The COLUMN and ROW parameters tell the system
where to locate the pop up window on the screen.


Thanks & Regards
Shady
 
Shady,
apologise for that, bad assumption on my part.

If you have a look here:
It reads to me as if the only way to override the default panel size is in the definition of the panel itself. As you are browsing the data, I'm not too sure how to do that. Could you write a browse panel of the correct size to display the data on?

Anybody else know how to override the default for ADDPOP?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top