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 strongm 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. MBSCSI

    Printing help in FPD for DOS

    Nasib: I understand fully what you are saying. I chose the Epson Command set because all of the printers can be set to Epson Emulation to print from the DOS program and this will have NO effect on Windows printing from Windows applications like WORD. What I did not understand until now was how...
  2. MBSCSI

    Printing help in FPD for DOS

    I think I'm getting warmer. The standard page is 66 lines per inch and I want to shrink it to 33 and then send it back. I just don't understand the Select n/72 inch line spacing (n=0..85) command?????
  3. MBSCSI

    Printing help in FPD for DOS

    Thanks for the quick response, but this is not in a report file. This is a hard coded program that prints insurance forms for a dentists office. I use LC as the line counter variable and then I print at LC,21 for example. This is a hard coded prg file. I need to send the commands to the...
  4. MBSCSI

    Printing help in FPD for DOS

    I need to upgrade a report in FoxPro 2.6 for DOS. The system needs to fill out a pre-printed form. The problem is the form does not line up correctly. When I finish the heading information and get to the body of the form, it starts at line 24.5 so the data prints in the lines instead of in the...
  5. MBSCSI

    Not a win32 Application

    Please tell me how as I have never done this before?
  6. MBSCSI

    Not a win32 Application

    When trying to run Foxprow on a Win2k professional computer, I get the message that Foxprow.exe is not a win32 application. Any ideas....
  7. MBSCSI

    View record locking/deadlocks

    From the command window, display status will show which record is locked. I'm not sure what else it will show. The real thing is you need to change the code to handle record locking and use the unlock command when the editing is complete. What I do is create a user controlled variable called...
  8. MBSCSI

    Cross platform apps

    Buy the way you can get some general info here http://support.microsoft.com/default.aspx?scid=/support/vfoxpro/content/faq/fpmac/default.asp
  9. MBSCSI

    Cross platform apps

    There is a version of Foxpro 2.6 for the MAC. As long as you use a Novell or Windows server and install the appropraite client software on the MAC to allow it logon to the network, and mount the appropraite volume. It will work just fine. If you just want to run it on a MAC, it will mostly...
  10. MBSCSI

    memo field file problems, ver 2.6 windows

    use the copy to command to copy the files into smaller pieces. Then clean them up using the pack memo command to clear out all of the unused space in the memo file and make it more manageable. I would also add a samll routine to your startup that checks the file size and warns you when the...
  11. MBSCSI

    Bokd, Itallic, Underline and Fontsize Setting in Foxpro for Dos ?

    Please look at the link below on the Okidata site. This should be good enough to get started. http://my.okidata.com/PP-ML182Plus.nsf?opendatabase
  12. MBSCSI

    Bokd, Itallic, Underline and Fontsize Setting in Foxpro for Dos ?

    I'll take a look at my old printer manuals and get back to you ina day or so. If I have one, I can e-mail or fax you. I am new to this forum and I do not know if you have private messages. I hate to put my e-mail address in a forum like this as spammers sacn sites and mine the info..
  13. MBSCSI

    Bokd, Itallic, Underline and Fontsize Setting in Foxpro for Dos ?

    Start Bold Printing:{27}{69} Stop Bold Printing: {27}{70} Start Double Wide Printing (40 columns/line): {27}{87}{1} Stop Double Wide Printing: {27}{87}{0} Start Condensed Print 132 columns/line: {15} Stop Codened print: (18) With a Chr before each command. I store them in...
  14. MBSCSI

    Printing to USB Port from FP2.6 DOS

    I am pretty sure you can capture the printer port in Windows. Start->settings->printers Rt click on the printer choose properties There should be a option to capture the port. Assign it to LPT1. Anything that prints to LPT1 will then print to the USB port.
  15. MBSCSI

    problems with printers and win2k

    When you go to the printer properties in any version of Windows, you can capture the printer port. Once , you capture the port, you can assign it to lpt1 or lpt2. Then any calls to LPT2 will go to the network printer you designate.
  16. MBSCSI

    System is slowing down

    I would concur. I would suspect spyware or some other malware or a virus. 5000 records is nothing. Before I say that though, what is the record size? Unless the record size is huge, 5000 records is chump chnange.
  17. MBSCSI

    Eliminating SET FILTER

    Another approach is to use the browse for command open files set relations select customer or allow user to inpust cistomer id Create a window kdt=.t. do while kdt open wind browse fields (list fields) in window (window name) for custid=123 user selects record display info if you want to see...
  18. MBSCSI

    Import Excel

    Lets assume your file is a list of customers with the following structure LAST FIRST ADD CITY STATE ZIP Lets assume the Excel Spread Sheet is called CUST.XLSwill create a DBF with the following Structure LAST_NAME FIRST_NAME ADDRESS CITY STATE ZIP_CODE...
  19. MBSCSI

    System is slowing down

    What kind of computer is this running on? Is this a single user or network application? How many records are in the database/table? Are there deleted records on the database/table. Please advise

Part and Inventory Search

Back
Top