Steve: I have created a form called DateFromTo that has many radio buttons including:
Today Current Week Current Month Current Quarter Current Year Yesterday Previous Week Previous Month Previous Quarter Previous Year The form also has fields for >From Date To Date That can be specifically selected. When the user selects any of the radio buttons, the From Date and To Date fields are automatically updated but the user can override one or both values; you can also specify what the default dates are. I use this form any time I need to get date inputs from the user and it work great and has a lot more flexibility than the DIALOG command. Javier, _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen Sent: Tuesday, March 11, 2008 7:36 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: DIALOG BOX Here is another dialog box question. Can you make more than one entry in a dialog box? IE: begining date and ending date Or do you have to use two different dialog box entries to accomplish this? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Steve Breen Sent: Monday, March 10, 2008 4:46 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: DIALOG BOX Thanks -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Huessy Sent: Monday, March 10, 2008 4:38 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: DIALOG BOX Steve Have a look at this code: DIALOG 'Type Message Here ...' vResponse vEndKey YES CAPTION 'Type Caption Here ...' ICON INFO + OPTION MESSAGE_FONT_NAME Agency FB|MESSAGE_FONT_SIZE 11|MESSAGE_BOLD ON Regards Adrian _____ From: Steve Breen [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 9:35 PM To: [email protected] Subject: [RBASE-L] - DIALOG BOX Is there a way to control font size in a dialog box ? Stephen Breen CDI Services, Inc. Road Support Division

