Re: VFP Keyword Jeopardy (36)

2006-07-21 Thread Ted Roche
On 7/19/06, Bill Anderson [EMAIL PROTECTED] wrote: The answer... SET HELP Can anyone explain what this does? Chris? As Christof pointed out, this feature was added with VP7, to support the integrated COLLECTION of HTML Help files that were available in the Visual Studio IDE. Folks were

VFP Keyword Jeopardy (36)

2006-07-19 Thread Bill Anderson
COLLECTION ___ Post Messages to: ProFox@leafe.com 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

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Joe De Ville
What is the profession of that guy who keeps calling me? Bill Anderson wrote: COLLECTION [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Bill Anderson
Joe De Ville wrote: What is the profession of that guy who keeps calling me? Bill Anderson wrote: COLLECTION s. That's a separate issue. g. The game is this -- off the top of your head, what FoxPro or Visual FoxPro command uses COLLECTION as a keyword? Bill

RE: VFP Keyword Jeopardy (36)

2006-07-19 Thread Hal Kaplan
Anderson Sent: Wednesday, July 19, 2006 1:22 PM To: [EMAIL PROTECTED] Subject: Re: VFP Keyword Jeopardy (36) Joe De Ville wrote: What is the profession of that guy who keeps calling me? Bill Anderson wrote: COLLECTION s. That's a separate issue. g. The game is this -- off the top of your

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Bill Anderson
David Stevenson wrote: The only ones I can think of are DEFINE CLASS MyClass AS Collection LOCAL o AS Collection PRIVATE o AS Collection PUBLIC o AS Collection o=CREATEOBJECT(Collection) David Stevenson David, As I phrased it, you're right...it is a keyword to the CreateObject()

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Ted Roche
On 7/19/06, Bill Anderson [EMAIL PROTECTED] wrote: To keep the game going for this word, this keyword (COLLECTION) came in existence in VFP 7, before the collection base class existed, a keyword to a command (versus an object declaration as David replied...) Ah! Of course! Of all people I

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Joe De Ville
: Wednesday, July 19, 2006 14:14 To: profox@leafe.com Subject: RE: VFP Keyword Jeopardy (36) The only ones I can think of are DEFINE CLASS MyClass AS Collection LOCAL o AS Collection PRIVATE o AS Collection PUBLIC o AS Collection o=CREATEOBJECT(Collection) David Stevenson -Original

RE: VFP Keyword Jeopardy (36)

2006-07-19 Thread Christof Wollenhaupt
Hi, To keep the game going for this word, this keyword (COLLECTION) came in existence in VFP 7... ...along with a new viewer for the MSDN library. October 2001 is the last one in the old format. -- Christof ___ Post Messages to: ProFox@leafe.com

Re: VFP Keyword Jeopardy (36)

2006-07-19 Thread Bill Anderson
Christof Wollenhaupt wrote: Hi, To keep the game going for this word, this keyword (COLLECTION) came in existence in VFP 7... ...along with a new viewer for the MSDN library. October 2001 is the last one in the old format. The answer... SET HELP Can anyone explain what this