|
Re: insert an image using webutil [message #432568 is a reply to message #432539] |
Tue, 24 November 2009 23:56 |
beginnerHere
Messages: 55 Registered: October 2009
|
Member |
|
|
hi,
since this is a forms section i consider that you are asking how to insert an image using forms.
well with forms it can be done easily,
create a table with a blob datatype column, use the forms datablock wizard to create a form from that table. the blob column will ensure that on the form it shows an image item mapped to the column. place a button that reads the image from the system into the image item. commit the form. the image gets saved in the database. done.
|
|
|