Search found 17 matches
- Tue Nov 28, 2017 5:35 pm
- Forum: R&R ReportWorks Users
- Topic: E-mailing R&R Reports
- Replies: 16
- Views: 49990
- Fri Jul 13, 2001 9:35 am
- Forum: R&R ReportWorks Users
- Topic: File Locking Problem
- Replies: 1
- Views: 2153
File Locking Problem
We are experience a file locking problem when a user runs R&R reports from within the R&R Designer.____The reports are using FoxPro tables that are simultaneously being used by a VFP-6 application. When the R&R reports are run they prevent the Foxpro Application from updating records in ...
- Fri Jun 22, 2001 7:06 am
- Forum: R&R ReportWorks Users
- Topic: Cannot open Database Table <Advantage Database Server>
- Replies: 3
- Views: 3022
=> RE: Cannot open Database Table <Advantage Database Server>
Yes, thanks Kathleen I have done that - no good. Having done some further investigation the problem is confined to just one machine on our network, all the others report fine off the live data but mine won^t. Reports start to run o.k. but seem to slow and pause then crash part way through as though ...
- Wed Jun 20, 2001 9:31 am
- Forum: R&R ReportWorks Users
- Topic: UNION OF TABLES
- Replies: 1
- Views: 2244
UNION OF TABLES
Is there a way to create an XBASE R&R report that pulls data from the UNION of two tables having the same data structure?
- Mon Jun 18, 2001 2:19 pm
- Forum: R&R ReportWorks Users
- Topic: Launch R&R from foxpro
- Replies: 2
- Views: 2667
=> RE: Launch R&R from foxpro
I am using the DLL^s and can provide you some VFP-6 code that I use to print reports from withing a VFP frontend application.____I can not vouch for the OCX being functionally the same as the DLL. I do know the DLL does not act exactly as it is documented to, in all cases.____-Bob__bpowell@rsi-ketch...
- Wed Jun 13, 2001 1:27 pm
- Forum: R&R ReportWorks Users
- Topic: Foxpro Keeps running after starting R&R 8
- Replies: 4
- Views: 4076
==> RE: Foxpro Keeps running after starting R&R 8
Here is some code that I use to prevent VFP from going on...____if file(m.cTempDir + ^ rwstats.txt^)__ erase (m.cTempDir + ^ rwstats.txt^)__endif____=setStatusFileName(hRpt, m.cTempDir + ^ rwstats.txt^)____=execRuntime(hRpt, 0, 0, @nErrorCode, @nPagesPrinted, @cErrorMsg, 254) ____* need to loop thro...
- Tue Jun 12, 2001 2:13 pm
- Forum: R&R ReportWorks Users
- Topic: Report Export Issues
- Replies: 4
- Views: 3919
==> RE: Report Export Issues
RTF export does not support multi-column.__Sorry.____Kathleen__R&R Support
- Tue Jun 12, 2001 2:10 pm
- Forum: R&R ReportWorks Users
- Topic: Foxpro Keeps running after starting R&R 8
- Replies: 4
- Views: 4076
=> RE: Foxpro Keeps running after starting R&R 8
Supposedly if the bWait parameter to the function execRuntime is non-zero, the function will synchronously.. but I have not been successful in getting it to work that way in VFP. I would like to know if you have a VFP example that it does work properly in?____-Bob
- Thu May 31, 2001 9:28 am
- Forum: R&R ReportWorks Users
- Topic: Windows 2000
- Replies: 13
- Views: 10794
=====> RE: Windows 2000
Well Kathleen, you must think we must enjoy troubleshooting... I mean lets just keep your little fixes to yourself... hmmm... did we not purchase your software... don^t you think it would be prudent to put your CORRECTED DLL^s where we might all have access to them... is it that difficult to put upd...
- Thu May 24, 2001 10:51 am
- Forum: R&R ReportWorks Users
- Topic: Emailing R&R reports
- Replies: 25
- Views: 18159
==============> RE: Emailing R&R reports
I tried the HTML export and found that it did NOT maintain all the formating and the RTF version was actually closer to what the client wanted.