Friday, April 5, 2019

Tip of the Day: Automatically Assign Alias Names to Forms
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.1.30326 or higher
Sections......: Forms
Keywords......: MDI, PROPERTY, Alias, SET_FOCUS

Did you know you can automatically assign an alias name to forms?

The newly added AUTO_FORM_ALIAS parameter for the PROPERTY APPLICATION
command syntax specifies forms without an alias are automatically given
an alias name, using the form's name.

PROPERTY APPLICATION AUTO_FORM_ALIAS ON

When ON, forms without an alias are given an alias using the form's name.

The command: "EDIT USING CustomerForm"

Would be the same as: "EDIT USING CustomerForm AS CustomerForm".

The "AS AliasName" option is used in R:BASE to specify a name for an
instance of the form. This option is used in conjunction with the MDI
option so that the user can programmatically specify the form with the
SET_FOCUS command.

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to