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: *

  1. Gravey

    Bar Code Software

    Anyone have any experience using bar code software with Visual FoxPro? I would like implement a system of bar codes and scanners to track inventory. Any suggestions and/ or recommendations for bar code software that would interface with FoxPro would be appreciated. Thank you. Mike Graves
  2. Gravey

    Automating Word?

    I would like to create an Editbox Control that supports at least: mulitiple font styles (bold, italic, etc), different font colors, text formatting (centered, R/L justified), etc. Ideally it would have much more than that (all the functionality of MS Word). I believe there should be some way...
  3. Gravey

    Fixed Toolbars

    Thanks Rick, that works great. Mike.
  4. Gravey

    Fixed Toolbars

    I am trying to create a toolbar that cannot be moved and is always in the same location. I have THIS.DOCK(0) in the Init Event of the Toolbar to force it to dock at the top and the MOVABLE property is set to False. This works fine except for one minor detail... double clicking on the toolbar...
  5. Gravey

    Printing Images

    Thanks Chris, I have tried all of the following, none of them work. All display an icon (the icon is different depending on which graphics editor I choose) but all display the file name below it, instead of displaying the GIF or JPG image. Internet Explorer (Original) Imaging Imaging Preview...
  6. Gravey

    Printing Images

    Chris &/ or Weedz, I have tried several things, nothing works. I have Windows 2000 Pro, but I do not have Microsoft Photo Editor, or apparently any other workable graphics editor. I could install one of these, however, I cannot assume the users of our distributed app will have one of these...
  7. Gravey

    Runtime vs. Development Foxpro Versions

    Nevermind Rick. I reinstalled the SP5 and that worked. All my DLLs are the same version again! Thanks for you help. Mike
  8. Gravey

    Runtime vs. Development Foxpro Versions

    Thanks Rick, I think we're getting somewhere - but I'm still more confused than ever. I check my registry and the path for these VFP6 DLLs is C:\Windows\System. I checked the properties of these DLLs and found the following results: the VFP6R.DLL is version 6.0.8167 (old); the VFP6RENU.DLL is...
  9. Gravey

    Runtime vs. Development Foxpro Versions

    Thanks for the insight Rich. It looks like VFP6ENU may be the culprit, I've found 2 different versions of that on my machine. One dated 5/7/99 and the other 8/18/00. The one in my windows\system directory was the older one. I replaced it with the newer one, but I'm still not seeing a...
  10. Gravey

    Runtime vs. Development Foxpro Versions

    I've included the Foxpro About window in an application to display the Foxpro Version and System Information (_mst_about). However, I am concerned about the Foxpro version that this is displaying. In the Development Environment and while running the application within development, the About...
  11. Gravey

    Printing Images

    I am having trouble printing images (GIFs and JPGs). The full path name of the image is being stored in a memo field. A temporary table is created for the purpose of printing and APPEND GENERAL is used with this path name to insert the records into the temporary file. This is working great...

Part and Inventory Search

Back
Top