Search found 7 matches
- Tue Dec 04, 2001 3:01 pm
- Forum: R&R ReportWorks Users
- Topic: setFilterUsage error
- Replies: 1
- Views: 1615
setFilterUsage error
I^m implementing R&R via .dll functionality. When I use setFilterUsage( hRpt , "?" ) I get an error - Code = "J", text = "Invalid query type."____Everything seems to work fine other than that. I get the same error whether or not I use "setFilter()" to use ...
- Thu Nov 29, 2001 11:45 am
- Forum: R&R ReportWorks Users
- Topic: Error Code
- Replies: 2
- Views: 2420
Error Code
I^m implementing the .dll method of running xbase reports from my app. When I call execRuntime(), I^m receiving error code "X" and error message "Cannot execute Viewer EXE: error code 2."____I can^t find a reference to either of these. Any idea as to what they mean? I saw that so...
- Mon Nov 12, 2001 6:20 pm
- Forum: R&R ReportWorks Users
- Topic: Running Runtime via .dll
- Replies: 3
- Views: 3059
Running Runtime via .dll
When launching the Runtime with .dll functions, do the .dll functions override the values that would normally be stored in the report control file? Or does it simply populate the appropriate field in the control table?____For example..... if I set a filter using the setFilter() function does it over...
- Thu Nov 08, 2001 4:56 am
- Forum: R&R ReportWorks Users
- Topic: error : cannot read xxx file
- Replies: 2
- Views: 2084
=> RE: error : cannot read xxx file
I^ve gotten that message before when the runtime can^t find a data file, but that wouldn^t make sense if your report is running partially before crashing.____Did you look in rrunout.dbf to see if there^s an error message?__
- Tue Nov 06, 2001 10:38 am
- Forum: R&R ReportWorks Users
- Topic: RRWRUN.EXE Problem
- Replies: 5
- Views: 3430
=====> RE: RRWRUN.EXE Bugs
I wonder if some of the .dll functions will help. I had similar concerns about using the .exe functionality (we^ve never actually overran the buffer size, but I can see it coming. I^m primarily concerned about the ri_filter field, which could easily go over 250 characters and will have the same issu...
- Tue Nov 06, 2001 10:16 am
- Forum: R&R ReportWorks Users
- Topic: .dll Runtime in Visual FoxPro
- Replies: 3
- Views: 2838
===> RE: .dll Runtime in Visual FoxPro
Hi Kathleen,____Sorry to be so long in replying, I^ve been out of town.____To use R&R^s .dll functionality from Visual FoxPro, refer to the following samples.____*******************************************************__(1) First you^ll need to declare the functions. I do this as my app is being ...
- Thu Nov 01, 2001 2:16 pm
- Forum: R&R ReportWorks Users
- Topic: .dll Runtime in Visual FoxPro
- Replies: 3
- Views: 2838
=> RE: .dll Runtime in Visual FoxPro
I invested some time and got the .dll Runtime working in Vis FoxPro. Let me know if you^d like to see some code samples.