Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login form that can not be closed
Message
From
24/07/2006 01:32:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 2000
Miscellaneous
Thread ID:
01138107
Message ID:
01139041
Views:
11
>Put you one and only READ EVENTS after starting this form:
>DO FORM Login
>READE EVENTS
>
>In Button Click EVENT of the form:
>
>IF LoginSuccess
>   thisform.release()
>ELSE
>   CLEAR EVENTS
>   * clean up
>   QUIT
>ENDIF
>
Hi Borislav,

Sorry for not replying you sooner, actually I have two buttons which are login button and logout button, so if the user type the password correctly then the cursor goes to login button and if we press it the form will disappear and pop up the main menu. I have tried your code but it's still didn't work.

Thanks for the reply.

regards,

Budianto
Previous
Reply
Map
View

Click here to load this message in the networking platform