On Sun, Aug 8, 2010 at 4:08 AM, Steve Ellenoff <[email protected]> wrote:
> Got the following error msg reported by an application earlier today...
>
> Error Msg:
> Row or column position is off the screen.
>
> Call Stack:
> sslg_app.onshutdown - Line #44 : @1,1
> sslg_app.do - Line #73 : READ EVENTS
> main - Line #370
>
> Looking at the code, I don't know what this does, and could not find
> it in the help file..

That's a new one for me.  It seems to be in the VFP9 help though:

@ nRow1, nColumn1 [CLEAR
CLEAR TO nRow2, nColumn2]

Parameters
@ nRow1, nColumn1 CLEAR

Clears a rectangular area whose upper-left corner begins at nRow1 and
nColumn1 and continues to the lower-right corner of the main Visual
FoxPro window or a user-defined window.

CLEAR TO nRow2, nColumn2
Clears a rectangular area whose upper-left corner is at nRow1 and
nColumn1 and whose lower-right corner is at nRow2 and nColumn2.

Remarks
If you omit CLEAR or CLEAR TO, Visual FoxPro clears nRow1 from
nColumn1 to the end of the row.

-- 
Paul

_______________________________________________
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.

Reply via email to