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 derfloh 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. Jumtorus

    Advice on storeing images

    thanks for the debate, but as it stands for this client the point is mute. They only have foxpro and to add on sql of any type just for storage of images is not an expectable cost avenue. How ever I do know sql server would be a better option. Anyways like I stated earlier I now have the problem...
  2. Jumtorus

    Advice on storeing images

    never mind on that last post I figured it out used a command button and an editbox with code: lcPict = getpict() if not empty(lcPict) thisform.myeditbox.value = lcPict endif it stores the path for me. Thanks for the help
  3. Jumtorus

    Advice on storeing images

    Thanks Jockey2. I had a feeling that a reference to the location would be best. Is the memo(binary) the best type to set up on the table? And I am thinking of using some type of browser to locate the location on the path for the pic that they choose. Or is there a better or a more simplistic...
  4. Jumtorus

    Advice on storeing images

    I have an existing FoxPro 6.0 database with the UI created there as well. Problem is that they now want to insert images into the system. Example is that they want to now select and save images via the UI of the inventory item and be able to use that pic when printing out orders etc. Question...

Part and Inventory Search

Back
Top