Opening a link

cmatni

Registered User.
Local time
Today, 14:30
Joined
Dec 11, 2006
Messages
19
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
 
I think if you do

Shell Link

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

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
 
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?
 

Users who are viewing this thread

Back
Top Bottom