Preview

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Preview

Post by Otto »

FW/Clipper
I start my reports from a modal dialog in a MDI window.
In FW/Clipper the preview opens in an own window in the foreground -
in FWH in the MDI window.
But then the dialog remains in the foreground.

What is the best way to resolve this.
Thanks in advance
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

You should close the dialog yourself before you call the preview
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Hello Antonio,

Since you implemented oBar:l2007 = .T. which does rather magic on the whole program I always have the feeling that there must be something similar for all the other problems.
Best regards,
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

:-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Hello Antonio,

I tried to use BtnBar with Menu to call the print jobs.

The first time I open the menu is exactly positioned.
Then I print – close the preview window and open again the button with the menu on it.
The menu is not under the button.

Regards,
Otto
Image
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

We are testing it here and its ok.

Have you tried it with the original FWH 7.10 libs, without the new Menu 2007 implementation ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Antonio,
I tried to make an example. But all is working.
If I move the BUTTEN from the first to the second place in my own application it works too.
Regards,
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

You can try samples\re.prg that uses a POPUP on the first button of the buttonbar and it works ok too.

Anyhow, I trust you, so it has to be something else :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply