I ve built a Single Threaded DLL with VFP.9.0
project = mydll
programme name= mydll
DEFINE CLASS msgtest AS SESSION OLEPUBLIC
FUNCTION msg
WAIT "sdfsf"
ENDFUNC
ENDDEFINE
****************
and tested :-
x = CREATEOBJECT("mydll.msgtest")
x.msg()
returns an error msg ' OLE Idispatch...
VFP 9.0 return an error message with the following code :-
mmm=SQLExec(hr_handle,"set nocount on select (select emp_name from emp_master where emp_ID=b.emp_ID) name, "+;
"(select gross from pay_data where emp_ID=b.emp_ID and "+;
"(_year*416)+(_month*32)=b.yy_) gross,YY_/416...
i'm using 2 winsock control (winsock.ocx)
1= 'rmtlisten1' handling connection request from client listening to port '9999'
2= 'LIC' which is already stored in object array and the state= 'listening' to available port
it is working well but if the users conneced (ie the no of accepted...
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.