> Getdate does not seem to allow a variable for the caption, is this correct? 
> Or am I not doing this correctly?

I didn't believe it until I tried it, but you're right.

set var vx = 'Hello'
set var vd = (getdate(.vx))

shows the GetDate dialog with no caption, while:

set var vd = (getdate('Hello'))

works correctly.
--
Larry

Reply via email to