R&R 8.01 Viewer DLL

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
blebreck
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

R&R 8.01 Viewer DLL

Post by blebreck » Mon Jan 20, 2003 9:54 am

I am currently documenting ~100 R&R xBase reports for a client. This__requires extracting all the properties of each report (master table,__relations, data fields, expressions, etc.).____I^d like to utilize the viewer DLL to automate the extraction of these__properties using Visual Basic 6.0.____I^m able to open the report and read properties but nothing is returned (except for getCopies which returns 1).____Here^s the code I^m using so far...____^ Start Code__strAppName = "Visual Basic"__strLibrary = ""__strReportFile = "analyticaloneactive.rrw"__ __hRpt = chooseReport(strAppName, strLibrary, 100, ___strReportFile, 100)__ __getFilter hRpt, strFilter, 100__ __getMasterTableName hRpt, strMasterTable, 100__ __getWinTitle hRpt, strWinTitle, 100__ __getCopies hRpt, lngCopies__ __getFirstFieldName hRpt, strFirstFieldName, 100__ __getFirstGroupField hRpt, strFirstGroupField, 100____^ End Code____Thanks in advance,____Brian L.

Post Reply