Thanks to all who replied. I looked in vain for this function. Sure could use search functionality in R:Syntax. If I was able to search for calendar I could have found it myself.
--Dennis -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Young Sent: Friday, November 30, 2001 7:52 PM To: [EMAIL PROTECTED] Subject: Re: Popup calendar Hi Dennis, In RSyntax look up GetDate. (GETDATE('Calendar Caption')) Example: In a command file, EEP or Custom Button SET VAR vGetDate = (GETDATE('Select Date')) Will bring up the Windows GUI Calendar with today's date circled in red. Either you could click on OK to accept the circled date or click on any other date on the calendar using the current month or scrolling months! The GETDATE function will return a valid date in column or variable. Best regards, Mike Young On Fri, 30 Nov 2001 18:40:48 -0600, Dennis McGrath wrote: >What is the latest way to achieve a popup calendar with RBWIN. Want to >populate a date field on a form. > > >-- Dennis McGrath >mailto:[EMAIL PROTECTED] > >-- Productivity Tools for R:Base Programmers >http://www.enteract.com/~mcgrath/dennis > >-- Full time consultant with: >SQL Resources Group >Steve Hartmann >Oak Park, IL >mailto:[EMAIL PROTECTED] > >
