Search found 14 matches
- Thu Feb 12, 2004 3:18 pm
- Forum: R&R ReportWorks Users
- Topic: Bin and laser printer
- Replies: 1
- Views: 1686
Bin and laser printer
Using Delphi 5.0, R&R 8.1, HP deskjet printer.__Change for a HP LaserJet 2500N PCL 6 printer and now an orange led flash at every job I send until I push the (I) botton, so the job come out. This printer have the upper bin #1 as a manuel feeding and bin #2 is the tray. I have change some paramet...
- Tue Apr 22, 2003 8:09 am
- Forum: R&R ReportWorks Users
- Topic: Page length
- Replies: 15
- Views: 10011
Page length
Setting page length with win98 in the priner driver is relatively easy but what about XP ?__We are using IBM ProPrinter XL driver with win98 but I can^t find how to set the page length with this driver in XP.
- Mon Oct 28, 2002 1:52 pm
- Forum: R&R ReportWorks Users
- Topic: Delphi 6 and R&R v8.1
- Replies: 0
- Views: 1523
Delphi 6 and R&R v8.1
I receive error message when I try to install the ocx for R&R 8.1 in Delphi 6. __Actually I use it in Delphi 5 without any problem.____Is there a fix ? else than upgrade...__
- Mon Oct 28, 2002 1:49 pm
- Forum: Supplemental Systems
- Topic: Delphi 6 and R&R v8.1
- Replies: 0
- Views: 2261
Delphi 6 and R&R v8.1
I receive error message when I try to install the ocx for R&R 8.1 in Delphi 6. __Actually I use it in Delphi 5 without any problem.__Is there a fix ? else than upgrade...__
- Wed Oct 16, 2002 9:55 am
- Forum: Pre-Sale Questions
- Topic: v10
- Replies: 1
- Views: 3277
v10
Do you support Delphi 7 ?
- Thu Sep 12, 2002 7:31 am
- Forum: R&R ReportWorks Users
- Topic: RelatedTablesString
- Replies: 5
- Views: 4016
=> RE: RelatedTablesString
Finally, I think that there is a limitation of 10 relations, as state in the book, but, you can use only the Alias that will change instead of using all Alias in order as explain in the same book.
- Thu Sep 12, 2002 7:28 am
- Forum: R&R ReportWorks Users
- Topic: RelatedTablesString
- Replies: 5
- Views: 4016
==> RE: Using the OCX
I use the activeX in Delphi since several years now in many projet.__It work fine. Here I include a complete code example that you include in. You also have to drop the R&R activeX on the window.__This is an example of some of the most used Properties. You don^t have to set all this every time._...
- Thu Sep 12, 2002 7:08 am
- Forum: R&R ReportWorks Users
- Topic: RelatedTablesString
- Replies: 5
- Views: 4016
==> RE: RelatedTablesString
Are you successfully using the OCX component within Delphi 5.0 ?__We tried to do so sometime ago and it failed.____Thanks.____Marcelo Alaggio.__Delphus Informatica.__Brazil__alaggio@delphus-inf.com.br
- Mon Sep 09, 2002 8:28 am
- Forum: R&R ReportWorks Users
- Topic: RelatedTablesString
- Replies: 5
- Views: 4016
RelatedTablesString
I, is there a maximum number of related tables strings that I can specify in my code ?__This is an example, I use Delphi 5 with R&R v8.____ RRReport.RelatedTablesString :=^cFmr1ma=^ + Cumul + ^Fmr1ma,^ + Cumul + ^Fmr1ma1.ntx;^ +__ ^Fmr1mt1=^ + Fmrq + ^Fmr1mt,^ + Fmrq + ^Fmr1mt1.ntx;^ +__ ^Fmr1mt...
- Thu Aug 22, 2002 9:29 am
- Forum: R&R ReportWorks Users
- Topic: LowScope Highscope
- Replies: 1
- Views: 1784
=> RE: LowScope Highscope
I have found a way to make it work.__Just remove the low and high scope in the report itself.__so Click on Beginning of table and End of table in the naster table screen.__Then via the runtime, the scope start working.__