Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to store a image 3' by 4' and display
Message
From
24/07/2001 06:21:16
 
 
To
24/07/2001 05:37:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00534267
Message ID:
00534273
Views:
14
Hi!

To provide the best way, need to know how you're going to use it. There are several approaches and each have advantages and disadvantages. Few of them that I know are the most popular:

- Store image in general field. Take some more size and require OLE server on each client machine, but is very easy to print in report and display in grids.
- Store images on the file server in special images folder, in the table just store tha image file name. This way takes minimum space, but have overhead when many users use images through the network. In addition, it is harder to display images list in grid and tricky when printing them. Images are accessible from the files on disk that might be also important from the sequrity point of view.
- Store images in the memo field and work with binary data using FileToStr() and StrToFile() functions to save image on temporary disk image file and show it or print. Similar to previous but even more programming to display and print.

>best way to store a image 3' by 4' and display?
>Rajesh
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform