I think we're confusing a bunch of related items, as "screen" has been used
to mean different things at different times in Xbase and Fox.

SAVE SCREEN TO <memvar> saves an memory variable of the text and colors of
a DOS screen. Reverse engineering that format from .MEM files was the basis
of a well-received article in FoxTalk October 1992 by a
new-writer-to-the-Fox-world by the name of Ted Roche <s>.

Screen variables, General Fields and .MEM files were favorite ways to blow
up VFP while beta-testing new versions, as they are odd ducks and not
always well supported by commands like ALLTRIM() <g>

A data table type Picture was created for the Mac version of FoxPro 2.x,
perhaps 1.x, but sadly my references for those days have gone to the great
paper recycling center.

SCREEN is also the name of the underlying background to the IDE, as in
ACTIVATE WINDOW SCREEN

_SCREEN is the VFP Object representing the updated version of that window,
and an interesting place to hang additional things for global reference.

CLEAR SCREEN as Bill points out, is how to clear that window.



On Fri, Sep 28, 2018 at 1:13 PM, Bill Anderson <[email protected]> wrote:

> Gene,
>
> Screen type (S) is old DOS functionality to capture the DOS screen to a
> variable. I believe the command CLEAR SCREEN would clear them out.
>
> Bill Anderson
>
> On Thu, Sep 27, 2018 at 9:13 PM Gene Wirchenko <[email protected]> wrote:
>
> > Hello:
> >
> >       I finished all of my boss's requests for the moment, and now, I
> > am back working on my grid replacement.  Some day, maybe, I will have
> one.
> >
> >       I am curious about some VFP data types.  What exactly are they?
> >
> >       For each of them, is the data type ever used as a table or
> > cursor's column data type or as the type of an input control's data
> > value?  For some, I have another question.
> >
> > G: General
> >       I understand this type should be avoided.  Is it of any use these
> > days?
> >
> > O: Object
> >       No additional question.
> >
> > S: Screen
> >       What is this type?
> >
> > B: Blob
> >       No additional question.
> >
> > Sincerely,
> >
> > Gene Wirchenko
> >
> >
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACW6n4sq4UV+b6BdS8Jn5TUw5QWcy=btc0pxp8bgyfvhcjt...@mail.gmail.com
** 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.

Reply via email to