Search found 23 matches
- Wed Dec 29, 2004 9:22 am
- Forum: R&R ReportWorks Users
- Topic: R&R 10 and CDX files
- Replies: 1
- Views: 1473
R&R 10 and CDX files
Hello Kathleen,____I have a table that was created with Visual Objects. I open it with __Xbase++ through the FOXCDX DBE and create a CDX index file containing__two tags. When I set a relation into this table with R&R through one of the tags in the index file, R&R does not find any records. I...
- Mon Oct 28, 2002 6:01 am
- Forum: R&R ReportWorks Users
- Topic: Kathleen Please Read
- Replies: 5
- Views: 3161
====> RE: Kathleen Please Read
Hi Kathleen,____what do you mean by "run into problems"? A "Dr. Watson Error" is something a program should never allow to happen. ____Unforutunately it^s a common thing that page footers and group footers differ in size. I think R&R should handle them correctly. That shouldn...
- Sat Oct 26, 2002 8:26 am
- Forum: R&R ReportWorks Users
- Topic: Kathleen Please Read
- Replies: 5
- Views: 3161
==> RE: Kathleen Please Read
Hi Kathleen,____I^m not entirely sure but I think the problem pops up if you have a group footer that is higher than the page footer and you replace the page footer with the group footer at a group end. Now when the records of a group are not enough to trigger the page footer, but when R&R then ...
- Thu Oct 24, 2002 12:27 pm
- Forum: R&R ReportWorks Users
- Topic: Version 10 with XP
- Replies: 2
- Views: 2001
=> RE: Version 10 with XP
Hi freitas,____remove all footer lines from your report and then run the report.__R&R has some problems with footers...____Michael.
- Thu Oct 24, 2002 12:23 pm
- Forum: R&R ReportWorks Users
- Topic: records w/calculated field
- Replies: 8
- Views: 5105
=======> RE: records w/calculated field
Hi Linda,____Nope. I^m out of ideas....____But I could have a look at you report. Send it with "some" data to m.hoffmann@compar.cc. ____Michael.____
- Thu Oct 24, 2002 1:19 am
- Forum: R&R ReportWorks Users
- Topic: records w/calculated field
- Replies: 8
- Views: 5105
=====> RE: records w/calculated field
Hi Linda,____create a preprocessed total field counting the items for each salesman. Then create a logical calculated field "hasitems" bearing the value of "itemcount > 0". Then make the printout of the group header showing the salemsman information depending on "hasitems&qu...
- Wed Oct 23, 2002 1:30 am
- Forum: R&R ReportWorks Users
- Topic: Field name must be qualified
- Replies: 1
- Views: 1716
Field name must be qualified
Hi Kathleen,,____when I^m using the R&R 10 runtime with my existing reports and I edit the filter condition comparing two fields, I receive the message:____"Field name must be qualified". The problem seem to be fieldnames that exist in 2 ore more tables. Unfortunately it^s not possible...
- Wed Oct 23, 2002 1:22 am
- Forum: R&R ReportWorks Users
- Topic: records w/calculated field
- Replies: 8
- Views: 5105
===> RE: records w/calculated field
Hi Linda,____so far I know very little about your report. But maybe you should __pre-proecess your totals. And why don^t you just put the values for __extprc,extcst,extprc and the percentage on the layout for debugging? ____Then you^ll have a clue what^s going on with these values.____HTH____Michael.
- Tue Oct 22, 2002 4:02 pm
- Forum: R&R ReportWorks Users
- Topic: records w/calculated field
- Replies: 8
- Views: 5105
=> RE: records w/calculated field
Hi Linda,____try with: (extprc-extcst)/extprc <= 0.20____Michael.
- Wed Sep 18, 2002 3:52 am
- Forum: R&R ReportWorks Users
- Topic: Report on Missing Numbers
- Replies: 6
- Views: 3981
===> RE: Report on Missing Numbers
Hi Will:____If item numbers can occur multiple times, then item#-PREVIOUS(item#) must be either 0 or 1. Any other value indicates a missing item. ____I once did a report for "Missing delivery note numbers" and I chose this method. ____Kind regards,____Michael.____