Right Dennis,
But I also want the date. So instead of doing it seperately, I can get them
both (at the same TIME <g>).
This a a very neat solution.
Bernie
----- Original Message -----
From: "Dennis McGrath" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, October 22, 2009 3:39 PM
Subject: [RBASE-L] - RE: Entering time into a form
This works great.
POPUP_DIALOG_TYPE TIME
Just does time, so that should fit Bernies need
Dennis McGrath
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of John Engwer
Sent: Thursday, October 22, 2009 1:52 PM
To: RBASE-L Mailing List
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