Page 1 of 1

allow user to import an image file

Posted: Wed Feb 06, 2013 7:07 am
by herbwords
I'm trying to allow users to import an image into each card of a card data base. It would have a browse button and the picture would be place into rectangle1. Any suggestions are appreciated. I remember Richard Gaskin built an employee data base like this way back when there was no sql.

Patrick

Re: allow user to import an image file

Posted: Wed Feb 06, 2013 7:15 am
by Simon
Is it?

Code: Select all

answer file "Select an image"
if it is "Cancel" then exit to top
set the filename of image "myImage" to it
You have to have an empty image on each card and you will probably want to set "Lock size and position"

Simon