Search found 154 matches

by cstrasser
Tue Dec 27, 2011 12:27 pm
Forum: R&R ReportWorks Users
Topic: Configuration files and UAC
Replies: 11
Views: 7910

=> RE: Configuration files and UAC

As with the code signing, we^ll evaluate it. We don^t want to break any functionality that people have come to rely on.__
by cstrasser
Tue Dec 27, 2011 12:20 pm
Forum: R&R ReportWorks Users
Topic: R&R 12.5.01 not Code Signed
Replies: 3
Views: 2186

=> RE: R&R 12.5.01 not Code Signed

For years, we^ve been signing our products that install over the web (such as the RattleRR ActiveX control and CAB files). We use either Verisign or Thawte (one of their subsidiaries) for our certificate.____Generally, we haven^t had any need to sign the products that we deliver via CD or download e...
by cstrasser
Tue Dec 13, 2011 6:33 pm
Forum: R&R ReportWorks Users
Topic: R&R does not show results anymore after a Visual FoxPro upgrade
Replies: 2
Views: 1854

=> RE: R&R does not show results anymore after a Visual FoxPro

[updated:LAST EDITED ON Dec-13-11 AT 06:34 PM (EST)]It^s possible that you have links in the report that are based on nullable fields. Can you change this setting? We^d have to review the specifics to determine exactly what was happening.
by cstrasser
Thu Nov 10, 2011 6:56 pm
Forum: R&R ReportWorks Users
Topic: 12.5 crashing
Replies: 3
Views: 3609

==> RE: 12.5 crashing

I just created a similar report. I found a data set where I had a 20K record master and a 1.9M record related table. I joined them via a scan and created two sums grouping by a calculated key from the master. I put those two sums into my query and ran the report. My preview worked fine.____I^m runni...
by cstrasser
Thu Nov 10, 2011 5:22 pm
Forum: R&R ReportWorks Users
Topic: 12.5 crashing
Replies: 3
Views: 3609

=> RE: 12.5 crashing

Wow. Sounds like quite a complex report. Would it be possible to break it up into multiple pieces and run it as a batch (i.e. via RapidRunner)? Is it an Xbase or a SQL report?
by cstrasser
Thu Nov 10, 2011 4:51 pm
Forum: R&R ReportWorks Users
Topic: R&R Ver. 12.5.001
Replies: 1
Views: 1516

=> RE: R&R Ver. 12.5.001

Between Version 10 and 12.5, you should have no conversion issues.
by cstrasser
Mon Oct 31, 2011 11:05 pm
Forum: R&R ReportWorks Users
Topic: Report Performance, R&R 8.0 and VFP 8
Replies: 3
Views: 3784

===> RE: Report Performance, R&R 8.0 and VFP 8

It depends on your report structures as well. If you^re doing a lot of scanning between tables, you might generate more records to plow through than you expect (because of the underlying reportset). Maybe we could review some of your reports online.
by cstrasser
Mon Oct 31, 2011 11:03 pm
Forum: R&R ReportWorks Users
Topic: Unable to load R&R in Win7 environment
Replies: 1
Views: 1354

=> RE: Unable to load R&R in Win7 environment

Note where the version of R&R that is running is actually installed on this system. Typically, we install R&R to:____C:Program Files (x86)Liveware PublishingReportWorks Infinity____To find out, start R&R, then start the task manager. Go to the "processes" tab, find the process ...
by cstrasser
Mon Oct 31, 2011 10:58 pm
Forum: R&R ReportWorks Users
Topic: Date Input
Replies: 1
Views: 1405

=> RE: Date Input

Your best option is to use the CTDT() function with a character representation of the date or date/time. For instance:____CTDT("07/15/2011 12:00:00 am") returns the datetime value of this character field. Similarly, passing in the character date by itself will work and R&R will add the...
by cstrasser
Mon Oct 31, 2011 10:52 pm
Forum: R&R ReportWorks Users
Topic: Xbase to SQL
Replies: 2
Views: 1854

=> RE: Xbase to SQL

Are you literally getting the error with the question marks, or is R&R telling you that it can^t find the files? What typically happens is:__1. Reports are converted__2. You open the report and R&R complains that it can^t find the master table and asks if you want to choose a new data source...