Report Builder Library

Version 6.1

Thanks,
Jasper
-----Original Message-----
From: Podlin, Michael [mailto:michael.podlin@...]
Sent: Wednesday, March 22, 2006 11:03 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Report Builder Library


I have a utility that will print the list of reports in a library, what version of vantage are you on.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Monday, March 20, 2006 6:48 AM
To: Vantage Groups (E-mail)
Subject: [Vantage] Report Builder Library


Does anybody know of a way to print out all the names of the reports in a particular report builder library?

Thanks,
Jasper








Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Does anybody know of a way to print out all the names of the reports in a particular report builder library?

Thanks,
Jasper


[Non-text portions of this message have been removed]
Here is a .p routine I found somewhere (perhaps in a post here 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. Anyway, a starting point of sorts. Note: Change the hv-AR.prl to some library name of yours (as well as folder path as needed).
-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.

---------------------------------------------------------------------------------------------------

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf Of Jasper Recto
Sent: Monday, March 20, 2006 6:48 AM
To: Vantage Groups (E-mail)
Subject: [Vantage] Report Builder Library


Does anybody know of a way to print out all the names of the reports in a particular report builder library?

Thanks,
Jasper


[Non-text portions of this message have been removed]



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



_____

YAHOO! GROUPS LINKS



* Visit your group " vantage <http://groups.yahoo.com/group/vantage> " on the web.


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .


_____




[Non-text portions of this message have been removed]
I have a utility that will print the list of reports in a library, what version of vantage are you on.

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Jasper Recto
Sent: Monday, March 20, 2006 6:48 AM
To: Vantage Groups (E-mail)
Subject: [Vantage] Report Builder Library


Does anybody know of a way to print out all the names of the reports in a particular report builder library?

Thanks,
Jasper