PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD: HTML control PDF
WD: HTML control PDF
Iniciado por guest, 18,mar. 2015 17:19 - 1 respuesta
Publicado el 18,marzo 2015 - 17:19
Hi,

I have a window with a table and a HTML control.
The table is filled with filenames. (*.pdf)

When i do a 'Rowselection' the PDF file is displayed in the HTML control,

When selecting another row I want to release the PDF file in the HTML control so i can delete the PDF file.
However the PDFfile is still 'open' so i can not delete the file with 'fDelete(<PDFFile>)

Who knows how to 'free' the PDF file ???

Thanks, Harry
Publicado el 18,marzo 2015 - 19:15
If you use one activex control instead of the html control you can do what you want and you can control it a lot better.
You can always do it using the windev way, using one image control.