Also, consider the use of DIALOG command. Here is example from RBase help.
DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +

CAPTION 'Enter Date' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE DATE +

|POPUP_CALENDAR_BACK_COLOR SILVER +

|POPUP_CALENDAR_DAYS_COLOR RED +

|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +

|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +

|POPUP_CALENDAR_LINES_COLOR BLACK +

|POPUP_CALENDAR_SELBACK_COLOR NAVY +

|POPUP_CALENDAR_SELFORE_COLOR WHITE +

|POPUP_CALENDAR_TODAYFRAME_COLOR RED



Jim Bentley, American Celiac Society 1-504-305-2968 

    On Tuesday, April 17, 2018, 11:19:09 PM CDT, Kayza Kleinman 
<[email protected]> wrote:  
 
 
Thanks!
 
  
 
This is perfect.
 
  
 
  
 
Kayza Kleinman
 
Director of the Nonprofit Helpdesk
 
CIO
 
Jewish Community Council of Greater Coney Island, Inc
 
www.jccgci.org
 
www.nphd.org
 
  
 
From: karentellef via RBASE-L [mailto:[email protected]]
Sent: Tuesday, April 17, 2018 9:34 AM
To: [email protected]
Subject: Re: [RBASE-L] - Date Chooser Dialog?
 
  
 
If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen
 
  
 
  
 
  
 
-----Original Message-----
From: Kayza Kleinman <[email protected]>
To: '[email protected]' <[email protected]>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?
 
I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?
 
Thanks!
 
 
 
 
 
Kayza Kleinman
 
Director of the Nonprofit Helpdesk
 
CIO
 
Jewish Community Council of Greater Coney Island, Inc
 
3001 West 37th Street
 
Brooklyn NY 11224
 
718 449-5000 x 2266
 
fax 347-946-6390
 
www.jccgci.org
 
www.nphd.org
 
 
 
 
 
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
[email protected].
For more options, visit https://groups.google.com/d/optout.
 
-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
[email protected].
For more options, visit https://groups.google.com/d/optout.
 

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
  

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to