FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Print problem in network (fw7.11)
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 11:26 AM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 12:00 PM

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
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 12:54 PM

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

Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
Antonio
Posted: Wed Nov 21, 2007 01:30 PM

Replacing rpreview seems to work.

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

When is a correction available ?

Frank

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 01:47 PM

hi, i have this problem, i use now rpreview of fwh707.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 04:14 PM

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
Posts: 1446
Joined: Mon Oct 10, 2005 02:38 PM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 07:14 PM
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.

Un Saludo

Carlos G.



FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Print problem in network (fw7.11)
Posted: Wed Nov 21, 2007 07:22 PM

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

Continue the discussion