Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and Windows NT
Message
From
08/01/2001 12:16:39
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00460607
Message ID:
00460641
Views:
14
Larry, here goes the instantiation of oUsuario object:

WITH THIS.PARENT
lcLoginName = ALLTRIM(.txtLoginName.VALUE)
SELECT iID, cLoginName, mSenha FROM Usuarios;
WHERE ALLTRIM(cLoginName) == lcLoginName;
INTO CURSOR curTempUsuario
IF _Tally > 0
IF ALLTRIM(curTempUsuario.mSenha) == ALLTRIM(.txtSenha.VALUE)
PUBLIC oUsuario
oUsuario = CREATEOBJECT("cusUsuario",curTempUsuario.iID)
.Release
...etc..

I have setup disks (generated by vfp) from which I install the application, be in a win 9x box, or on a NT box... in win 9x it works... in NT it doesn't. And the win9x boxes is not my develop machine.

Any more clue?

Thanks
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform