Search found 5 matches
- Mon Jul 27, 2009 1:35 pm
- Forum: R&R ReportWorks Users
- Topic: new master file for a report
- Replies: 2
- Views: 1519
==> RE: new master file for a report
Thanks - I^ll give the frist method a try. The report is fairly complex, so this will be better than rebuilding it entirely.
- Fri Jul 24, 2009 10:02 am
- Forum: R&R ReportWorks Users
- Topic: new master file for a report
- Replies: 2
- Views: 1519
new master file for a report
I have a report with Master file, and 5 or 6 related files.__I want to keep what is there, and insert a higher level file as the master file, and demote the current master file to a related file.____Is this possible?
- Wed Jul 22, 2009 11:19 am
- Forum: R&R ReportWorks Users
- Topic: How to convert a Memo to string?
- Replies: 3
- Views: 1900
===> RE: How to convert a Memo to string
Looking for suggestions on a better way to do this:____I have my memo field: PPTBLAINFO__Then__I have a series of __Val100=IIF(PPTBLAINFO="*Value = 100I*",1,0)__Val250=IIF(PPTBLAINFO="*Value = 250I*",1,0)__Val400=IIF(PPTBLAINFO="*Value = 400I*",1,0)__(etc)__Then I have ...
- Tue Jul 21, 2009 3:15 pm
- Forum: R&R ReportWorks Users
- Topic: How to convert a Memo to string?
- Replies: 3
- Views: 1900
==> RE: How to convert a Memo to string
Rats. We are using version 11, XBase. ____The data looks different depending on whether I use Excel, Notepad, or display, but this is a sample of the data I am trying to work with:____[PARAMETER1]Value = 0InputMask = 99999.99Caption = Max. Family Deductible[PARAMETER2]Value = 1000InputMask = 99999.9...
- Mon Jul 20, 2009 4:29 pm
- Forum: R&R ReportWorks Users
- Topic: How to convert a Memo to string?
- Replies: 3
- Views: 1900
How to convert a Memo to string?
I need to parse data that is in a memo field. I thought I could use some of the R&R string functions, but evidently they won^t work with a memo field - so how do I convert a memo to a string? Or is there a better way?