by glenwf » Sun Apr 08, 2018 12:08 pm
FYI, I created the following after figuring it out on my iPod Touch and didn't want to forget the process. It may help...
Jan 4, 2013
start by setting up your database:
Fields ------
1. Add a text field called "imageData"
2. Add an external field called "image"
3. Configure the external field to use the photo picker, and to reference the "imageData"
text field.
4. Save your changes
-----------------------
Form........
1. Picture control
When you are creating a form, there is a control type called the Picture control.
Add that control to the screen and size accordingly.
2. Then
set the data source to be the field where you're storing the file name for your
picture/external field. This is typically some text field.
and...
(Image File Source = Field Value)
There is also an option to scale the image to fit the box you create, so set that or don't
depending on your needs. I like Scale to fit, but then you have to make the size of the
box right for the image.
This should show the image in the form itself. Hope this does the trick!
3. Then, to be able to add or change a picture, add a button,
Data Source = Image - external
Action = Follow Link.