Bernie,
It is in the database for RRBYW10 provided with R:Base 7.5.
Open Form Designer
Select Form "RRBYW10MainMenu"
Select Group "Reports"
Select Group Property
Select Item Tab
Select Item "Self Designed Reports"
Select Edit Custom EEP
Here is the code!
-- SelfDesigndReports.RMD to Create Dynamic Reports Based on Selective
Colmn(s)
-- Author: A. Razzak Memon
-- Created: April 5, 2005
IF(CVAL('DATABASE')) <> 'RRBYW10' OR (CVAL('DATABASE')) IS NULL THEN
CONNECT RRBYW10 IDENTIFIED BY NONE
ENDIF
CLEAR VAR
vReportFormTitle,vTableViewName,vColumns,vWhereSortClause,vOutput, +
vWhereClause,vSyntax,vSyntaxForBROWSE,vFileName,vFileNameView,vButton
SET VAR vReportFormTitle TEXT = 'Self-Designed Reports'
SET VAR vTableViewName TEXT = NULL
SET VAR vColumns TEXT = NULL
SET VAR vWhereSortClause TEXT = NULL
SET VAR vOutput TEXT = 'SCREEN'
SET VAR vWhereClause TEXT = NULL
SET VAR vSyntax TEXT = NULL
SET VAR vSyntaxForBROWSE TEXT = NULL
SET VAR vFileName TEXT = NULL
SET VAR vFileNameView TEXT = NULL
SET VAR vButton INTEGER = 99
SET NULL ' '
EDIT USING SelfDesigndReports
LABEL Done
CLEAR VAR
RBTI_%,vReportFormTitle,vTableViewName,vColumns,vWhereSortClause, +
vOutput,vWhereClause,vSyntax,vSyntaxForBROWSE,vFileName,vFileNameView,vB
utton
RETURN
Best regards,
Oma Cox
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dawn Oakes
Sent: Monday, July 25, 2005 3:18 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Report Wizard
Bernie
You can't find it because we haven't had Fall 2005 yet <g>
In RRBYW10 (ver 7.5), there is a FORM called SelfDesignedReports. I know
it's on the version from R:Chatauqua. It's not on the Fall 2004
conference CD, I don't think. Dawn
-----Original Message-----
From: Bernard Lis [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 4:08 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Report Wizard
Hmmm,
I cannot find my Fall 2005 conf CD - anyone remember how it was
packaged? I looked at the Chataqua CD and still do not find
SelfDesignedReports. Bernie Lis
----- Original Message -----
From: "Claudine Robbins" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, July 25, 2005 1:58 PM
Subject: [RBG7-L] - RE: Report Wizard
> In RRBYW10, under Reports | Self Designed Reports.
>
>> -----Original Message-----
>> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard
Lis
>> Sent: Monday, July 25, 2005 12:41 PM
>> To: RBG7-L Mailing List
>> Subject: [RBG7-L] - RE: Report Wizard
>>
>> Claudine,
>> Besides searching rrbyw10 in 7.1 and 7.5, I also searched my entire
drive
>> for self*.rmd
>> Where did U get this?
>> Bernie Lis
>>
>> From: "Claudine Robbins" > RRBYW10 has a wonderful routine for self
>> designed reports
>> > (selfdesigndreports.rmd) which allows a user to build their own ad
hoc
>> > queries and print them out as a report to screen, printer or pdf.
>
>