Search found 24 matches
- Tue Oct 28, 2008 9:49 am
- Forum: R&R ReportWorks Users
- Topic: Print to a PDF from the Runtime
- Replies: 5
- Views: 3458
===> RE: Print to a PDF from the Runtime
Any suggestions?____Dennis Sykes____>My control file is shown below. Working great on development __>PC, but on the customer^s PC it^s getting "Cannot match __>printer or port in control". What am I missing? __>__>ri_report=ReportsINVOICE.RRW __>ri_printer= __>ri_wptr=R&R PDF Export __...
- Mon Mar 26, 2007 10:10 am
- Forum: R&R ReportWorks Users
- Topic: R&R and Excel 2007
- Replies: 11
- Views: 7841
==> RE: R&R and Excel 2007
>Microsoft deprecated support for old style WKS files in __>Excel 2007. The XLS created by R&R is really a WKS file __>which is why Excel 2007 refuses to open it. __>__>Kathleen __>R&R Support ______Will R&R be updated to produce a newer format worksheet?____Dennis Sykes
- Thu Jun 29, 2006 2:00 pm
- Forum: R&R ReportWorks Users
- Topic: Length of memo field
- Replies: 3
- Views: 2385
==> RE: Length of memo field
Thanks, Kathleen. That got me onto the right track.____Dennis____>Create a calculation that says: __>IIF(memofldname,ATTENTION","") __>__>where memofldname is the name of your memo field. __>__>__>Kathleen __>R&R Support __>__>Note that the smiley that prints is really a closing p...
- Wed Jun 28, 2006 1:13 pm
- Forum: R&R ReportWorks Users
- Topic: Length of memo field
- Replies: 3
- Views: 2385
=> RE: Length of memo field
Does no answer to my question mean there is no way to check memo field length with R&R?____>How can I test to see if a memo field contains any data? __>What I^m trying to do: if there is no data in the memo __>field, the line is blank. Otherwise, I^m to print __>"ATTENTION"^ followed b...
- Fri Jun 23, 2006 3:15 pm
- Forum: R&R ReportWorks Users
- Topic: Length of memo field
- Replies: 3
- Views: 2385
Length of memo field
How can I test to see if a memo field contains any data? What I^m trying to do: if there is no data in the memo field, the line is blank. Otherwise, I^m to print "ATTENTION"^ followed by the memo information. I^ve tried the method I use for character fields (len(trim(fldname))=0) but it wo...
- Tue Mar 15, 2005 3:49 pm
- Forum: R&R ReportWorks Users
- Topic: Export memo field to worksheet
- Replies: 1
- Views: 1506
Export memo field to worksheet
I have a memo field in DBF that I need to export to an Excel worksheet. I see in the help file that memo fields cannot be exported. Is there any function in R&R to extract the first line, or first N characters, of a memo field to a character field, so I could include the character field in the e...
- Fri Jan 28, 2005 11:41 am
- Forum: R&R ReportWorks Users
- Topic: V11 error
- Replies: 10
- Views: 6168
========> RE: V11 error
Thanks for the status report. I sympathize with the hair loss :)____Let me know if I can help with any testing.____Dennis
- Wed Jan 26, 2005 10:10 am
- Forum: R&R ReportWorks Users
- Topic: V11 error
- Replies: 10
- Views: 6168
========> RE: V11 error
The problem happens when RI_QUERY is set to "?", not RI_PRINTER.____Dennis
- Tue Jan 25, 2005 10:12 am
- Forum: R&R ReportWorks Users
- Topic: V11 error
- Replies: 10
- Views: 6168
======> RE: V11 error
Kathleen,____Any progress on this one?____Thanks,__Dennis
- Fri Jan 14, 2005 3:34 pm
- Forum: R&R ReportWorks Users
- Topic: V11 error
- Replies: 10
- Views: 6168
=> RE: V11 error
One additional piece of info. The error is happening on my Windows 2000 desktop, but _not_ on my WinXP Home laptop.____>My application is calling reports using the viewer __>executable. After installing v11, I^m getting errors on __>those reports being called with RI_QUERY="?" to display t...