Search found 17 matches
- Wed Feb 01, 2006 5:08 pm
- Forum: R&R ReportWorks Users
- Topic: how to export to excel
- Replies: 10
- Views: 7391
=====> RE: Cannot highlight Page Header
Hi Kathleen!____When I view header/footer in word and select all, only the header/footer gets selected. The body lines become disabled.____How can I select both the Header/Footer and Body Lines all at the same time?____Thanks! Spasibo!__Emetsky______>The page header and footer are sent to separate s...
- Wed Feb 01, 2006 12:05 pm
- Forum: R&R ReportWorks Users
- Topic: how to export to excel
- Replies: 10
- Views: 7391
===> Cannot highlight Page Header
Hi Taavi!____When I select all in Word, only the body lines get selected. For some reason, the page header lines do not get selected.____Do you have any idea why the page header lines are not getting selected?____TIA,__Emetsky______>Hi, __> after years of using R&R we found that best Excel resul...
- Tue Jan 17, 2006 7:01 pm
- Forum: R&R ReportWorks Users
- Topic: Integer to percentage...
- Replies: 4
- Views: 3046
==> RE: Integer to percentage...
>You could create a calc field that is datafield/100 and then __>format that field to display as a percent. __>__>__>Kathleen __>R&R Support ____Hi Kathleen,____Your solution works fine on a regular report, even when I create a PDF.____The problem is when I export to a DBF flat file. The calc fi...
- Tue Jan 17, 2006 6:16 pm
- Forum: R&R ReportWorks Users
- Topic: Integer to percentage...
- Replies: 4
- Views: 3046
==> RE: Integer to percentage...
Thanks Kathleen! That did the trick.
- Tue Jan 17, 2006 3:37 pm
- Forum: R&R ReportWorks Users
- Topic: Integer to percentage...
- Replies: 4
- Views: 3046
Integer to percentage...
Hi Kathleen! ^need your help.____I have a 2 digit integer input field on the Data-Entry Screen.____Users would input 10 or 3 with no decimal points.____But on the Report, I would like to transform the 10 or 3 into a .10 or .3 ____I^m not talking about merely formatting the integer field as a percent...
- Wed Apr 27, 2005 1:56 pm
- Forum: R&R ReportWorks Users
- Topic: VFP .NULL.
- Replies: 1
- Views: 1641
VFP .NULL.
Hello folks!____I^m storing .NULL. values in my VFP data tables (dbf) and I want to format the .NULL. to show NA on the report.____IIF(field=.null.,^NA^,field)____Is this possible in R&R v8.1?____TIA,__Emetsky
- Wed Apr 13, 2005 5:06 pm
- Forum: R&R ReportWorks Users
- Topic: R&R SQL 10+
- Replies: 9
- Views: 5703
======> Finally!!!
The /U /P switches did the trick.____RSWRUN /TSinvoice /CSsales /Ujohn /Paccounts____Thanks!!!
- Wed Apr 13, 2005 4:55 pm
- Forum: R&R ReportWorks Users
- Topic: R&R SQL 10+
- Replies: 9
- Views: 5703
=======> RE: Rswrun.exe and RRWRUNIN
Hi Kathleen,____I don^t think it^s the control table because the SQL Login Prompt shows up even when I run the Report from the Report Designer.________>You add /CU and a/CP to provide the user name and password __>to get to the control table. __>__>RSWRUN.EXE /TS<DBF table name> /CS<data source name...
- Wed Apr 13, 2005 4:47 pm
- Forum: R&R ReportWorks Users
- Topic: R&R SQL 10+
- Replies: 9
- Views: 5703
======> RE: Rswrun.exe and RRWRUNIN
I got this from help...____If your database requires a user name but no password for access to the control table, you must still use the /CP switch if you want to bypass the log-on dialog; for example:___RSWRUN /TSinvoice /CSsales /CUmary /CP____© 2003 Liveware Publishing Inc. All rights reserv...
- Wed Apr 13, 2005 4:32 pm
- Forum: R&R ReportWorks Users
- Topic: R&R SQL 10+
- Replies: 9
- Views: 5703
======> RE: Rswrun.exe and RRWRUNIN
Hi Kathleen! ____There is a User name "sa" (sys admin) but there is no password.____I tried /CP" " but it does not work.____Help!______>You add /CU and a/CP to provide the user name and password __>to get to the control table. __>__>RSWRUN.EXE /TS<DBF table name> /CS<data source ...