Wow, I learned something new today. Dialog command has pop-up boxes!! Now, if I had time to finish testing so I can convert to V9...
Dan Goldberg -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, June 23, 2010 5:34 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Dialog Popup Calendar At 08:03 PM 6/23/2010, [email protected] wrote: >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? Hello Ken, Here you go ... -- start here CLS CLEAR VAR vDateTxt,vDate,vEndKey SET VAR vDateTxt TEXT = NULL SET VAR vDate DATE = NULL DIALOG 'Enter Date (mm/dd/yyyy) or Double-Click for Calendar' + vDateTxt=37 vEndKey 1 + CAPTION 'DIALOG with Date Pop-up' ICON APP OPTION + POPUP_ENABLED TRUE + |POPUP_DIALOG_TYPE DATE + |THEMENAME Vista CG SET VAR vDate = .vDateTxt RETURN -- end here Let me know if you need a few more "custom" samples. Very Best R:egards, Razzak. --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

