Bernie
You could try this
set var vq = (cval('quotes'))
set var vdatefrom = (getdate('Starting Date'))
set var vx = (.vq + 'Date From' & (ctxt(.vdateFrom))&'TO' + .vq)
set var vd1 = ('set var vd =(getdate('+.vx+'))')
&vd1
Buddy
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard
Lis
Sent: Tuesday, March 08, 2005 10:55 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - GETDATE
Getdate does not seem to allow a variable for the caption, is this
correct?
Or am I not doing this correctly?
While getting the start and end dates, I want to display the start date
in the caption for the ending date.
set var vStartDate = (getdate('Enter Starting Date')) set var msg1 =
('From' & ctxt(.vStartDate)) set var vEndDate = (getdate(.msg1))
Bernie Lis