Print problem in network (fw7.11)

Post Reply
demont frank
Posts: 167
Joined: Thu Mar 22, 2007 11:24 am

Print problem in network (fw7.11)

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
demont frank
Posts: 167
Joined: Thu Mar 22, 2007 11:24 am

Post 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
demont frank
Posts: 167
Joined: Thu Mar 22, 2007 11:24 am

Antonio

Post by demont frank »

Replacing rpreview seems to work.

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

When is a correction available ?

Frank
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Post by norberto »

hi, i have this problem, i use now rpreview of fwh707.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
FiveWiDi
Posts: 910
Joined: Mon Oct 10, 2005 2:38 pm

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply