Collections and DLLs needing some help please

2007-04-19 Thread Anthony L. Testi
the X = NEWOBJECT( [Junk], [Test.prg] ) option I can see in the debugger that X.Stuff is a collection When I run the code X = CREATEOBJECT( [Junk2.JUNK] ) option X.Stuff is an object but not a collection. In both options x.foobar is a string as I expect. What am I missing? Anthony L. Testi

Re: Getting 1st and 3rd column info out of a combobox

2006-09-28 Thread Anthony L. Testi
IN this case, no. The cursor only exists long enough to load the combobox then is released. -Original Message- From: Eurico_EZ [EMAIL PROTECTED] Sent: Sep 26, 2006 6:53 PM To: 'ProFox Email List' profox@leafe.com Subject: Getting 1st and 3rd column info out of a combobox Hi In the

RE: Agle Programming

2006-09-28 Thread Anthony L. Testi
My 2-cents: Document at a high level. Example using UML Document your class interactions ( Maybe only a few public method/properties ) and subclassing structures. Document the important Use Cases via the Use Case Diagram ( Stick people, Ovals and arrows. ) Finally if data centric an ERD and

Grids and AutoDown

2006-09-28 Thread Anthony L. Testi
data entry Anthony L. Testi ___ 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

Re: Getting 1st and 3rd column info out of a combobox

2006-09-26 Thread Anthony L. Testi
of a combobox Anthony L. Testi wrote: I've come up with a kludge using the Text and Value properties. Works for now at least No need to use the kludge...it's pretty simple. You've got the Hackers Guide, right? Just look at that. -- Michael J. Babcock, MCP MB Software Solutions, LLC http

Re: Text formating in a Grid

2006-09-25 Thread Anthony L. Testi
To: profox@leafe.com Subject: Re: Text formating in a Grid On Sep 25, 2006, at 10:25 AM, Anthony L. Testi wrote: Aligment1 - right OK, but shouldn't be necessary Format $$,$$$ ( I do not think this is needed) Just a single $ in here InputMask $$,$$$ ( This is what I thought

Set methods properties hidden in a class, tool wanted.

2006-09-20 Thread Anthony L. Testi
to anyone else if I wrote one and released into the public domain? I can see the thinking that no, it is one time job (if people bother to do it at all) a tool is not needed or since we have favorites why bother. Anthony L. Testi ___ Post Messages

Re: FoxPro at The Daily WTF

2006-09-20 Thread Anthony L. Testi
OK I now figured it out. g -Original Message- From: Anthony L. Testi [EMAIL PROTECTED] Sent: Sep 20, 2006 6:29 PM To: ProFox Email List profox@leafe.com Subject: Re: FoxPro at The Daily WTF OK I'm hooked on this WTD site, but (warning dumb question coming..) what does WTF standard

RE: [OT] Pope stest the world straight.

2006-09-15 Thread Anthony L. Testi
Would that be a WMD: Weapon of Mass debate? g -Original Message- Do not take it to heart. He debates with everyone. He is what you might call a mass debator. [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com

Re: Former employer called today

2006-09-14 Thread Anthony L. Testi
employer called today Here's the thing. I was laid off because the team leader spent $80,000 more than he should have by taking copious amounts of overtime. He was billing 60 to 80 hour a week. In addition, his wife, a Anthony L. Testi

Re: [OT] Another Bush Lie

2006-09-11 Thread Anthony L. Testi
it. This administration never said that the 9/11 attacks were orchestrated between Saddam and al Qaeda, Bush said. We did say there were numerous contacts between Saddam Hussein and al Qaeda. Anthony L. Testi ___ Post Messages to: ProFox@leafe.com

Re: [OT] Another Bush Lie

2006-09-11 Thread Anthony L. Testi
, at 2:26 AM, Anthony L. Testi wrote: The following quote from the online WSJ summerizes my thinking, but I am open to changing it. This administration never said that the 9/11 attacks were orchestrated between Saddam and al Qaeda, Bush said. We did say there were numerous contacts

Re: [OT] Another Bush Lie

2006-09-11 Thread Anthony L. Testi
in policts. No I am not going to ask for others here to stop, I'm not that much of a fool ( ok I've just called myself a name. ) If you see me doing it please point in out, I'm trying to stop myself. Anthony L. Testi Anthony L. Testi

RE: [OT] Another Bush Lie

2006-09-11 Thread Anthony L. Testi
came from multiple sources, not just U.S. Intel. We are at war, get over it. John Anthony L. Testi ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com

RE: [OT] Another Bush Lie

2006-09-11 Thread Anthony L. Testi
Email List profox@leafe.com Subject: RE: [OT] Another Bush Lie Anthony's the Foxpro list's Conservative Prodigal Son. Welcome back, by the way. Anthony L. Testi ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com

RE: How to Set the same property on different Objects on a form all atonce.

2006-09-06 Thread Anthony L. Testi
Welcome back! Hope you didn't throw your VFP notes away :) No they are all nicely boxed in the garage, I could not bear to toss them, even thou it seemed at the time I wold never make a buck doing VFP again. On your question, I think you want SETALL Yes, Yes that is it. (I'm doing a happy

Re: [NF] The prodigal son has returned, tail between his legs.

2006-09-06 Thread Anthony L. Testi
When I am developing for my self it is TABS all the way. When I am developing for others well it is tabs unless I am told otherwise, as in my last position. I was told very clearly that when I wrote in Perl it is spaces all the way. Thanks for the welcome back Anthony You know anyone is

How to create Readonly Cursors

2006-09-06 Thread Anthony L. Testi
More rust clogging my VFP brain cells: Is there a 'keyword' that can be added to a VFP select statement to make the cursor readonly? Something like this (non-working code, cause' it does not like the readonly) SELECT * FROM customer INTO CURSOR x readonly Anthony L. Testi Anthony L. Testi

Re: [NF] Winroll - Useful Utility

2006-09-06 Thread Anthony L. Testi
the rest of the world may argue that they're more productive (when measured by hard disk space consumed per second), I stand by the principle that: Small Is Beautiful. --- Anthony L. Testi ___ Post Messages to: ProFox@leafe.com Subscription

Re: How to create Readonly Cursors

2006-09-06 Thread Anthony L. Testi
You are so right! You beat me to the answer, boy is the rust thick! Thanks Anthony -Original Message- From: Andrew Stirling [EMAIL PROTECTED] Anthony That already is readonly to change it to readwrite. SELECT * FROM customer INTO CURSOR 'curx' readwrite Anthony L. Testi

Re: [NF] What scares you about technology?

2006-09-06 Thread Anthony L. Testi
, 2006 9:45 PM To: profox@leafe.com Subject: Re: [NF] What scares you about technology? Right. Get a BIG honkin' trackball for my feet and a stick in my mouth to click with and I'm good for another 10 years!!! :-) Anthony L. Testi ___ Post

[NF] The prodigal son has returned, tail between his legs.

2006-09-05 Thread Anthony L. Testi
a small amount of pity on me and help me jump-start my VFP portions of my brain. Specific questions to follow. A humble prodigal son. Anthony L. Testi Anthony L. Testi ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com

How to Set the same property on different Objects on a form all at once.

2006-09-05 Thread Anthony L. Testi
it. Anthony L. Testi. Anthony L. Testi ___ 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