Michael Madigan wrote on 2011-11-22: > That might be it, Fred, because I now notice that it isn't doing it on another, older computer, just the new 64-bit one. I bet it has to do with the themes > > > ----- Original Message ----- > From: Fred Taylor <[email protected]> > > Try "_SCREEN.Themes = .f." in the beginning of your app. > > Fred
Michael, I went a different way. Place this in the beginning of your app. : *-- Comment placed by Tracy Pearson on 4/27/2007 *-- Workaround for Vista Dropdown problems *-- When running Vista, make it work right!!!! IF OS(3) = "6" DECLARE integer GdiSetBatchLimit IN WIN32API integer GdiSetBatchLimit(1) ENDIF Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

