I think that the date/time dialog has been around for awhile.  I don't
remember when I came across it but I suspect that it was at the 7.6/V8
advanced training class.  It is in one of Razzak's sample applications.

John

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Bernard Lis
Sent: Thursday, October 22, 2009 4:35 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Entering time into a form

wow John,
Thanks, I can use this.  Neat solution!
Bernie Lis

----- Original Message ----- 
From: "John Engwer" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, October 22, 2009 2:51 PM
Subject: [RBASE-L] - RE: Entering time into a form


> Bernie,  here is another way.
>
> DIALOG 'mm/dd/yy hh:mm (DOUBLE CLICK TO AUTOSET)' +
>  vdatetimetxt=40 vendkey 1 +
>  CAPTION 'TIME OUT' ICON APP OPTION +
>  POPUP_ENABLED TRUE +
>  |POPUP_DIALOG_TYPE DATETIME +
>  |POPUP_CLOCK_BACK_COLOR WHITE +
>  |POPUP_CLOCK_FACE_COLOR MINT BLACK +
>  |POPUP_CLOCK_HANDS_COLOR RED +
>  |POPUP_CLOCK_NUMBERS_COLOR GREEN +
>  |POPUP_CLOCK_HOURTICKS_COLOR GREEN +
>  |POPUP_CLOCK_MINUTETICKS_COLOR RED +
>  |POPUP_CALENDAR_BACK_COLOR WHITE +
>  |POPUP_CALENDAR_DAYS_COLOR BLACK +
>  |POPUP_CALENDAR_FILLDAYS_COLOR MINT BLUE +
>  |POPUP_CALENDAR_DAYSOFWEEK_COLOR RED +
>  |POPUP_CALENDAR_LINES_COLOR BLACK +
>  |POPUP_CALENDAR_SELBACK_COLOR WHITE +
>  |POPUP_CALENDAR_SELFORE_COLOR RED +
>  |POPUP_CALENDAR_TODAYFRAME_COLOR MAROON +
>  |THEMENAME orange glass
>
> John
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Bernard 
> Lis
> Sent: Thursday, October 22, 2009 2:35 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - Entering time into a form
>
> Hi All,
> I would like to pick a time in a similar way we pick a date (GetDate --
> GetTime??).
> Any ideas?
>
> Bernie Lis
>
>
> 


Reply via email to