Charles:
You can create your own. Just create a table my_defaults with 2 columns
def_type and def_clause and then store your font, size, color definition in
the table.
For example:
def_type            def_clause
def_choose        OPTION TITLE_FONT_NAME ARIAL|TITLE_BACK_COLOR
SILVER|TITLE_FONT_NAME ARIAL|TITLE_FONT_SIZE 16| . . .

On entry to you application define variables such as:
SET VAR vdef_choose = def_clause IN my_defaults WHERE def_type =
'def_choose'

Then when you need to use a choose command just use:
CHOOSE whatever_you want &vdef_choose

You can add clauses for all the commands whose formats you want to
standardize.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Parks
Sent: Thursday, December 09, 2004 1:16 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Font Dialog

Is there away to gain access to the common windows "font" dialog/form
and then store the font combination selected into a variable or
variables?

<<attachment: winmail.dat>>

Reply via email to