In my DevTools menu i've added a bar: 'Goto Line' with a shortcut Ctrl+G that calls SYS(1500,"_MED_GOTO","_MEDIT") This way I still can use the 'default' shortcut Ctrl+G even in VFP Another option I used prior to setting up the shortcut was 1. press Ctrl+G 2. Find out it didn't work 3. Press the Context Menu key on my keyboard (or Shift+F10 if not present) 4. press 'g' for the Goto Line dialog
Also the Context menu gives options for commenting (m) and Uncommenting (n), Breakpoint (k), Look up reference (e), Object List (j) (When editing a method, very usefull!), Execute selection (x), View Definition (v) and Beautify (y). The rest is available through other shortcuts (Ctrl+something) Some of these I use often, some I use seldom, but knowing how to find them and start the options quickly without grabbing my mouse saves me a lot of time throughout the day. Regards, Sietse Wijnker > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene > Sent: woensdag 23 augustus 2006 19:53 > To: [EMAIL PROTECTED] > Subject: Re: I Didn't Know That! > > Jeff, > > To make sure VFP shows line numbers in status bar type the > following command in the command window: > > SET MESSAGE TO > > I also add this line to my application shutdown code (bracketed by > version() check for dev vs. runtime). > > Enjoyed your story :) > > Malcolm > > [excessive quoting removed by server] _______________________________________________ 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 ** 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.

