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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alan232

  1. alan232

    Connect Failure with Winsock

    Hi Dave; Tried the code. It works great right out of the box. (Which is a good thing since I have no idea what makes it tick!) Thanks much! Alan
  2. alan232

    Connect Failure with Winsock

    Thanks Dave; I had hoped that setting remoteport to 0 would have the same effect as setting the localport to 0--nope, I was wrong. A star to you sir! (By the way, any idea on how the server, recieving a connection request can determine the name --not just ip address--of the machine making the...
  3. alan232

    Managing Windows Events (autoyield)

    Hi All; Does setting _vfp.autoyield = .f. stop only ActiveX controlls from interrupting other program code, or does it que ALl windows events, including the vfp timer, for a wait state? Specifically, I have a form with only a vfp timer (going off every 20 seconds) and a winsock server...
  4. alan232

    Connect Failure with Winsock

    Hi All; For anyone who is interested, I believe Markus Voellmy (with help), published WinSock OCXSample (Updated: 2005.12.29 08:49:02 AM) on the internet that solves most of my winsock questions. I highly recommend it to newbies like me. Thanks Markus! Alan
  5. alan232

    Connect Failure with Winsock

    Oh; I'm using VFP 6.0 SP5. Thanks, Alan
  6. alan232

    Connect Failure with Winsock

    Hi All; I'm completely new to this. After placing the winsock ole on a form, the following connection code consistently returns with a state "Error" of 9 even though Winsock is running on the remote host and I can ping it without difficulty: WITH THISFORM.oleSock IF .state != 0...
  7. alan232

    VFP 9 upgrade?

    Thanks Mike, Best regards, Alan
  8. alan232

    VFP 9 upgrade?

    Hi All; Sorry for my ignorance. I'm currently using VFP 6 SP5 and thinking about moving to the most current version of VFP (9?) before distributing anything. Can I go with a simple upgrade (VFP 9 upgrade) or buy anew (VFP 9 profressional) or both (VFP 9 profressional with VFP 9 upgrade)? And...
  9. alan232

    Finding Caller IP ?

    Hi All; In a network (local), how do I find the caller ip address of Machine B when it uses the native WinSock to reach Machine A? (i.e., Machine A is using WinSock as well and needs to know the IP Address of who just connected.) I'm using the native WinSock with VFP 6 SP5 and am trying to...
  10. alan232

    How to use a process on another machine?

    Hi Dave; Thanks for the reference! I really appreciate the downloads from your site. Many new concepts to me, Thanks, Alan
  11. alan232

    How to use a process on another machine?

    Thanks! I will try, Alan
  12. alan232

    Object Memory Size

    Hi ; I get a nice print out--but nothing with the name of my service. Also, starting and stoping the service does not seem to change the amount of free memory available--so I really still don't know. Ideas? Alan
  13. alan232

    How to use a process on another machine?

    Hi All; I currently have a vfp tsr running as a service on machine A. Machine A also has the database for the network. Machine B accesses the database on Machine A via network. Currently, I have machine B placing a record in a 'job' que on machine A of which the tsr service checks...
  14. alan232

    Object Memory Size

    Thanks! Alan
  15. alan232

    Object Memory Size

    Hi All; Does anybody know how to get the physical memory size of a terminate and stay resident object? Just curious, Thanks, Alan

Part and Inventory Search

Back
Top