Search found 47 matches

by Chris_Strasser_(Guest)
Fri Apr 09, 2004 11:49 am
Forum: Enhancements / Suggestions / General Comments
Topic: R&R *** INTERNET RUNTIME ***
Replies: 14
Views: 8426

====> RE: R&R *** INTERNET RUNTIME ***

By now you should all be aware that RattleRR has been released. View a demo at http://64.78.63.92/rr-rept/rr-pages/xpdstartpage.htm__
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 11:41 am
Forum: Enhancements / Suggestions / General Comments
Topic: Text Property - Label
Replies: 1
Views: 1958

=> RE: Text Property - Label

I^ll put this in the mix for the next version and we^ll see if it can be added.
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 11:20 am
Forum: Enhancements / Suggestions / General Comments
Topic: Duplicates
Replies: 2
Views: 2343

==> RE: Duplicates

My suggestion would be to use the PREVIOUS() function in a calculation in conjunction with line logic.____Example, a list of States, Counties and Metropolitan areas (STCD, CTCD, MTCD)____Create a calculated field, DUPE() to check if the current one is the same as the prior:____Previous(STCD) = STCD ...
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 11:08 am
Forum: Enhancements / Suggestions / General Comments
Topic: WYSIWYG - Exporting
Replies: 1
Views: 1840

=> RE: WYSIWYG - Exporting

One way I^ve gotten around this is to create calculated fields for each specifically formatted line I wanted:____rather than lay these out on the band individually, __Name Addr1 Addr2 City ST ZIP____create a calculated field (for example):__AddrLine = Left(Name, 30) + " " + Left(Addr1, 15)...
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 10:27 am
Forum: Enhancements / Suggestions / General Comments
Topic: append to text or xbase files
Replies: 1
Views: 1914

=> RE: append to text or xbase files

This capability exists within RapidRunner for the Xbase append. When defining the reports in your report set, you set the "Report Destination" for each. Then for the first, you select "Xbase (DBF)" and for subsequent ones, "Xbase - Consolidate"
by Chris_Strasser_(Guest)
Fri Apr 09, 2004 10:16 am
Forum: Enhancements / Suggestions / General Comments
Topic: Pre-Printed forms
Replies: 1
Views: 2030

=> RE: Pre-Printed forms

You might be able to handle this with line logic on a pagebreak band line. Using a total field to identify where you are in the count of child records and then making a band active when it hits a threshold might work.
by Chris_Strasser_(Guest)
Mon Jul 29, 2002 5:41 pm
Forum: Enhancements / Suggestions / General Comments
Topic: R&R *** INTERNET RUNTIME ***
Replies: 14
Views: 8426

===> RE: R&R *** INTERNET RUNTIME ***

That^s gonna be a long sit cause i^m waiting already for 4 months now..:+
by Chris_Strasser_(Guest)
Mon Jul 29, 2002 5:26 pm
Forum: R&R ReportWorks Users
Topic: Group
Replies: 1
Views: 1367

=> RE: Group

>I need to group on a calculation field (or total field) __>based on what range the calced field is in. __>__>For Example: __>__>Total over 1,000,000 __>750,000 to 1,000,000 __>500,000 to 750,000 ______To do this, you^ll need to create a calculated field: Menu / Calculations / Calculated Field / New...
by Chris_Strasser_(Guest)
Wed Nov 21, 2001 7:03 pm
Forum: R&R ReportWorks Users
Topic: Exporting to RTF in R&R 8.0
Replies: 3
Views: 2051

=> RE: Exporting to RTF in R&R 8.0

I was able to reproduce the problem. The workaround is to place a page footer band in the report as well and this corrects things. That is, the RTF document shows:____Title__Page Hdr__Group Hdr__Record__...__Page Ftr____Page Hdr__Group Hdr__Record__...__Page Ftr
by Chris_Strasser_(Guest)
Fri Nov 16, 2001 5:20 pm
Forum: Enhancements / Suggestions / General Comments
Topic: R&R *** INTERNET RUNTIME ***
Replies: 14
Views: 8426

=> RE: R&R *** INTERNET RUNTIME ***

We^re finishing the initial developemnt for a server-side component that^ll allow dynamic report generation over a web connection (code name at this point is RattleRR)____It^ll work much like the ActiveX component (i.e. you^ll be able to toggle various properties within the object) and pass in param...