Ooops... Make that: DIALOG 'mm/dd/yyyy (Double click for Calendar)' + vDate=10 vendkey 1 + CAPTION 'Enter Date...' ICON APP OPTION + POPUP_ENABLED TRUE + |POPUP_DIALOG_TYPE DATE + |THEMENAME Longhorn
The line: |POPUP_DATE '03/20/2010' Was an wishful attempt to pre-select a date on the calendar; it does not work...it would be a nice feature though! Javier, Javier Valencia, PE 913-829-0888 Office 913-915-3137 Cell 913-649-2904 Fax [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Javier Valencia Sent: Wednesday, June 23, 2010 7:43 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Dialog Popup Calendar Ken, The following code works for me... DIALOG 'mm/dd/yyyy (Double click for Calendar)' + vDate=10 vendkey 1 + CAPTION 'Enter Date...' ICON APP OPTION + POPUP_ENABLED TRUE + |POPUP_DIALOG_TYPE DATE + |POPUP_DATE '03/20/2010' + |THEMENAME Longhorn Javier Valencia, PE 913-829-0888 Office 913-915-3137 Cell 913-649-2904 Fax [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, June 23, 2010 7:04 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Dialog Popup Calendar After spending a bit of time with the syntax, I could not get a DIALOG with a custom date popup working. Could someone be kind enough to provide a simple example of the syntax needed? Best regards, Ken

