At 09:40 AM 9/16/2005, Robert Rugilo wrote:

I am using some (obvious)  features of status bar however I
would like to display there a value from a variable, is this
feasible?  for instance the computer name, or some values that
may change according to some transaction that the users may do.

Robert,

Here's how to place a Variable control on the Status Bar in
R:BASE 7.5 for Windows Form Designer:

01. Start RBG75 (Update 16 or higher)

02. CONNect dbname

03. Database Explorer | Forms | Design Form |

    Form Designer | Additional Controls | Status Bar

    Status Bar will be placed at the bottom of your form.

04. Now define a text variable, such as, "vUser" as following:

    ('User: '&(CVAL('NetUser'))&'on'&(CVAL('Computer')))

05. Select "Variable Edit" control and place it on the Status
    Bar.

    Assign the "vUser" variable to this control and customize
    all properties, if you wish.

06. Click on Run Form (Ctrl+F9) to preview

That's all there is to it!

Running R:BASE Your Way! (Part 10) - "New York Edition", to be
unveiled on Monday, September 19, 2005 at the Advanced R:BASE
7.5 for Windows Training in New York City, will include all
additional features and more ...

A more feature-rich application will also be available at the
2005 R:BASE Developer's Conference:

http://www.rbase.com/conference

Very Best R:egards,

Razzak.

Reply via email to