Page 1 of 1

Print problem in network (fw7.11)

Posted: Wed Nov 21, 2007 11:26 am
by demont frank
Hello,

I try to install a new program at the client , compiled with fw7.11

It is impossible to print , preview screen appears behind the main screen and the program is frozen.

When i run the aplication locally , there are no problems
Running the aplication on the server (as all the users) , it gives the problems as described.

It is impossible to switch to fw7.11 , i hope to have a solution very soon !!!

Frank

Posted: Wed Nov 21, 2007 12:00 pm
by Antonio Linares
Frank,

Are you using a main MDI window ?

Have you modified the rpreview.prg source code ?

In the meantime, you can use the rpreview.prg module from previous FWH build

Posted: Wed Nov 21, 2007 12:54 pm
by demont frank
Antonio,

Yes , i use a MDI window , but i have'nt made any change in repreview.prg

I'll try it with the previous version

Antonio

Posted: Wed Nov 21, 2007 1:30 pm
by demont frank
Replacing rpreview seems to work.

This error occur also localy (not only in network envirronnement)

When is a correction available ?

Frank

Posted: Wed Nov 21, 2007 1:47 pm
by norberto
hi, i have this problem, i use now rpreview of fwh707.

Posted: Wed Nov 21, 2007 4:14 pm
by Antonio Linares
We have created a new Class TPreview and it detects if the main window is MDI and if yes, then the preview window is created as a mdichild.

You can modify the rpreview.prg source code to avoid this, if you prefer the preview to be in a different window apart from the MDI environment

Posted: Wed Nov 21, 2007 7:14 pm
by FiveWiDi
Antonio Linares wrote:We have created a new Class TPreview and it detects if the main window is MDI and if yes, then the preview window is created as a mdichild.

You can modify the rpreview.prg source code to avoid this, if you prefer the preview to be in a different window apart from the MDI environment
Antonio,

no serĂ­a mejor poder disponer de un parĂ¡metro para evitar tener que tocar la clase cada vez que actualicemos?

Saludos
Carlso G.

Posted: Wed Nov 21, 2007 7:22 pm
by Antonio Linares
Carlos,

La idea es afinar la clase TPreview y llegar a un punto en que no sea necesario modificarla.

Son cambios importantes, que suponen grandes mejoras, pero que requiren de un tiempo de prueba, para asegurarnos que que no haya fallos posibles