Password Dialog Box Foundation Class
This class is a simple password login dialog box for custom applications.
Category |
Misc Forms |
---|---|
Default Catalog |
Visual FoxPro Catalog\Foundation Classes\Dialogs |
Class |
_login |
Base Class |
Form |
Class Library |
_dialogs.vcx |
Parent Class |
_form |
Sample |
...\Samples\Solution\Ffc\dialogs.scx |
Remarks
To use, drop the class on a project or, from the Component Gallery Item shortcut menu, select Create Form or Add to Project. When you drop the class on a project, you can choose between adding the class, creating a subclass, or creating a form. If you choose Create a new form from the selected class, Visual FoxPro opens a builder so you can specify the name of the login form, then creates and opens the form in the Form Designer.
Properties, Events, Methods |
Description |
---|---|
cAlias property |
Specifies the alias of the password table. Default: "" |
cFieldName property |
Specifies the name of field containing the user name. Default: "" |
cPassword property |
Specifies the name of the field containing the user password. Default: "" |
cTable property |
Specifies the name of table containing the user password information. Default: "" |
See Also
Concepts
Guidelines for Using Visual FoxPro Foundation Classes
Reference
Visual FoxPro Foundation Classes A-Z