R&R with CAVO V2.5b

Over the years we've worked with or supplied a variety of utilities. As questions about RattleRR, RapidRunner, PDFeXPLODE, pdfEburst, converter, librarian, data dictionary, Amyuni, etc.
Post Reply
Robert_Shipman_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

R&R with CAVO V2.5b

Post by Robert_Shipman_(Guest) » Fri Feb 08, 2002 4:21 pm

I currently us R&R both V8.x and V9.0 with clipper/zachery programs__running control files from the start menu with rrwrun.exe and control__.rrs files, works great. Reports look good and easy to use.____I am now learning to develop windows app in CAVO. Their report writer__is very hard to use and requires ODBC connections. My client works fine but if I create an app, and install it on another client, I don^t have the ODBC set up. Either I need help with the ODBC or If I could interface R&R ( iam only using xbase in CAVO), I would use R&R.____I need help to "menu call" the report and runtime from the init method for general reporting and also how I could pass an "invoice number" from the Invoice window to the printer to print the current Invoice. CAVO automatically sets up "connect to DB" in the report class, but sometimes even their reports fail to work. The ODBC connection is not consistant. My level of knowledge of Windows OOPS code is still at the beginner/intermediate level. Thank You.

marko
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: R&R with CAVO V2.5b

Post by marko » Wed Feb 27, 2002 3:27 am

I use CAVO V2.5b with Runtime RRWRUN.EXE of R&R ver. 9.0. I am very satisfied with these combination. You must vrite RI parameters to one DBF file and then read them with report. Trik is on these 3 lines :____USER:="RRW"+SubStr(cLogin,1,5)+".dbf"__WRITE:=^fin_k&dRRWRUN.exe ^+cDirector+USER+^ /H /B^__WinExec( Cast2Psz (WRITE),SW_SHOW)____Enjoj !____Marko__

Post Reply