I saw screen yesterday but couldn't find it today so I went into my main program and added _SCREEN.Themes = .f. and it calls the first form and it works. Should I leave in the two lines below? set enginebehavior 70 set reportbehavior 80 Some one else gave me these recommendations.
Gary Jeurink -----Original Message----- From: Fred Taylor [mailto:[email protected]] Sent: Tuesday, August 14, 2012 2:24 PM To: ProFox Email List Subject: Re: just installed vfpro-9 Sounds like you've run into the .Themes issue. You can turn themes off entirely with _SCREEN.Themes = .f. or for just a screen: thisform.Themes = .f. or a single control: Control.Themes = .f. Fred On Tue, Aug 14, 2012 at 12:17 PM, Gary Jeurink <[email protected]>wrote: > It stalls on the Main program but runs fine on all the forms... except all > of the pages in the pageframes are white and don't respond when I change > the > backColor property. I know its something easy but I haven't spotted it yet. > > Gary Jeurink > > -----Original Message----- > From: Alan Bourke [mailto:[email protected]] > Sent: Monday, August 13, 2012 12:57 PM > To: [email protected] > Subject: Re: just installed vfpro-9 > > > > On Mon, Aug 13, 2012, at 06:49 PM, Gary Jeurink wrote: > >. I'm thinking of loading the > > project > > and doing a build but I don't want to lose everything if that corrupts > > it. > > > Back the whole thing up first, and then try it. > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > > > > > > [excessive quoting removed by server] _______________________________________________ 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/B085FE8E80E3400F94A0059C0FDA75E5@OwnerPC ** 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.

