January 22, 201312 yr I have a script to add a new picture to a record. I am aware of the functionality of when you tap the container field, it gives the options for input. I want to be able to script this so it automatically shows this without having to tap the container field. Is this possible?
January 28, 201312 yr I think so. Check out "Insert Picture" and drop that in your script. You will need to call Go to Field first to set the right container field. From the help: Go to Field [Table1::Photo] Insert Picture [] The helps says that if you don't specify a file then it will throw up a dialog for the user to choose one.
January 28, 201312 yr Author I think so. Check out "Insert Picture" and drop that in your script. You will need to call Go to Field first to set the right container field. From the help: Go to Field [Table1::Photo] Insert Picture [] The helps says that if you don't specify a file then it will throw up a dialog for the user to choose one. Using this is how I tried initially, but it goes to the file browser, which in turn returns no results... I want it to go to the camera/gallery.. hmm.
Create an account or sign in to comment