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\Vfp98\Solution\Ffc\dialogs.scx |
Remarks
This class is a simple password login dialog box for custom applications.
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.
See Guidelines for Using Visual FoxPro Foundation Classes for more information on using foundation classes.
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: "" |