Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: problem showing pdf files

$
0
0
Re: problem showing pdf files
FoxInCloud
Re: problem showing pdf files
Mar. 25, 2013
07:38 am
3QV0GDACEShow this entire thread in new window
Gratar Image based on email address
From:FoxInCloud support
To:Michele
Ciao Michele,

Don't understand how commenting this instruction can solve the problem ...

Might be better to keep this instruction and try this patch in awAJAX.FileToSiteTempDir()

Modify command awServer

replace

llResult = File(m.lcFileDest) OR Iif(m.llTemp, FileMove(m.lcFileSrce, m.lcFileDest, .T., @m.tcResult), FileCopy(m.lcFileSrce, m.lcFileDest, @m.tcResult)) && .T. : Forcer la copie pour que le nouveau fichier hérite des autorisations du dossier Temp

by
llResult = FileDelete(m.lcFileDest) AND Iif(m.llTemp; , FileMove(m.lcFileSrce, m.lcFileDest, .T., @m.tcResult); && .T. : Forcer la copie pour que le nouveau fichier hérite des autorisations du dossier Temp , FileCopy(m.lcFileSrce, m.lcFileDest, @m.tcResult); )

thanks!


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

* Copier (ou déplacer s'il est temporaire) le fichier PDF dans le dossier temporaire du site tcPDF = Iif(AJAX.FileToSiteTempDir(@m.tcPDF, @m.lcResult); , m.tcPDF; , m.lcResult; )


Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)


Viewing all articles
Browse latest Browse all 10393

Trending Articles