Search found 7 matches

by LWExplorer
Tue Sep 15, 2015 4:37 pm
Forum: R&R ReportWorks Users
Topic: Interesting results about SQLEXP for Oracle
Replies: 1
Views: 2559

=> RE: Interesting results about SQLEXP for Oracle

The Oracle CHR() function works fine.______SQLEXP( "CHR( 84 )" ) returns ^T^______SQLEXP( "CHR( 116 )" ) returns ^t^.______So, the problem is with the way the Oracle driver interprets ASCII() and ASCIISTR()________
by LWExplorer
Tue Sep 15, 2015 4:16 pm
Forum: R&R ReportWorks Users
Topic: Interesting results about SQLEXP for Oracle
Replies: 1
Views: 2559

Interesting results about SQLEXP for Oracle

Hi,____This is related to Topic 1519, Oracle report fields empty______Our varchar2 fields were showing as blank, and it was recommended that we use SqlExp and Cast. Didn^t work.______However, several interesting results, after some testing today:____0. Using Oracle^s SUBSTRING() doesn^t help. Still ...
by LWExplorer
Mon Oct 01, 2012 9:34 am
Forum: R&R ReportWorks Users
Topic: Any new releases coming up?
Replies: 1
Views: 1810

=> RE: Any new releases coming up?

>I know there probably isn^t much revenue going on with __>ReportWorks, but just wanted to see if any development is __>taking place. __>__>Mainly interested in fixes for blank fields in varchars. __>Nothing critical, really. ______Ok, I^m done with Liveware. No point in wasting time with customer s...
by LWExplorer
Mon Sep 24, 2012 9:35 am
Forum: R&R ReportWorks Users
Topic: Any new releases coming up?
Replies: 1
Views: 1810

Any new releases coming up?

I know there probably isn^t much revenue going on with ReportWorks, but just wanted to see if any development is taking place.____Mainly interested in fixes for blank fields in varchars. Nothing critical, really.________
by LWExplorer
Fri Aug 24, 2012 9:21 am
Forum: R&R ReportWorks Users
Topic: Oracle report fields empty
Replies: 2
Views: 1986

==> RE: Oracle report fields empty

Thanks CST. Unfortunately, even with the CASTing, the varchars aren^t displaying anything.____
by LWExplorer
Mon Aug 20, 2012 10:58 am
Forum: R&R ReportWorks Users
Topic: Character Data not Displaying
Replies: 3
Views: 2689

=> RE: Character Data not Displaying

I^m having the same problem with Oracle. Had exactly the same, with Sql Server, a couple of years ago.____I think Support is on vacation right now.__
by LWExplorer
Tue Aug 07, 2012 1:47 pm
Forum: R&R ReportWorks Users
Topic: Oracle report fields empty
Replies: 2
Views: 1986

Oracle report fields empty

Hi,____For some reason, only some of the field values in my report are displayed, even though the exact query in another tool shows them very clearly.____For example, in a query like this:____SELECT__ STUDENT_ID, FIRST_NAME, LAST_NAME__FROM__ STUDENTS__ORDER BY STUDENT_ID____, all of the values for ...