Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print preview locks up in background window

Status
Not open for further replies.

justamistere

Programmer
Jul 25, 2002
67
US
One label and one report lock up the other doesn't. can't et focus back to the calling printing form window. This is a form based on a class that has all the code to print Labels or Forms with a previewing option.

The ones that lock up contain a .bmp logo and are excluded from the project. I will try to alter these conditios.

Any suggestions as to remedy this situation is wlcome.
 
justamistere

I will try to alter these conditios.

Let us know if you need help, once you've altered these conditions.



Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
I forgot to "CLEAR" my "waitwindow.scx" before running the label/report settings form. Following is my function calls if someone may have any use for it. The "waitwindow.scx" centers itself on the calling form. Its message display can be changed anytime from the calling program, like a progressbar class.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This function call to the .prg file
=WaitWindow("RUN", lcWaitMsg1)
Does this:
RELEASE gcHoldWindow
PUBLIC gcHoldWindow
DO FORM "WaitWindow" NAME gcHoldWindow LINKED ;
WITH lcWaitMsg, lcFormName

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This function call to the .prg file
=WaitWindow("CLEAR")
Does this:
RELEASE gcHoldWindow
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top