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 SkipVought 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. fidhle

    mouse in full screen mode

    TonHu, Thanks for your response. I had done that and was getting pretty frustrated. Then in researching another problem, I noticed that right after turning the mouse off, the program was calling a customized screen save function instead of savescreen(). The customized function was turning...
  2. fidhle

    mouse in full screen mode

    I am working on an application with mouse support. I just added a call to Windows Explorer. It works fine when the application runs in a Window but if you switch to full screen mode, the mouse cursor 'disappears' when the user returns to the application. I know the mouse is there because using...
  3. fidhle

    Finding pcs on a wireless network

    Thank you for your quick responses. Since we have assigned static ip addresses for all of the notebooks, I tried the Ping suggestion which did work (used it both within the code with the Run command and with a batch file). However, it did not work any faster. I'll tell you what we ended up...
  4. fidhle

    Finding pcs on a wireless network

    We are networking a Clipper 5.2 application for use on a wireless network. At startup, we search for any other pcs on the network to determine which one is or will be the server. To do this, we are building a search path like this for each possible pc that could be on the network: IF FILE(...
  5. fidhle

    Browse a text file

    I also use the freeware browse.com file for displaying reports. I generate a report as a text file which can be displayed and/or printed. If the user wants to display it, I run the com file with the file name as the parameter. Very simple. I believe it is on the Oasis site - let me know if you...
  6. fidhle

    Card Reader Devices

    Thanks for your quick response. One of my problems is that the contractor on this project has not yet decided on the card reader and reader software they will be using but they want me to tell them if I can access it from Clipper. We have used scanners so I will pull one out for testing. I'll...
  7. fidhle

    Card Reader Devices

    Has anyone ever accessed a card reader (credit card, smart card) reader from Clipper? We need to read from and write to a card. If so, could you point me in the right direction to research this? My experience so far has been limited to printer access across a network. I know that this is a...
  8. fidhle

    print small font using clipper

    I print a small identification code on the bottom of forms to track not only the pc in use but also the program version: @line,col say chr(27) + "x" + chr(0) // set draft mode @line,col say chr(27) + "g" // sets 15 pitch @line,col say your_string Once the code...
  9. fidhle

    Testing for ZERO has pitfalls

    You could also use the INT() function.

Part and Inventory Search

Back
Top