I think I am missing a lot of group posts...including seeing my own much of the time. So I am not sure about the details the one below is refering to but.....
Here is a .p routine I found somewhere (perhaps in a group post probably) that will list the reports in a PRL. It is not real super useful but in a pinch can help locate a report and perhaps with some trickier programming (beyond my skills) could loop through library names.
Note: Change the hv-AR.prl to some library name of yours (as well as folder path as needed). The results are dpsilayed in a small window 10 at a time. I think I increased the lines to 20 or so but for a large PRL this still means several pages of screen prints. The _getgame.p routine is in the prgs91d\gui\aderb folder.
Anyway, a starting point of sorts.
-Todd C.
------------------------------------------------------------------------------
DEFINE VARIABLE rl AS CHARACTER.
DEFINE VARIABLE rc AS INTEGER.
DEFINE VARIABLE rp AS CHARACTER VIEW-AS SELECTION-LIST INNER-LINES 10
INNER-CHARS 32.
FORM "Number of Reports" rc SKIP rp WITH FRAME x NO-LABELS.
RUN aderb/_getname.p ("V:\vantage\reports\hv-AR.prl", OUTPUT rl, OUTPUT rc).
rp = ?.
rp:LIST-ITEMS = rl.
DISPLAY rc WITH FRAME x.
UPDATE rp WITH FRAME x.
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Judy Havlik
Sent: Wednesday, December 17, 2008 3:03 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Print a listing of all report builder reports
Were you ever able to print all of the reports in your prl's. We have
the same issue.
Sincerely,
Judy Havlik
Plitek, L.L.C.
[Non-text portions of this message have been removed]
Here is a .p routine I found somewhere (perhaps in a group post probably) that will list the reports in a PRL. It is not real super useful but in a pinch can help locate a report and perhaps with some trickier programming (beyond my skills) could loop through library names.
Note: Change the hv-AR.prl to some library name of yours (as well as folder path as needed). The results are dpsilayed in a small window 10 at a time. I think I increased the lines to 20 or so but for a large PRL this still means several pages of screen prints. The _getgame.p routine is in the prgs91d\gui\aderb folder.
Anyway, a starting point of sorts.
-Todd C.
------------------------------------------------------------------------------
DEFINE VARIABLE rl AS CHARACTER.
DEFINE VARIABLE rc AS INTEGER.
DEFINE VARIABLE rp AS CHARACTER VIEW-AS SELECTION-LIST INNER-LINES 10
INNER-CHARS 32.
FORM "Number of Reports" rc SKIP rp WITH FRAME x NO-LABELS.
RUN aderb/_getname.p ("V:\vantage\reports\hv-AR.prl", OUTPUT rl, OUTPUT rc).
rp = ?.
rp:LIST-ITEMS = rl.
DISPLAY rc WITH FRAME x.
UPDATE rp WITH FRAME x.
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Judy Havlik
Sent: Wednesday, December 17, 2008 3:03 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Print a listing of all report builder reports
Were you ever able to print all of the reports in your prl's. We have
the same issue.
Sincerely,
Judy Havlik
Plitek, L.L.C.
[Non-text portions of this message have been removed]