Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login form that can not be closed
Message
From
21/07/2006 21:58:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 2000
Miscellaneous
Thread ID:
01138107
Message ID:
01138774
Views:
10
>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,the condition is like this, I have two button, one is login and the other is logout, so when user has typed user name and password then if the password is right the cursor goes to login button. If we press it the main menu is pop up and this password form is out, but I can't release this form. I have try your code, but It didn't work out, any more idea ?


regards,

Budianto
Previous
Reply
Map
View

Click here to load this message in the networking platform