Thanks Albert,

I think, I have a special case. In my forms works well the commando

PROPERTY nameID CAPTION .vnameid

and in my RBAs is right the commando

PROPERTY RBA_FORM|akt01ID CAPTION .vakt01

But, I have converted a RBA into an external form (yes, this is possible in the 'Database Explorer/External Forms/Convert Applications'!). And now do not function commandos, neither one nor other. Also

PROPERTY RBASE_FORM|akt01ID CAPTION .vakt01

does not work in the menu items.

Hartmut Braun

Am 26.04.2013 17:26, schrieb Albert Berry:
Helmut, I meant to add that your caption call is not correct syntax.You
don't need the form name because the property command is always within a
form.

PROPERTY RBASE_FORM*|akt01ID* CAPTION .vakt01
should be
PROPERTY RBASE_FORM CAPTION .vakt01

Albert


On 26/04/2013 9:23 AM, Albert Berry wrote:
Helmut, My forms use this stored procedure to change the caption. In
one application I wanted a specific caption that is centred in the bar
of all the forms, whatever the form width. Cannot use centred, but
found that a factor of 5 pixels to 1 character came close enough.
Latest version of Win 9.5 (64) bit.I made a stored procedure that I
call in the AFTER START eep on the forms. Council is the the
organization that owns the copy of the program.

-------------------------------------
SET VAR vFormWidth INTEGER
SET VAR gFormWidth TEXT
SET VAR vCaption TEXT
GETPROPERTY RBASE_FORM width "gFormWidth"
SET VAR vFormWidth = (INT(.gFormWidth)/5)
SELECT (CTR(Council,.vFormWidth)) INTO vCaption FROM Council +
  WHERE CouncilID = 1
PROPERTY RBASE_FORM CAPTION .vCaption
RETURN
----------------------------------------------------------

Albert

On 26/04/2013 7:03 AM, Dr. Hartmut Braun wrote:
Bill, Javier,

the command

PROPERTY akt01ID CAPTION .vakt01
or
PROPERTY RBASE_FORM|akt01ID CAPTION .vakt01

isn't working also. I need it for multilingual apps.

Hartmut Braun

Am 26.04.2013 14:33, schrieb Bill Eyring:
Javier,

I've tried this code with and without a theme in the form On After
Start
eep;

property mb_accounts FONT_NAME 'tahoma'
property mb_accounts FONT_SIZE '12'
Ret

The component id of mb_accounts is assigned on each main and
sub-menu choice

Thanks,

Bill
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Javier
Valencia
Sent: Thursday, April 25, 2013 11:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Property Commands for Menu Bar

Are you using a theme? Maybe the theme settings are overriding your
commands.
You might want to post the actual code you are using and where is
the code
located.

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 Bill
Eyring
Sent: Thursday, April 25, 2013 7:44 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Property Commands for Menu Bar

I am playing around with the menu bar in form designer using the
latest rb
Extreme 64 version.

For each menu main item and sub-menu item one can assign a component
id.

I have tried all of these property commands with my assigned
component id's
and can't get them to work.

PROPERTY <Component ID> FOCUSCOLOR 'Value'
PROPERTY <Component ID> FONT_BOLD 'TRUE'
PROPERTY <Component ID> FONT_COLOR 'Value'
PROPERTY <Component ID> FONT_NAME 'FONT_NAME'
PROPERTY <Component ID> FONT_SIZE 'nnn'
PROPERTY <Component ID> MENUBACKGROUNDCOLOR 'value'
PROPERTY <Component ID> MENUFONTCOLOR 'value'
PROPERTY <Component ID> MENUFONTSIZE 'nnn'
PROPERTY <Component ID> THEMEAWARE 'TRUE'

Can anyone give me some blues clues to get them to work ? The
default menu
bar is kind of dull.


Thanks,

Bill Eyring
Lamp Software, Inc.

--- 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.
================================================

--- 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.
================================================







-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3272 / Virus Database: 3162/6273 - Release Date:
04/25/13






-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3272 / Virus Database: 3162/6273 - Release Date: 04/25/13







Reply via email to