Search found 4 matches
- Tue Jun 11, 2002 9:24 am
- Forum: R&R ReportWorks Users
- Topic: "library not specified" error
- Replies: 3
- Views: 2442
==> RE: "library not specified" error
Thanks for your reply, Kay. Yes that^s the exact error - I am sending a screen print of the user^s desktop to you. This is a pretty straightforward use of R&R - the desired data is put into a single DBF, i.e. most of the work is being done ahead of time by Foxpro. The error is sporadic, and this...
- Fri Jun 07, 2002 6:52 pm
- Forum: R&R ReportWorks Users
- Topic: "library not specified" error
- Replies: 3
- Views: 2442
"library not specified" error
Since R&R 9 doesn^t allow writing reports to libraries, I am moving away from them. I still use a control table, but leave the ri_library field blank and instead use the syntax below (in Foxpro)____RUN /N P: rw9 rwrun m:projtrak 29 /rp: eportssales____Record 2 in the control table is a report na...
- Fri Apr 12, 2002 2:00 pm
- Forum: Supplemental Systems
- Topic: Visual FoxPro 6.0
- Replies: 1
- Views: 2804
=> RE: Visual FoxPro 6.0
>I use R&R runtime libraries from a VFP 6.0 application. The __>client wants to be able to send some reports via Email __>through my application. Do you have any samples in VFP or __>VB as to how to best accomplish this? __>__>Thanks, __>Bob ____One approach is to output the report to RTF, then ...
- Fri Apr 12, 2002 1:50 pm
- Forum: Supplemental Systems
- Topic: any examples using the API from VFP
- Replies: 1
- Views: 2744
=> RE: examples using API from VFP
>I^d like to see an example of how to use R&R through api __>execution with VIsual foxpro. __>__>thanks ____I^m using VFP7 with R&R9 quite a bit now. I am using the ActiveX control in a VFP form and use it to print reports and also output them to RTF. Here are a few examples:____(code from c...