Search found 7 matches

by RKLawton
Fri May 07, 2004 10:06 am
Forum: R&R ReportWorks Users
Topic: SQL Server Name
Replies: 1
Views: 893

SQL Server Name

Is there a way to print the server name from where the report is getting the data from?____Tried the following expressions:__a) SQLEXP( "host_name()" )__b) SQLEXP( "SERVERPROPERTY( ^SERVERNAME^ )" )__*R&R will not even preview the report having the above calculated field expr...
by RKLawton
Wed Apr 14, 2004 8:08 am
Forum: R&R ReportWorks Users
Topic: Ignoring single pair of CR/LF chrs?
Replies: 5
Views: 1748

====> RE: Ignoring CR/LF chrs?

Yes Kathleen, that did the trick. Thanks.____I would think that people would have seen something like this before...is this a work-around? __Or is that the intended way R&R SQL works?__
by RKLawton
Fri Apr 09, 2004 11:34 am
Forum: R&R ReportWorks Users
Topic: Ignoring single pair of CR/LF chrs?
Replies: 5
Views: 1748

==> RE: Ignoring CR/LF chrs?

Yes, that worked...but now it prints a square block at the end of each line.
by RKLawton
Wed Apr 07, 2004 3:58 pm
Forum: R&R ReportWorks Users
Topic: Ignoring single pair of CR/LF chrs?
Replies: 5
Views: 1748

Ignoring single pair of CR/LF chrs?

For a ^text^ field type in a table on our SQL Server, we noticed that it is ignoring a single Carriage Return (CR) and Line Feed (LF) unless there is a pair of them. Is this intended to work this way?____For example, a field containing a single CR/LF and displaying:__First line break here!__Next Lin...
by RKLawton
Fri Feb 20, 2004 9:19 am
Forum: R&R ReportWorks Users
Topic: SQL Data Sources - R&R SQL 10+
Replies: 3
Views: 1310

==> RE: SQL Data Sources - R&R SQL 10+

So when distributing reports, the client workstations which print the reports do not have to have a DSN?____The report will use the data source stored with the report?____Roger
by RKLawton
Thu Feb 19, 2004 2:16 pm
Forum: R&R ReportWorks Users
Topic: SQL Data Sources - R&R SQL 10+
Replies: 3
Views: 1310

SQL Data Sources - R&R SQL 10+

For a client/server platform, is there a way to specify a SQL connection string in the R&R INI files? ____Or does each workstation need a system data source name (DSN) for R&R to determine the report data source?____Roger
by RKLawton
Mon Jan 19, 2004 6:43 pm
Forum: R&R ReportWorks Users
Topic: OCX Parameters
Replies: 1
Views: 877

OCX Parameters

I am trying to implement the R&R OCX control in our CA-Visual Objects Application. I can load a report, change properties, and print/view with no problems. ____What I would like to do is load a report and interrogate the properties that were saved with the report. This would be similar to using ...