Monday, February 5, 2007

Tip of the Day: Customizing Print Preview Screen with Themes

Did you know that you can customize the Print Preview Screen
to match your application/form theme?

Try the following examples and see what you find.

Example 01:

-- Start
CONNECT RRBYW10
CLS
PRINT Invoice WHERE TransID = 1002 +
OPTION SCREEN +
|WINDOW_STATE MAXIMIZED +
|ZOOM_TYPE PERCENTAGE +
|ZOOMPERCENT 90 +
|THEMENAME Razzmatazz +
|PREVIEW_BACKGROUND_COLOR 16180442 +
|PREVIEW_CAPTION Running R:BASE Your Way!
RETURN
-- End

Example 02:

-- Start
CONNECT RRBYW10
CLS
PRINT Invoice WHERE TransID = 1002 +
OPTION SCREEN +
|WINDOW_STATE MAXIMIZED +
|ZOOM_TYPE PERCENTAGE +
|ZOOMPERCENT 90 +
|THEMENAME R:BASE Rocks!+
|PREVIEW_BACKGROUND_COLOR [R234,G234,B234] +
|PREVIEW_CAPTION Running R:BASE Your Way!
RETURN
-- End

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