My client wants to store membership cards in a directory scanned in as pdf
files. The files would be named with the following convention, 9 digit SSN
followed by a dash and then the lastname plus first initial. In my app,
when the user is sitting on a specific members record, I want them to have
the ability to push a button to display the membership card. I know the SSN
of the record they are sitting on.
Is there a way to do a search in a directory for a file that has the first 8
characters of the filename the same as the SSN of the record that the user
is on and grab the entire filename and pass it to adobe reader?
Bill