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



Reply via email to