Page 1 of 1
Preview
Posted: Mon Oct 15, 2007 2:44 pm
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
Posted: Mon Oct 15, 2007 4:06 pm
by Antonio Linares
Otto,
You should close the dialog yourself before you call the preview
Posted: Mon Oct 15, 2007 4:10 pm
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
Posted: Mon Oct 15, 2007 4:13 pm
by Antonio Linares
Posted: Mon Oct 15, 2007 4:24 pm
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
Posted: Mon Oct 15, 2007 4:48 pm
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 ?
Posted: Mon Oct 15, 2007 7:24 pm
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
Posted: Mon Oct 15, 2007 7:25 pm
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