Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application Distribution
Message
De
30/01/2004 10:57:59
 
 
À
30/01/2004 10:50:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00871919
Message ID:
00872344
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform