Hi there.
I have to play with pictures today 🙂
Situation: I have a form in a view, which is compiled using variables setted in other views.
The reason to do this is unknown to me, I'm not the author. I suppose that the author didn't like to work with copies of one form, so she finds a solution using only one form and using variables in each view that need to compile the form.
The user can choose a view with a button, then he has to compile some text/numeric fields. Doing this, the app initialize some variables used to compile the form stored in an invisible view. A last button used to send the data to a Sharepoint list contains the "Submitform()" command.
Now, this works fine if I have text or number data.
But I need to get the same logic using images taken from camera. I used to take pictures directly with Attachment field of a form, but it seems to be not feasible in this contest.
Do you have some ideas?
Thanks.