Re: Data dissapears from screen when upgrading to version 8 by JimRobb
JimRobb
Fri Oct 22 13:47:05 CDT 2004
Thanks, I did that. This may sound stupid but must I re-compile the form
(excuse the terminology but I'm a mainframe programmer). I rebuilt the
project and .exe file but I get the same results.
Thanks,
Jim.
"Jack Jackson" wrote:
> No that is not correct. You put the code in some method, and the code
> you added will only be executed when the method executes, which might
> be never.
>
> Click on the form, open the Properties window, and change the Themes
> property to .F.
>
> On Fri, 22 Oct 2004 10:27:02 -0700, "Jim Robb"
> <JimRobb@discussions.microsoft.com> wrote:
>
> >
> >I'm not a FoxPro programmer but have been tasked with this upgrade. I don't
> >see any @say code. When I edit the form State_ma, I double click on the
> >field's I've figured out are the culprits and I find some code. At the top I
> >put
> > State_ma.Themes=.F.
> >Is this correct, because I did that, rebuilt the project and created an .exe
> >file.
> >The problem still persists.
> >How come some forms have code behind them and others don't?
> >Thanks for your help,
> >Jim.
> >"Fred Taylor" wrote:
> >
> >> _SCREEN.Themes=.F.
> >>
> >> You'll see this problem if you're still trying to run old @SAY type code,
> >> but you shouldn't have been doing that if you were coming from VFP5, right?
> >>
> >> --
> >> Fred
> >> Microsoft Visual FoxPro MVP
> >>
> >>
> >> "Jim Robb" <JimRobb@discussions.microsoft.com> wrote in message
> >> news:7F9F445F-0E11-4895-A418-BBBB83890414@microsoft.com...
> >> >I am upgrading from version 5 to 8. When I drag my cursor over some fields
> >> >on
> >> > the form, the data dissapears. I read in the notes that Themes could be
> >> > responsible. I'm guessing it must be some property setting.
> >> > Does any one have any suggestions?
> >> > Thanks,
> >> > Jim.
> >> >
> >>
> >>
> >>
>
>