Wednesday, February 1, 2006

Tip of the Day: Using Themes for #WHERE Builder

Version: R:BASE 7.5 and V-8 Turbo for Windows
Builds:  7.5.24.30127, 8.0.12.30127 or higher

Did you know that in addition to applying R:Themes
to Forms, Pop-up Menus, CHOOSE, DIALOG and PAUSE
commands, now you can also apply R:Themes for
#WHERE Builder window also?

When using #WHERE IN tableview option of CHOOSE
command, it opens the WHERE builder for you to
enter conditions for the columns in the specified
table or view; stores the entire WHERE clause in
the variable varname.

-- Example 01: (Traditional Command)

CONNECT RRBYW10
CHOOSE vWhereClause FROM #WHERE IN Customer
RETURN

-- Example 02: (Using Razzmatazz theme for #WHERE)

CONNECT RRBYW10
CHOOSE vWhereClause FROM #WHERE IN Customer +
OPTION THEMENAME Razzmatazz
RETURN

-- Example 03: (Using R:BASE Rocks! theme for #WHERE)

CONNECT RRBYW10
CHOOSE vWhereClause FROM #WHERE IN Customer +
OPTION THEMENAME R:BASE Rocks!
RETURN

Enjoy and make sure to have fun!

Very Best R:egards,

Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================

Reply via email to