Search results

  1. N

    Challenges with Ms Access VBA with socket programming

    The Doc Man Thank you so much, you have some points here , after implementing the sleep function , the code is now generating again an error below, but I'm able to ping the gadget from the remote computer see the ping details lngStatus = OpenSocket("192.168.1.197", 8888) lngStatus =...
  2. N

    Challenges with Ms Access VBA with socket programming

    Run your code step by step to get a clearer idea of the problem than "nothing happens". I have done that it now giving an error on sending as below: send = -1
  3. N

    Introduction

    I'm a chartered certified accountant and have a good understanding of Ms Access but not very fluent, that is the reason why I'm here to improve my Ms Access programming and be in a position to sort out problems. Regards Chris
  4. N

    Challenges with Ms Access VBA with socket programming

    I'm not having my code below initializing the VBA socket code as a result when I start the code nothing happen , see the code below where I need help and suggestion for the required fixing. Calling codes in sub procedures Please strdata has the data in hex format Dim lngStatus as integer...
Back
Top Bottom