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!

Recent content by Takusaan

  1. Takusaan

    Pointing to an ini file

    I tried that first. I overwrote the ini file with mine, but after the scanning session I noticed that the scanner recreated the [common] section that I had removed and read it instead of the section I wanted to read the parameters from.
  2. Takusaan

    Pointing to an ini file

    Hi, I developed a scanning and viewing appl in VFP. I read and write to the ini file that came with the scanner. My problem is that I don't want to use this ini file anymore. I want the scanner to point to the ini file that I created instead. How do I let the scanner Know that It should use my...
  3. Takusaan

    How to make my application use ini file

    Thanks again Borislav!!!
  4. Takusaan

    How to make my application use ini file

    I have created a scanning Application in VFP 6.0. And I want my scanner to use the ini file that I specified.
  5. Takusaan

    Search path problem

    thank a lot bborissov! it worked just the way I wanted it.
  6. Takusaan

    Search path problem

    I am trying to programmatically search for an ini file on different users machines and store the results (path+filename) in a table. The problem is that I need to search into the c: drive not just the VFP 6.0 path that is set in the config.fpw. Any suggestions?
  7. Takusaan

    How do I make phone call to customer from v foxpro 6

    I need to make quick regular phone calls to a list of customers using VFP 6.0. How do I go about doing this? I know the answer was in Thread184-70399, but it is no longer available.
  8. Takusaan

    Combo box 'drop down list' column width display problem.

    I have a drop down list combo box. The items are filled from an array. Everything works fine, however, the items length are too long. When you click on the arrow down, the pull down list display to the left and is cut off from the screen. Any ideas?
  9. Takusaan

    application takes long to load

    Hi, I have developed a scanning software in vfp 6.0 with the help of kodak activeX. I loaded the software on windows 95/98 machines and it works fine. However when loaded on DELL machines win 2000. It takes a long time to load. Can anyone suggest anything to help with this problem.
  10. Takusaan

    How to creat a dll having a funct that converts 'int' to 'short'

    Thank for responding James. But I am new to C++ and I would need the step by step of how to build such a dll.
  11. Takusaan

    How to creat a dll having a funct that converts 'int' to 'short'

    I am designing an app using Visual FoxPro 6.0 and I need to to call a function that takes a 'short' variable as parameter. However FoxPro can not pass it to the function as a 'short integer'. So my only option is to use a plain integer that I would convert to short using a Borland C++ dll. Can...
  12. Takusaan

    Help the "Short" Variable type and VFP 6.0

    I am using the activex imgscan.ocx from the 'Kodak Imaging for Windows' in my main Form. It has a function SetScanCapability(capability_ID, Capability_Value)that I would like to use. However, the parameter Capability_Value is of 'Short' type, not really supported by VFP. How can I go around this...
  13. Takusaan

    to ChrisRChamberlain

    And to ChrisRChamberlain, if u read this thread please send me the WinApi calls (code u promessed in the thread 184-50159 to post). It is suppose to allow me to keep FoxPro inactive while the scanner program is runing.
  14. Takusaan

    Kodak/Wang Imaging problem with VFP6.

    I am creating a scanning program in VFP6 using Kodak/Wang Imagine. However I am having problems with the Wang Image Scan Control Properties, when the scanto property is set to "3-Display and Use File Template", the image property will be set to "filename*". The pages scan...
  15. Takusaan

    ODBC with VFP , any tutorial?

    I need to access remote data but never used ODBC before. can anyone give me directives or suggestion?

Part and Inventory Search

Back
Top