![]() |
|
|
#1
|
||||
|
||||
|
Greetings!
I am a representative of Bukrek publishing house. Recently we developed an advanced picture control for MS Access which solves most of picture-related problems and brings new level of user experience to your solutions. Thus, now its on testing stage and I will be glad if you, advanced Access users, take part in judging pros and cons of our creation. It looks something like this: ![]() But its hard to get it statically, its better to take a look at some action video (01:39). You can download shareware version of control here (591 Kb). I'd like to hear your opinion, feature suggestion or critics in this thread at AccessForums.net. Also i'll be happy to answer any question. |
|
#2
|
||||
|
||||
|
There is small sample database where contact pictures thumbnails are shown in continuous form.
![]() Techniques demonstrated here:
|
|
#3
|
|||
|
|||
|
you have a nice activex there. but I have a question, how much is the increase in size of the database where the picture is store in the table using the activex?
|
|
#4
|
||||
|
||||
|
AccessImagine stores images in JPEG format, so size of database remains moderate all the time. Lets say, if you put some 5 megabytes of JPEG pictures in your database, it size will be 5 megabytes bigger (not like with pictures stored as OLE objects, that lead to enormous sizes due to saving picture as uncompressed bitmap). If user puts some other bitmap (BMP, GIF, scanning, pasting from buffer), it is JPEG-compressed too.
Additionally, usually you know what picture size you need in your database. You can specify maximum width and height of the picture, and AccessImagine will resample big images automatically - saving you additional space. |
|
#5
|
|||
|
|||
|
ok. so it does still increase the size. so what is the disadvantage if I just save the path of the picture and present the picture in the form or report using the path?
|
|
#6
|
||||
|
||||
|
Sure it does - it have to store picture some way :-)
Its nice to store pictures externally, the only disadvantages are you need to maintain that image storage (keep it with database when moving it, update program image pathes when it relocates and so on) and add some additional treatment to retrieve images in some cases. AccessImagine handles external image storage automatically once you need it. You need to specify StoragePath and bind control to text-type field (for filename storage) - thats all. |
|
#7
|
||||
|
||||
|
There was a serious bug - control was printed times smaller all the time.
Now it is fixed, and AccessImagine generate high-quality picture for printing - not that 72 dpi dotted ones others do.
__________________
"Be aware of WordPress, it provokes to write bloggy-style..." (c) Gunna |
|
| Bookmarks |
| Tags |
| image, picture |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Displaying a picture on a form | kydbmaster | Forms | 4 | 04-04-2009 05:54 PM |
| Advanced "How to get rid of Enter Parameter Value" | wiggles | Forms | 0 | 03-25-2009 03:26 AM |
| Compresse picture in the all reports | imedne | Reports | 0 | 03-21-2009 03:29 AM |
| Inserting a picture | Carenas | Forms | 0 | 01-03-2009 02:09 PM |
| Sending control to specific control | wasim_sono | Programming | 2 | 04-19-2007 06:19 AM |