Save Image in a especific directory (OpenInsight Specific)
At 16 FEB 2001 06:39:34PM Jonadab Betancourt wrote:
A question for the forum…
I have my Oi app, my app display images, i save images with my ID record exam:
t save image in my app images directory, i displayed but no saving in a app\images directory , my app read wherever directory and displayed, but can't saved in a especific directory.. any idea..
Exam:
c:\exam\item.jpg
with my app.
Read=c:\exam\item.jpg"
save on:
*the name it's the id for the record.
c:\app\images\ID.jpg
Regard's
John
At 16 FEB 2001 10:14PM Barry Stevens wrote:
]]58*1.jpg
the * is invalid for a file name.
At 19 FEB 2001 09:03AM Don Miller - C3 Inc. wrote:
The problem is that you need to do an OSBREAD to get the image loaded and an OSBWRITE to write it back. Most images will exceed 64K. You can point a viewer or display element to an element that exceeds 64K but you cannot write it back that way. Also remember that the output file name must be a legal DOS 8.3 format (including no '*' chars, etc.).
Don Miller
C3 Inc.