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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.