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. rwesiuc

    Using other folders

    Here are a couple of basic commands that may assist you. Consider changing your working directory to a project folder using "CD xxx"; Setting a path using "SET PATH TO xxx ADDITIVE"; opening a database using "OPEN DATABASE xxx"; opening a table using "USE xxx IN 0", selecting the table using...
  2. rwesiuc

    Barcode GS1 128c

    Good Points, however my intention was to show future readers an alternative to Report Form with installed fonts for bar codes. Thanks, Bob
  3. rwesiuc

    Barcode GS1 128c

    You may want to take another direction and print this to a label printer such as Zebra. This would not require you to have a barcode font. In this scenario, you would send the printer programming codes based on their programming language. I'm not 100% sure about this but, from Wikipedia...
  4. rwesiuc

    Reportoutput.app and PDF

    Sorry, this will probably not help your current situation with Adobe, but you may consider using XFRX from Eqeus.com. It is full featured, and has a royalty-free, commercial license for around $150US. It was written specifically for FoxPro. It does not require an install program, rather a...
  5. rwesiuc

    Colored Command Buttons with @ ...Get

    FYI: This is how I did this quickly for my 2.6 project's screen files. I modified GENSCRN in the 2.6 home() directory. I took the push (command) button's creation area, where it types out the @ ... Get portion of the code to the spr file, and modified it to include a COLOR line. My 2.6...
  6. rwesiuc

    Colored Command Buttons with @ ...Get

    Nigel, Thanks a million! Bob
  7. rwesiuc

    Colored Command Buttons with @ ...Get

    I thought you were on to something, but it still does not work. I know the old way was adjusting the PICTURE clause of the @ ... Get and the color was supposed to be adjustable to Flat Black and White with '2'. It seems as if the VFP8/9 defaults to that with no adjustment available to the...
  8. rwesiuc

    Colored Command Buttons with @ ...Get

    Here is a fun one for you... I have a 2.6 spr running in VFP9, and the buttons background color is white. VFP6 was the standard grey, similar to my forms color. The buttons are created with the @ ...Get command and I know most of the codes in the Picture portion of the command, but I never...
  9. rwesiuc

    Database header corrupted: Error 15 / Not a table

    Thanks Mike, Unfortunately, their IT department will not allow any programs to be loaded on their client machines. I'm pretty sure that it is spyware, so thanks for your reply. For anyone else reading this, if you have clients that have internet access (99%), or yourself, spyware is the new...
  10. rwesiuc

    Database header corrupted: Error 15 / Not a table

    I have a customer that randomly gets corrupted databases or Error 15 / Not a table/dbf. This time, after a fix, another database became corrupt. Another fix, and I am back where I started, a day later, and the original file corrupted again. When I look at the header of the file in hexedit, I...
  11. rwesiuc

    FPW to VFP Migration

    JRB-Bldr: One note on your comment, I am not translating the screens to VFP screens; that is where VFP does a poor job. What I have done is taken the 2.6 compiled screen files and used those in the VFP project. Try it on something simple to see what I mean. The compiled code is easily read...
  12. rwesiuc

    FPW to VFP Migration

    pmbroh: I have migrated my 2.6 program to 6.0 by using the compiled screen files from 2.6 (.spr, .spx), programs (.prg), menus (menuname.*), and reports (.frt,.frx). Keep the original screen definitions out of the project by creating a new folder for this project and only copying the files you...

Part and Inventory Search

Back
Top