Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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
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.
| 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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples