Newbies patsky Posted January 12, 2009 Newbies Posted January 12, 2009 I need to be able to do the following: 1. Click a button on a layut to locate an image file, which will be on a server 2. Save the pathname to the selected file in the database 3. Display the image on the layout and possibly in reports How do I accomplish these things? We are using Macs so can't use OLE. TIA Patsky
bcooney Posted January 12, 2009 Posted January 12, 2009 1. Use the Insert Image script step, as reference only. 2. The path is automatically stored. Use GetasText(container) to see it. 3. Set a global container = container, and put the global container on your layouts. You won't need a relationship.
Recommended Posts
This topic is 5794 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now