Les, Take a look at "How to: Set IntelliSense Options" in Help - the alt-e List Members shortcut seems to be related to Intellisense - you can have it set to Manual and then you need to use this edit menu to bring up items which belong to the code you are typing. For example, type "THIS." and then use alt-e, ctrl j to bring up a list of items which relate to THIS.
I have just started using VFP 9 myself, so a lot of this is new to me too - I am use to VFP 6, but I am liking 9 more and more every day! Kevin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lew Schwartz Sent: Thursday, September 07, 2006 11:58 AM To: [EMAIL PROTECTED] Subject: RE: List members isn't working Yes, right click brings up the same menu as alt-e (edit) where you can see "List members," but when I choose "list members" nothing happens. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin O'Shea Sent: Thursday, September 07, 2006 11:20 AM To: [EMAIL PROTECTED] Subject: RE: List members isn't working Could it be the right click (using keyboard button) and J key (while in a form's code window) that brings up the "Insert Object Reference" list you are thinking of - a quick way to add an object to code. Kevin O'Shea -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lew Schwartz Sent: Thursday, September 07, 2006 11:06 AM To: [EMAIL PROTECTED] Subject: RE: List members isn't working Nope, just plain VFP. Could be wrong about the version though. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Sent: Thursday, September 07, 2006 10:52 AM To: [EMAIL PROTECTED] Subject: RE: List members isn't working VFP 6 didn't have native intellisense. Were you using COB Editor Extensions? or an add-in editor? Tracy > -----Original Message----- > From: Lew Schwartz > Sent: Thursday, September 07, 2006 10:43 AM > Subject: RE: List members isn't working > > > Yes, something else. I seem to remember that in VFP6, if any part of a > code window had focus, ctrl-J would bring up a drop down that included > the current object, all of its contained objects & their properties. > Selecting one of them would insert a fully qualified reference as code > text. Eg even if you were in a form's init, the ctrl-j drop down > would allow you to navigate to thisform.mybutton.caption & insert the > text "thisform.mybutton.caption" for you. [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.

