Sorry, for clarity I'm looking to increase the font size (not input field length). I have some DIALOG statements and I have made the message larger with something like...

DIALOG 'Please enter your value:' vresp vendkey 1 CAPTION 'Enter text' OPTION MESSAGE_FONT_SIZE 10

...however, this increases the size of the message font, the input text remains a smaller size and I like to make it easier on the user's eyes to see their input. Have looked through all the help and DIALOG samples in RDocs and can't find an option to increase the font size on the input box.





On 3/7/2012 4:20 PM, Javier Valencia wrote:
Dave,

You can try something like:

DIALOG 'Your DIALOG Message' vYourResponse=30 vEndKey 1 +
CAPTION 'Your DIALOG Caption' ICON APPS

The command above will allow you to enter up to 30 characters; you can use
whatever length you want corresponding  to your variable type and length
declaration.

Javier,

Javier Valencia, PE
O: 913-829-0888
H: 913-397-9605
C: 913-915-3137


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Dave McCann
Sent: Wednesday, March 07, 2012 3:58 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - dialog input font size

I'm looking but have not found an option to increase the size of the
DIALOG command input text (not title or message, but input).   Is there
such an option?


--
Dave McCann


Reply via email to