set exclusive off
set safety off
SET REFRESH TO 3
set defa to c:\DavidFox
set talk on
_VFP.EditorOptions=""
*Having started programming back in FPD 2.0, I am used to using CTRL+End to
*close browse screens, so I also remap the CTRL+W key combination to
CTRL+End
*Note the curly brackets around CTRL+W.
On Key Label CTRL+END KEYBOARD '{CTRL+W}'
I would add:
SET MULTILOCKS ON
Both that and SET EXCLUSIVE OFF are necessary if you're doing a multi-user
application.
Also, outside of the IDE, in a stand-alone application, CTRL+W doesn't do
what you expect. It clicks command buttons on the current form--either the
"default" button or any button that currently has focus. It doesn't close
the window.
Ken Dibble
www.stic-cil.org
_______________________________________________
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/[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.