Search found 12 matches
- Mon Dec 09, 2002 12:07 am
- Forum: R&R ReportWorks Users
- Topic: Unsupported totals sort
- Replies: 1
- Views: 1510
Unsupported totals sort
[updated:LAST EDITED ON Dec-09-02 AT 00:08 AM (EST)]Why can you not sort on a calculated field whose expression includes both a preprocessed total and a database field?____I^m using version 9 SQL.____Thanks,____Robert Eshelman__
- Fri May 03, 2002 8:37 am
- Forum: R&R ReportWorks Users
- Topic: Email burst and Outlook 2000
- Replies: 2
- Views: 2044
==> RE: Email burst and Outlook 2000
Well I attempted to update before I tested this, but I accidently updated R&R xbase ( I have both versions). I have now updated and tested and it works!
- Fri May 03, 2002 8:35 am
- Forum: R&R ReportWorks Users
- Topic: Time_RR
- Replies: 8
- Views: 4823
====> RE: Time_RR
I forgot to mention, I also dropped seconds so on mine time will read in format 12:35pm.
- Thu May 02, 2002 12:47 pm
- Forum: R&R ReportWorks Users
- Topic: Time_RR
- Replies: 8
- Views: 4823
==> RE: Time_RR
One small correction:____If 24 hour time is 1230, then time is not >12, but still needs to be pm. I just happened to test this around 12:30pm...____I think this will work in all cases:____IIF(VAL(LEFT(TIME(),2))>11, __ IIF(VAL(LEFT(TIME(),2))=12, __ LEFT(time(),5)+"pm", __ str(VAL(LEFT(TIM...
- Thu May 02, 2002 12:21 pm
- Forum: R&R ReportWorks Users
- Topic: Email burst and Outlook 2000
- Replies: 2
- Views: 2044
Email burst and Outlook 2000
I remember seeing this issue previously on the board and wanted to know if there is a workaround:____When using R&R SQL email burst with Outlook 2000, the email names submitted to Outlook have single quotes around them and will not send. An error message is returned saying "None of your e-m...
- Thu Apr 18, 2002 2:33 pm
- Forum: R&R ReportWorks Users
- Topic: Export to RTF - header dist. f/edge
- Replies: 8
- Views: 4685
==> Export to RTF - hdr dist. f/edge
Yes my report does have a page footer and its distance from edge in Word is .5"
- Thu Apr 04, 2002 6:58 pm
- Forum: R&R ReportWorks Users
- Topic: Export to RTF - header dist. f/edge
- Replies: 8
- Views: 4685
Export to RTF - header dist. f/edge
I^m exporting a report to rtf. When I open the report with Word, the page header starts about 2" from the top, and last few lines at the bottom of the page overflow to the next page. Specifically in Word, if I go to File - Page Setup - Layout, the header is 1.88" from the edge. Where does ...
- Tue Feb 05, 2002 2:36 pm
- Forum: Supplemental Systems
- Topic: Progress Report Builder
- Replies: 3
- Views: 3858
==> RE: Progress Report Builder
hmm, well the link in my posting above shows their Manual released last year. In many of the screen shots, the program looks almost identical to R&R SQL ver. 8 or 9. Check out page 43 or 236 in PDF manual above and you will see what I mean. Seems to be too close for coincidence.____I^m just curi...
- Sat Feb 02, 2002 2:54 am
- Forum: Supplemental Systems
- Topic: Progress Report Builder
- Replies: 3
- Views: 3858
Progress Report Builder
Progress Software sells a product call Report Builder - see http://www.progress.com/v9/documentation/rptls91b/rbu/rbu.pdf____The screens in the user guide look identical to R&R SQL edition. I^m wondering did you licence your product to them?____Thanks.
- Mon Aug 27, 2001 1:36 pm
- Forum: R&R ReportWorks Users
- Topic: Problem with ParameteRR Field
- Replies: 2
- Views: 2022
=> RE: Problem with ParameteRR Field
Have done further testing of this - what happens is parameter field value does change, but the filter is not regenerated. So if filter includes parameter value, it will not be updated. Only way to do so is to close report and reopen.____Have tested with date and numeric parameter field type.____Kath...