Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ariftheruvath

    DLL

    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...
  2. ariftheruvath

    00000001:Incorrect function

    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...
  3. ariftheruvath

    How to use WSOCK32.DLL in VFP?

    How to use WSOCK32.DLL in VFP 9 ?
  4. ariftheruvath

    Passing MSSQL TAble Column as VFP UDF Parameter in SQLEXEC()

    I'm trying to do this sqlexec(handle,"select vfp_UDF(MSSQL_table_column) from mssql_table") how to do this pls..
  5. ariftheruvath

    please check this code

    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...

Part and Inventory Search

Back
Top