Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5102 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

For Credit Card Authorization forms I have to provide an image of the front and back of the card, the cardholders Drivers License and their signature. I have designed a printable layout for this.

As of now, I have the images stored as Container Fields in a CCInfo table. This table also contains such info as the CC# and other related text files.

My problem is that every time one of my employees sends a CCA, they are having to manually insert the container images from the hard drive onto the layout. I'm afraid that over time the wrong image will be inserted.

I want to AutoEnter the correct images when the DB reads a related name.

The layout I have set up contains only the Body part if this matters. I am using FMP9 but ready to upgrade if need be.

This is probably like most things and a very simple fix but it has driven me batty for the past 3 days.

As always, thanks in advance.

Posted

If your images are being scanned in an automated fashion such that they are named by serial numbers then you can insert a reference to the image in the container with a 'set field' script step. If you have a global field 'gPath', which is the path to your photo directory then the syntax would be something like:

Set Field ("container" ; "imagewin:" & gPath & serialNumber)

To see correct syntax, insert a photo as a reference in the container and view a calculated field = GetAsText(container).

This topic is 5102 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.