Hello People!
Im having a kinda bug or something when trying to use PDF object plugin.
Im trying to load a PDF named with some variables as date,time,etc. but
it doesn't load anything. my code is:
the route works with File.Open , etc. but sincerely i don't know what to do, i want just to display that PDF on Dialog.
Ps: When i close the Dialog, it freezes/crashes the main preview, after some minutes it closes the dialog, and continue working.
Some ideas? Thanks advance.
Im having a kinda bug or something when trying to use PDF object plugin.
Im trying to load a PDF named with some variables as date,time,etc. but
it doesn't load anything. my code is:
Code:
PDF.LoadFile("PDF1", _WindowsFolder.."\\ez\\reg\\"..namedate.." "..namehour.."-"..nameminute.."-"..namesecond..".pdf");
Ps: When i close the Dialog, it freezes/crashes the main preview, after some minutes it closes the dialog, and continue working.
Some ideas? Thanks advance.
Comment