Have you tried changing from oDude.open_conection() to oDude.open_connection()?
Thank you,
that was the problem
I still received another error code, but I am already in the situation
two days lost for a typing mistake,
sorry :(
thank everyone for your attention
Mike, sorry
I forgot the instruction
ON ERROR lRsp=.F.
sorry for my English but I will repeat the steps you follow
1. Activate the debugger
2. execute step by step instructions
3. On the error message, tap Suspend
4. Activate the command window and check the properties and methods of the oDude...
Hello,
I encounter the following problem with the following code:
lRsp=.T.
oDude=CREATEOBJECT('dude.CFD_DUDE')
IF !lRsp
?? CHR(7)
WAIT ' Nu s-a reusit instantierea driverului casei de marcat ! ' ;
WINDOW TIMEOUT 3
ENDIF
ON ERROR
* conectare casa de marcat
nErr=oDude.open_Conection() &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.