Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I am having some documents in a Specific folder and i want to launch my docs which are in this folder through my QVW.
I have written a macro like:
set app= ActiveDocument.GetApplication
app.Launch "C:\Program Files (x86)\Adobe\Reader 10.0\Reader","C:\Myfiles\test.pdf"
MsgBox "Files Uploaded"
Macro runs well and shows the Message "Files Uploaded".
But the PDF file doest launch in my system.
Please can anyone help its urgent.
Thanks and regards,
Pranav
Hi,
Hi Pranv use this Macro
Sub Test
set app= ActiveDocument.GetApplication
app.Launch "C:\Program Files (x86)\Adobe\Reader 10.0\AcroRd32.exe","C:\Myfiles\test.pdf"
MsgBox "Files Uploaded"
end sub
Regards
Perumal A
Hi Perumal,
Thanks for Reply..
yes yaar the msg comes but it doesnt launch the pdf file now also.
Check if anything can happen.
Regards,
Pranav
Hi pranv ,
Check first this path is correct or not (C:\Program Files (x86)\Adobe\Reader 10.0\AcroRd32.exe)
uother wise try this macro .i thing Path is Wrong. Path one time ensure first
Sub Test
set app= ActiveDocument.GetApplication
app.Launch "C:\Program Files\Adobe\Reader 10.0\AcroRd32.exe","C:\Myfiles\test.pdf"
MsgBox "Files Uploaded"
end sub
Thanks perumal,
Yepeee Got it.
Ok dear 1 more question if i dont want to give any specific path of the .exe, then how can i call it.
Regards,
Pranav
Perumal,
se the attached screen i want to have more tahn 1 PDF to be called in 1 column.
And i am not writing macro from it i am only writing expression to launch PDF.
the expression is:
'160724.pdf'&'<URL>'&'D:\vinoth\160724.pdf'.
Check and tell how we can call more than 1 PDF in 1 Column.
Regards,
Pranav
Hi Permal,
Check the attched QVW file.
There i want to bring more than 1 PDF in one Row.
Regards,
Pranav
Chenna,
I am Sending you another application with Attachment path coming from DB.
Field name is Original Attach.
Please Check and give solution.
Regards,
Pranav
Hi Pranv ,
Check this attached file , helpful for u .
Thanks Chenna & Perumal,
Some what it works let me also try with different angle and let u know.
Thanks a lot for ur help.