I have a problem while showing a pdf using the Acrobat control (awolepdfacro). I create a pdf file using Crystal report and i save it a folder...then i set tag property in the control....the pdf is shown......i change something in my document and i create a new pdf file (using the same name for pdf file), but the file shown in the control is still the version before my last changes.....To solve the problem i comment this call in the tag_assign of the acrobat control
tcPDF = Iif(AJAX.FileToSiteTempDir(@m.tcPDF, @m.lcResult);
, m.tcPDF;
, m.lcResult;
)