Embedding Bitmap image in Aware

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
denisv
Posts: 253
Joined: Thu Jan 19, 2006 4:36 pm
Location: Ireland
Contact:

Embedding Bitmap image in Aware

Post by denisv »

I have an application that allows me capture btrmap images such as signatures. These transfer to Access with no difficulty and can be immediately accessed.

I want to know what way Aware handles image files. I am able to create entries in an Aware table direct from this application. I know there are referential issues with this approach and have that under control, but getting image files into the database is a problem. Can you give an direction as to how this can be done. I am aware that there are a DOCTYPE and DOCDATA fields associated with a 'picture' attribute.
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Images stored in attributes of type Picture are displayed on object forms. Images can also be stored in attributes of type Document (like files of any other type). In both cases the user can upload an image via an object form.

Also, images can be uploaded into database by rules (see the process that creates members and items during initialization of Library sample application). Alternatively images can be imported in a hexadecimal format from a CSV file (see the product step in the initialization process of Ordering sample application).
Aware IM Support Team
Post Reply