Adobe Search

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help!!

I have a command button that runs a parameter query. Is there code to
copy my criteria, then open Adobe 6 standard, open the search function
in adobe, paste my criteria into the search box, and start a search for
all pdf's in a specific folder?

Thank you in advance for any assistance!!
 
Can someone please assist me with this problem... I cant figure out why no
one will ever answer my posts??????
 
Sorry link doesnt seem to work.

Do a search for "Read a Directory" View threads. This may help you out.

Allen Browne said:
See:
List files
at:
http://allenbrowne.com/ser-59.html

The article explains how to set up a list box to show the files.
And you can optionally filter list subfolders as well, and filter to just
PDFs.

To open the selected file in the DblClick event of the listbox, use:
FollowHyperlink Me.lstFileList
 
Back
Top