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!

Search results for query: *

  • Users: Takusaan
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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?
  4. 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.
  5. 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?
  6. 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.
  7. 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...
  8. 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...
  9. 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.
  10. 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...
  11. Takusaan

    ODBC with VFP , any tutorial?

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

    DDE conversaton between 2 Apps written with VFP6. Possible?

    I have 2 different applications both created in VFP6. I tried to create a DDE conversation in between the two of them. I know that the link is established but the Request of data fails all the time. All the dde commands seem to fail except the ddeinitiate. Here is the code for the dde client...
  13. Takusaan

    'Set View' command problems

    I create a .vue file by issuing this command: create view myfile but when I call it with this command: set view to myfile an open file dialog box appears. Then I have to click cancel 3 times for the command to finally work.
  14. Takusaan

    Shortcut won't work.

    I have created an executable program using VFP6 It works fine when ran from within VFP6, but does not work from a shortcut on the desktop. I veryfied the target's content of the shortcut it does look fine. When I double click on this shortcut icon, it acts like it is processing but nothing shows...
  15. Takusaan

    how to make a form get the focus?

    I am making my main form call another form programatically. But I am noticing that the focus goes briefly to that form then goes right back to the main form. How can I get the call form to have the focus instead of the main?
  16. Takusaan

    Pull down of a combobox is too large to fit the screen.

    The Pull down of a combobox is too large to fit the screen The text contained in one of the lines is too long and I can not wrap the words. Nor I can center the pull down in VFP 6.0. Can someone help?
  17. Takusaan

    Grid blanks out when exe is moved

    I have created an application which its main form has a grid. Everyting works fine when the executable is ran from the development directory. but when copied to another directory an ran from there, the grid just blanks out. can anyone help?
  18. Takusaan

    How to create a scanning and viewing app?

    I never used activex before, but I understand that I do need to use them to create this scanning and viewing app in VFP 6.0; However I have no clue what steps to take. I want to take advantage of the Window 98 imagine software. Can anyone help?
  19. Takusaan

    Browse's display changes when clicked on it.

    I have this browse window linked to a form that controls it. The browse window however, when clicked on it, changes what is displayed in the field. It seems to display only the first character of the data contained in the field. This problem is inconsistant though, it does not happen all the time.
  20. Takusaan

    How to resolve the error C0000005

    How do I solve this problem? Everytime I go from the main form to another, I get this error that says, "Fatal error Exception code = C0000005" Can someone help?

Part and Inventory Search

Back
Top