Tuesday, February 14, 2006

From The Edge: All About CHOOSE Command

An updated document on "All About CHOOSE Command" is now
available.

Supported Versions:

. R:BASE 7.5 for Windows (Build: 7.5.24.30214 or higher)
. R:BASE V-8 Turbo (Build: 8.0.12.30214 or higher)

This document also includes a few examples of using either
color name, color number or [RGB] combination to match the
background color when using R:Themes with CHOOSE command.

Here is one example to match the background color when
using the CHOOSE command with theme name as "Steel Blue":

-- Start
CONNECT RRBYW10
CLS
CHOOSE vCustIDTxt FOR #VALUES FOR +
((LJS(Company,34))&(LJS(CustCity,18))&(LJS(CustState,6))),CustID +
FROM Customer ORDER BY Company +
CHKBOX 1 +
TITLE +
'Select one customer and then click on [OK] button to continue' +
CAPTION 'Customer List' LINES 20 FORMATTED +
OPTION LIST_FONT_COLOR WHITE +
|TITLE_FONT_COLOR BLACK +
|TITLE_BACK_COLOR 16699056 +
|WINDOW_BACK_COLOR WHITE +
|TITLE_FONT_SIZE 10 +
|TITLE_FONT_NAME VERDANA +
|LIST_BACK_COLOR [R81,G81,B81] +
|BUTTONS_SHOW_GLYPH ON +
|BUTTONS_FONT_COLOR WHITE +
|THEMENAME Steel Blue
RETURN
-- End

Refer to PDF document for complete details and everything
you need to know about the CHOOSE command and supported
options and R:Themes.

From The Edge: http://www.razzak.com/fte
(Powered by R:WEB Suite 3.0)

Enjoy the update 24 and make sure to have fun!

Very Best R:egards,

Razzak.

Reply via email to