FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Preview with blank page
Posts: 47
Joined: Sat Oct 08, 2005 09:12 PM
Preview with blank page
Posted: Sat Oct 08, 2005 09:16 PM

Hello,

Some times I have page blank when I use preview, to correct this problem I have to reset the machine. What is wrong?  <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
FWH 7.04 + xHarbour.com xBuild 0.99.71

Resource Builder 2.6 (thanks to Rene for the indication)

Windows XP Professional

Manaus - Amazonas - Brasil
Posts: 155
Joined: Tue Dec 30, 2008 03:07 AM
Re: Preview with blank page
Posted: Sun Oct 09, 2005 06:08 PM
syda:

That happens in windows xp when you have an error in your print code, the program quits with an error and a temporary .wmf file like tmp0001.wmf is not deleted in your c:\windows\temp directory. What you have to do to avoid reseting the machine is to manually delete that file if you can, and if it has read only attributes you have to press ctrl+alt+del and kill the task wowexec.exe and only sometimes vtvdm.exe. Then you can delete the temporary file and all become normal again.

Regards,
Daniel Puente
Mar del Plata, Argentina
danielpuente@speedy.com.ar
puenteda@hotmail.com

syda wrote:Hello,

Some times I have page blank when I use preview, to correct this problem I have to reset the machine. What is wrong? :-)
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Preview with blank page
Posted: Wed Oct 12, 2005 08:52 AM

Indeed, what Daniel said is right.

Only it is the process NTVDM.EXE which needs to be killed, not the vtvdm.exe. If you kill ntvdm.exe, the process wowexec.exe will be killed automatically.

It is not a question of the attribute read only, but the proces NTVDM.EXE keeps the tmp-file occupied. By killing this process, the file can be deleted again, which will be done automatically if you remake your report.

Michel

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion