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 Wanet Telecoms Ltd 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. 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...
  16. ashnam10

    VFP which SQL to use

    Hello, Thank you all for your esteemed and experienced view. I am planning to go with VFP 9, and will have to rewrite the entire data logic as currently the app is using free tables no database as this is evolved app from FPD 2.6 to VFP 6, to VFP 9 Olaf : Can you please elaborate "you use a...
  17. ashnam10

    VFP which SQL to use

    Hello All, I have been using native VFP database in my application and now am planning to move to use SQL for data storage My reason to change is better security, encryption , and scalability to other platforms Please advice as to which SQL version I should go for. My data size would not be...
  18. ashnam10

    Do not want to show frx name while previewing report vfp6

    Thanks for your prompt reply. But my screen shot shows as follows First line shows caption of the form ie "Report Preview" Then there is another title bar which shows "Report Designer MYFRM.FRX - Page 1" It is this title bar that I want to remove. Thanks for your prompt reply and i am in...
  19. ashnam10

    Do not want to show frx name while previewing report vfp6

    Dear All, I donot want to show frx name while preveiwing any report from my application. How do i go about it i give ***creat for prevform report form myrep to print prompt preview in window prevform Thanks in advance
  20. ashnam10

    traping special keys during report preview vfp6

    Thank you sir, i added further few lines to your code now the hot key is working but the report is giving nesting error which otherwise runs ok when called independently pls. go through it and show me the mistake i have done loPreview = createobject("Form") loPreview.caption = "Report Viewer"...

Part and Inventory Search

Back
Top