Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application Distribution
Message
From
30/01/2004 10:57:59
 
 
To
30/01/2004 10:50:23
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00871919
Message ID:
00872344
Views:
25
Nothing is wrong as I can see. The problem may be in the main program. Can you post it? Is your Logo form Visible property set to .T.? Was is ShowWindow set to?

>The logo screen still does not appear, even with the code change of adding a second read events. Anything wrong with my code behind the Login button on the login screen (see below):
>
>oVar.UserIdText = ALLTRIM(ThisForm.TxtUserName.Value)
>oVar.UserPwdText = oPro.Encrypt(ALLTRIM(ThisForm.TxtPassword.Value))
>
>&&Now Check for valid user id/password
>
>IF !USED('V_sold_log')
> USE ALLTRIM(ovar.sysdatapath) + 'ULAS!V_sold_log' IN 0 SHARED
>ENDIF
>
>SELECT V_sold_log
>=REQUERY()
>
>IF _tally > 0
> oVar.LoginOk = .T.
> thisform.release()
>ELSE
>
>ENDIF
>
>RETURN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform