FW: screen problem

GCC Consulting rkreiss at gccconsulting.net
Fri Mar 30 11:35:32 PDT 2012


 Found the problem.  I went into the file with no processing and did not
have
 the problem.
 
 The problem was in my programming.  When entering screen 0, if there is a
 memo, at @entsel I execute a memo 2 show.
 
 I had added @wuk1. 
 
 If: @sn ne "1"
 Then: switchto "1"
 if:
 Then: memo 2 clear
 this is what caused the problem.  Even though no memo
 was up, it executed and erased what was on screen.)
 
 I moved that line to before switchto "1" and cleared up the problem.
 
 If: @sn="0" and 2 ne ""
 Then: memo 2 clear
If: @sn ne "1"
Then: switchto "1"
 If:
 Then: end
 
 Richard
> 
> 
> 
> > -----Original Message-----
> > From: Kenneth Brody [mailto:kenb at fptech.com]
> > Sent: Friday, March 30, 2012 11:49 AM
> > To: Richard Kreiss
> > Cc: 'GCC Consulting'; filepro-list at lists.celestial.com
> > Subject: Re: screen problem
> >
> > On 3/29/2012 7:55 PM, Richard Kreiss wrote:
> > [...]
> > > Downloaded files from the server.
> > >
> > > On Server:
> > > Pressing CTRL L on the server and the color extended to the end of
> > > the field.
> > >
> > > However, going back to screen 0 and then back to screen 1, the color
> > > was shortened again.
> > >
> > > Local: the same thing happened as above.
> >
> > And all of this is without RDP involved, correct?
> >
> > I've never heard of such a thing before on Windows.  Contact fpsupport
> > and arrange to send files to demonstrate.
> >
> > --
> > Kenneth Brody




More information about the Filepro-list mailing list