View Full Version : Opening a link


cmatni
01-17-2007, 07:50 AM
Hello,

I have a table containing a hyperlink field , and each record is linked to a pdf file,
i have a fom with a subform where the user can chose the links he wants in the subform for a certain file, i want to make a button to open all the links chosen (all the pdf files), and if i can to open the adobe and print the pdf files chosen, but if i am able to open them with a certain code, that would be great, i know it is hard to print them but any help is appreciated, Thanks

namliam
01-17-2007, 07:59 AM
I think if you do

Shell Link

And the pdf is properly set to open with Adobe... that should work...

cmatni
01-17-2007, 08:52 AM
Yeah but the shell needs the path and the exact name of each file, where what i have is a text linked to each file, i just need a code to open the link or else with shel i need the path and exact name ? i think so

namliam
01-19-2007, 01:40 AM
The link must contain the full path + Filename yes otherwize it wont work.
The links the user makes contain this, yes? Or otherwize you never going to find you PDFs...

Or do they have some default position?