Search results

  1. Max D

    Question Attaching image file in or along with database record!

    I know my judges can't be independent because I'm one of the AccessImagine developers. But if you like Ammara DBPix, it will be usefull to look at http://access.bukrek.net to compare.
  2. Max D

    how to set the path

    There is an innovation in Access 2007 - regular Image control can be bound to a field/query with a picture path and filename. It works in continuous forms too. I know my judges can't be independent because I'm one of the AccessImagine developers. But if you like Ammara DBPix, it will be...
  3. Max D

    Hide menus

    SOS, you are too fast... We could see some interesting postings here /gg
  4. Max D

    Hide menus

    Hawn't you created a copy of database file as I guided you?
  5. Max D

    Frontend of Split DB on network or user PC?

    You can use a launching .bat file for front-end distribution @copy \\server\lala\database.adp "%TEMP%" /y >nul @start %TEMP%\database.adp There is one downside - front-end gets overwritten every time user opens it.
  6. Max D

    Hide menus

    First of all, create a copy of your database file. In Access 2007, press big orb in top left corner, then Access Options. Take a look at Current Database category - there are a bunch of options you'd like.
  7. Max D

    how to set the path

    You can try AccessImagine addon, it handles external storage (even with relative path to database) without any programming - so Flash drive wount be a problem. The bad news is it works only with images - but not with other document types :-(
  8. Max D

    Photos and continuous form

    Yep, my fault. IMAGE really works. Doesn't it bloat computer resources when displaying a table with lot of big images?
  9. Max D

    Photos and continuous form

    Hm, i havn't got the whole plot. There is several control types and several problems :-) Bound Object Frame - need an OLE object written to database, works with continuous forms. [Problem - OLE object size = uncompressed bitmap size] Attachment - writes files to database, works with continuous...
  10. Max D

    Question Attaching image file in or along with database record!

    Its hard to write external image storage usually. You'll find some problems again and again. Beside that, its usually not easy for users to manipulate images in such a database. There is a ActiveX control called AccessImagine, which handles external image storage automatically and makes adding...
  11. Max D

    Photos and continuous form

    The problem is Access doesn't create separate controls for each record - or it would hang trying to display really big table. There is no straight workaround for this. The only way to do this is to generate small previews for each picture and store them in DB as OLE bitmaps. Then you display em...
Back
Top Bottom