Steve You could try something like this
cle all var SET VAR vStartDate DATE SET VAR vEndDate DATE SET VAR vStartDateT TEXT SET VAR vEndDateT TEXT SET VAR vResp TEXT DIAL 'Enter Start / End Dates||00/00/0000,00/00/0000' vResp Vendkey 1 SET VAR vStartDateT = (SGET(.vResp,10,1)) SET VAR vEndDateT = (SGET(.vResp,10,12)) SET VAR vStartDate = .vStartDateT SET VAR vEndDate = .vEndDateT CLE VAR vStartDateT,vEndDateT,vResp,Vendkey ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen Sent: Tuesday, March 11, 2008 8: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

