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 strongm 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 ashnam10

  1. ashnam10

    Read data from mdb and store in dbf

    Hello, Thanks for your reply My connection string fails. So what should i look for in the error machine? It has MS Access 2016 installed. Any pointers others than ODBC driver? Since it already has Ms Access Installed. Thanks in Advance
  2. ashnam10

    Read data from mdb and store in dbf

    Hello, I need help in reading mdb file and storing table to dbf I am using following code but gives me connection error in some machines. Need another approach Thanks in advance ps : If i open this myfile.mdb via double clicking it opens properly My purpose is only to read from access table...
  3. ashnam10

    Automate Chrome Extension through VFP9

    Hello, Thanks but you are correct I need to distribute this app so it would be difficult as will have no control on user system configuration. But will try the previous shellexecute and load apps approach Thanks very much again your inputs are valuable.
  4. ashnam10

    Automate Chrome Extension through VFP9

    Hello, Thanks for your help and pointing in the right direction. So I will need the command line parameter to launch chrome and load extension automatically. But for activating/running will contact with the developer. If you have any ideas about how to go about activating it , that would be...
  5. ashnam10

    Automate Chrome Extension through VFP9

    Hello, Thanks for your response and I am sorry for the confusion. Our in house VFP 9 application automates certain web functionalities which works proper in chrome. so we are getting a customized chrome extension developed which we need to call through our this application. Have already used...
  6. ashnam10

    Automate Chrome Extension through VFP9

    Hello All, I have a chrome extension which automates login and certain functionalities in a website. Would like to call this extension through VFP 9 ie. user presses command button and chrome extension is run. I am new to chrome extension calling and any pointers would be very helpful. I...
  7. ashnam10

    Register .net dll on client machine and use its methods

    Hello Sir, Yes Sir this is 3rd party dll which I need to integrate and supply in my vfp application. So the dll is missing COM Interop Info as per your suggestion. And I had a belief that if I could call it using object browser client machine would be just registering the dll. Will need to...
  8. ashnam10

    Register .net dll on client machine and use its methods

    Hello, Yes sir I have ensured that all the frame works are installed in the machine In the client machine if 1) I install VFP 9 2) generate tlb using regasm 3) Even if I browse the tlb in Object Browser it shows the methods and classes But what i want is to be able to call this method...
  9. ashnam10

    Register .net dll on client machine and use its methods

    Hello, I ensure that .net framework 4 and above is installed Can you please guide me what care is to be taken when building dll so that I can pass on that information to the programmer. As I am not familiar with .NET environment deploying any help would be very appreciated. Like what options...
  10. ashnam10

    Register .net dll on client machine and use its methods

    Hello All, I want to use .NET dll in my VFP 9 program In IDE mode I am able to generate tlb file and call it using object browser i use following command to generate tlb and call it in object browser regasm d:\myproject1608\MyPartnerASP.dll /tlb On client Machine I have done as follows 1)...
  11. ashnam10

    FTP cannot open through wininet

    Ok will look into and get back Thanks
  12. ashnam10

    FTP cannot open through wininet

    Hello, I did try using CoreFtp and it opens in it but asks for user id and password i thing that is what we are supplying here also. So it must be something else. I did double check username and password but that seems ok Any more suggestions Thanks
  13. ashnam10

    FTP cannot open through wininet

    Hello, Yes I did try again by using FTPGet code and it is working with drivehq but still i am not able to get into my ftp site. Can you suggest some other settings Where can I set active/passive mode and check? also will look into Olaf's suggestions and give feedback Thanks
  14. ashnam10

    FTP cannot open through wininet

    Hello, Thanks for trying to help around but something is amiss in ftpget.prg because as suggested by you when i give ftp as "ftp.drivehq.com" I still get the same error message Please guide me Thanks in advance
  15. ashnam10

    FTP cannot open through wininet

    Hello all, I am using following code to connect to my ftp site and download the file But it gives me error : Unable to Connect Please guide I am able to open the url in internet explorer but not through program So here i am missing something hftpSession always returns 0 Thanks in advance...

Part and Inventory Search

Back
Top