Search found 47 matches

by Chris_Strasser_(Guest)
Wed Mar 11, 2009 11:12 am
Forum: R&R ReportWorks Users
Topic: Report Path Errors
Replies: 1
Views: 1415

=> RE: Report Path Errors

Everyone who tries to modify one of the standard Cougar Mountain Reports runs into this problem.____Cougar Mountain uses a technique to create their basic reports where they are developed against the demonstration company data (DMO) and then when the customer goes to run them, the CMS system substit...
by Chris_Strasser_(Guest)
Tue Mar 10, 2009 10:59 am
Forum: R&R ReportWorks Users
Topic: listing with 3 independed files
Replies: 1
Views: 1534

=> RE: listing with 3 independed files

It^s true that you have to relate tables to each other in order to have more than one in your report. But there^s nothing that says the relations have to make sense. For instance, say you want to create a report which includes investors ("inv"), employees ("emp") and customers (&...
by Chris_Strasser_(Guest)
Tue Mar 10, 2009 10:30 am
Forum: R&R ReportWorks Users
Topic: Double Quotes in exported file
Replies: 1
Views: 1483

=> RE: Double Quotes in exported file

If you were pretty sure that it would always contain numeric data, I^d say the easiest thing would be to create a calculation from your field and export that. However, to prevent leading zeroes from being cut off, you would need to select properties for the item, uncheck "show zero" and ch...
by Chris_Strasser_(Guest)
Mon Mar 09, 2009 4:21 pm
Forum: R&R ReportWorks Users
Topic: NVARCHAR
Replies: 8
Views: 3849

=====> RE: NVARCHAR

I believe that she^s referring to a User-SQL report where you^d explicitly lay out your SQL selection statement:____SELECT field1, field2 from table1 where field1 = "X" order by field2______Or something to that effect. You^d put the calculation Kathleen noted in place of one of the fieldx ...
by Chris_Strasser_(Guest)
Mon Mar 09, 2009 4:17 pm
Forum: R&R ReportWorks Users
Topic: join by parameter field
Replies: 1
Views: 1457

=> RE: join by parameter field

Yes, but you^d always be generating the same value on the source side of the link. However, this might be appropriate for your purposes. ____If you want to force a join against a target table, define a FlexLink index that matches the value entered by the parameter.
by Chris_Strasser_(Guest)
Mon Mar 09, 2009 4:14 pm
Forum: R&R ReportWorks Users
Topic: Referencing by field name
Replies: 3
Views: 2078

=> RE: Referencing by field name

You^re trying to implement indirect referencing, which we don^t explicitly support, currently.____However, you can get the desired results with the appropriate xLookUp() function. Say you have a file called "prearn" and it has two columns called "ytdamount" and "ytdhours&quo...
by Chris_Strasser_(Guest)
Tue Mar 07, 2006 12:23 pm
Forum: R&R ReportWorks Users
Topic: R&R print on pre-printed form?
Replies: 4
Views: 2621

===> RE: R&R print on pre-printed form?

Here are a couple of additional techniques to make things a little bit easier...____1. Change as many bandlines as possible to "freeform" to allow for stretching and free placement in an area.____2. Double-click on the rulers and increase the ruler spacing to 20+ for both horizontal and ve...
by Chris_Strasser_(Guest)
Thu Jul 07, 2005 2:33 pm
Forum: Enhancements / Suggestions / General Comments
Topic: R&R and ADS-Advantage Database Server
Replies: 15
Views: 8554

=====> RE: R&R and ADS

Just a thought, ____Extended Systems writes ADS drivers for Crystal, why couldn^t they assist you in establishing ADS connectivity to their databases? ____Allot of there users use Xbase DBF Files, and as a resut it is likely that R&R would be on a short list of reporting engines they would consi...
by Chris_Strasser_(Guest)
Tue Sep 07, 2004 12:13 pm
Forum: Supplemental Systems
Topic: Invalid Report File Type
Replies: 5
Views: 3947

====> RE: Invalid Report File Type

I recently setup RattleRR on a Win2K server and had the same issue when I went to run the report. After a lot of frustration, I looked at the code in the RRSAMPLE and RSSAMPLE files and found that the createobject command was trying to instantiate the wrong object for the type that it was supposed t...
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 12:16 pm
Forum: Supplemental Systems
Topic: Abnormal View Termination
Replies: 3
Views: 2802

===> RE: Abnormal View Termination

Does the report include a graph?