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: Vivianez
  • Content: Threads
  • Order by date
  1. Vivianez

    Printing problems...

    I have a RABBIT printer that has its own language. I have to send the parameters and data to the printer in its own format. For exemple: set printer to LPT1 set device to FILE @ 0,0 say chr(02) + "L" + chr(13) @ 0,0 say chr(02) + "KI70" + chr(13) @ 0,0 say "H12" @ 0,0 say "CODE" + variable and...
  2. Vivianez

    Textcopy - image data types

    I´m using the command line "textcopy" to store images in a table. But the textcopy returns: Text or image pointer and timestamp retrieval failed. What is wrong?
  3. Vivianez

    Position of a character....

    Is there a function that shows me the position of a character in a string?
  4. Vivianez

    Record not available!!!!

    What does this message in the footing means? This happend before the application started.
  5. Vivianez

    Image data type

    How can I use an image in a database? Is it the same (insert, select....) as a char data type?
  6. Vivianez

    The last 3 rows in a select...

    How can I get the 3 last rows in a select?
  7. Vivianez

    USB printing with FP 2.5 b

    I could not find an answer for this question in FAQ. My applications uses: REPORT FORM report.frx NOCONSOLE TO PRINT and if the printer is USB, it returns "Printer not ready". Is there a solution? Vivi
  8. Vivianez

    How to insert a picture in Fox Pro 2.5

    I have an aplication in FoxPro 2.5 that stores our products in SQL Server 2000. I would like to insert a picture of the product in the screen. Of course if I change the product, the picture should also change. How can I do that? If I create the field (picture) like a file, I shoul point to the...
  9. Vivianez

    Restore window option not available.....

    When I start the application and the menu is displayed, the 3 Windows options (minimaze, restore, close) change and only minimaze is available. The tollbar is there too. If I minimize the window and maximize it back, the toolbar just disappears. The window stays on top of the toolbar, filling...
  10. Vivianez

    Fox Pro 2.5b error on fast computers

    When running on computers faster than 550 Mhz, an error occurs, giving me the option to close or ignore. If I ignore the program runs ok. What can I do to stop receiving this error? Is this a bug? Thanks
  11. Vivianez

    Java Simple Flooding algorithm

    Hi! Does anybody have a simple flooding algorithm in Java to work in a distributed system? An exemple: 3 computers with socket communication, trying to find which one will be elected the leader, which will be the one with the highest ID. That´s the simple flooding algorithm, but I need the...

Part and Inventory Search

Back
Top