I have posted this before but still can't understand why this locks up. On a form I enter some data and have a print button with the following eep:
prnsetup printername print reportname where date = vardate option printer This has worked fine on 7.6 compiled at 3 different location (2 running XP, 1 running Windows 7). It will print fine from the main computer, but will lock up right when the printing window opens(it opens, is dim, and freezes) when run on any of the networked computers. Same is true if I use option screen I have also found other places in my program that prints other reports and they also freeze if a where clause is present. Other reports, that are either variable reports or print from a temp table(in both cases there is no where clause) print fine. I just cannot seem to understand why it will run on the computer hosting the program but will lock up on all other network computers. Tom Hart

