Re: PEM Editor 4 released...

2009-07-07 Thread Ajoy Khaund
In the installation notes a screen shot is given what to click where. A line with a arrow points to the app to be selected. How does one draw a line on top of the image. I want to do that in my help files. Regards Ajoy Khaund Neamati Road Near Bhogdoi Bridge Jorhat 785001-21 Assam, India

Re: How do you hold short term data?

2009-07-07 Thread Kevin Cully
If it's a single record then I use an object on the business class just like West-Wind does it. IF oBizObj.Load( PK ) ? oBizObj.oData.Name, oBizObj.oData.PK ENDIF SCATTER NAME and GATHER NAME are two of my favorite commands. Stephen Russell wrote: Question is about what do you do your

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 9:08 AM, Kevin Cullykcu...@cullytechnologies.com wrote: If it's a single record then I use an object on the business class just like West-Wind does it. IF oBizObj.Load( PK )  ? oBizObj.oData.Name, oBizObj.oData.PK ENDIF SCATTER NAME and GATHER NAME are two of my

RE: PEM Editor 4 released...

2009-07-07 Thread Matt Jarvis
-Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ajoy Khaund Sent: Tuesday, July 07, 2009 1:53 AM To: profoxt...@leafe.com Subject: Re: PEM Editor 4 released... In the installation notes a screen shot is given what to

Re: How do you hold short term data?

2009-07-07 Thread MB Software Solutions General Account
Stephen Russell wrote: Question is about what do you do your short term storage of data in while working on a form? So you put everything into cursors or do you use arrays, xml makes no sense, or is there another storage that I am forgetting because this is the first cup of coffee? Cursors

Re: How do you hold short term data?

2009-07-07 Thread MB Software Solutions General Account
Stephen Russell wrote: On Tue, Jul 7, 2009 at 9:08 AM, Kevin Cullykcu...@cullytechnologies.com wrote: If it's a single record then I use an object on the business class just like West-Wind does it. IF oBizObj.Load( PK ) ? oBizObj.oData.Name, oBizObj.oData.PK ENDIF SCATTER NAME and GATHER

Re: How do you hold short term data?

2009-07-07 Thread MB Software Solutions General Account
Kevin Cully wrote: If it's a single record then I use an object on the business class just like West-Wind does it. IF oBizObj.Load( PK ) ? oBizObj.oData.Name, oBizObj.oData.PK ENDIF SCATTER NAME and GATHER NAME are two of my favorite commands. Ditto that. Unless I'm dealing with

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 9:43 AM, MB Software Solutions General Accountmbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Stephen Russell wrote: On Tue, Jul 7, 2009 at 9:08 AM, Kevin Cullykcu...@cullytechnologies.com wrote: If it's a single record then I use an object on the business class just

RE: How do you hold short term data?

2009-07-07 Thread Rick Schummer
So you put everything into cursors or do you use arrays, xml makes no sense, or is there another storage that I am forgetting because this is the first cup of coffee? A buffered cursor. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com

RE: PEM Editor 4 released...

2009-07-07 Thread Rick Schummer
In the installation notes a screen shot is given what to click where. A line with a arrow points to the app to be selected. How does one draw a line on top of the image. I want to do that in my help files. I am not sure what tool the PEM Editor documentation team used, but it is something

RE: PEM Editor 4 released...

2009-07-07 Thread Rick Schummer
The RSS feed posts an entry for each saved edit. What you are seeing is people refining their edits so the text in the post is understandable and clear. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -Original Message- From:

Re: How do you hold short term data?

2009-07-07 Thread MB Software Solutions General Account
Stephen Russell wrote: Cursor for a drop down list as well? ID and Text columns are all I am expecting here. For dropdowns, I create a cursor, then use do a SCAN/ENDSCAN with AddItem/AddListItem between. Then I might close the cursor if I'm extra tidy. -- Mike Babcock, MCP MB Software

Re: How do you hold short term data?

2009-07-07 Thread Alan Bourke
I almost always use cursors, readwrite if necessary. I don't see why you would use an array instead of a cursor. Unless I was storing objects, in which case I'd use a collection. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages

Re: How do you hold short term data?

2009-07-07 Thread Peter Cushing
Stephen Russell wrote: Question is about what do you do your short term storage of data in while working on a form? So you put everything into cursors or do you use arrays, xml makes no sense, or is there another storage that I am forgetting because this is the first cup of coffee? I

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 10:22 AM, Peter Cushingpcush...@whisperingsmith.com wrote: Stephen Russell wrote: Question is about what do you do your short term storage of data in while working on a form? So you put everything into cursors or do you use arrays, xml makes no sense, or is there

RE: PEM Editor 4 released...

2009-07-07 Thread Allen
Ah thanks Rick. It is annoying though. Maybe RSS is NOT the way to go Allen -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rick Schummer Sent: 07 July 2009 16:54 To: profoxt...@leafe.com Subject: RE: PEM Editor 4 released... The

RE: How do you hold short term data?

2009-07-07 Thread Allen
May I ask why not arrays ? I would have thought they were quicker than a read write cursor. Allen -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 07 July 2009 17:14 To: profoxt...@leafe.com Subject: Re: How do you

Re: How do you hold short term data?

2009-07-07 Thread Peter Cushing
Stephen Russell wrote: So you use collections for your global vars where they are packaged into a single object and you can ref them by name, right? No not a collection. I'm only on VFP7 and think they came in at 8. I could have a global object and add properties to that but I use

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Philip Borkholder
Great article Mike, Now he's showing how consistent he is with his beliefs and finally having the balls to work with the leaders of Russia to lead by example and reduce this ridiculous, unnecessary stock pile of nukes. Oh, and no, that position is not a leftist position, Henry Kissinger has

RE: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Bob Calco
The idea that the author of that awfully-written article later went on to write Dreams from My Father is patently preposterous. The idea that he is now president is outright horrific. - Bob -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf

RE: How do you hold short term data?

2009-07-07 Thread Dave Crozier
Collections are the thing to use once you get your head around them, but it takes a little time. They are extremely flexible and unlike cursors can be easily passed around. Dave Crozier -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Peter

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 10:40 AM, Peter Cushingpcush...@whisperingsmith.com wrote: I am getting at a list of States in shipping.  Why would you keep hitting the table for the same non changing data 1500 times a day? That's where an array would be better than using a non changing table. It is

Re: How do you hold short term data?

2009-07-07 Thread Peter Cushing
Stephen Russell wrote: On Tue, Jul 7, 2009 at 10:40 AM, Peter Cushingpcush...@whisperingsmith.com wrote: I am getting at a list of States in shipping. Why would you keep hitting the table for the same non changing data 1500 times a day? That's where an array would be better

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Pete Theisen
Bob Calco wrote: The idea that the author of that awfully-written article later went on to write Dreams from My Father is patently preposterous. The idea that he is now president is outright horrific. Hi Bob, The American dream. A kid can be born and grow up in any of the 51 through 57

RE: How do you hold short term data?

2009-07-07 Thread Christof Wollenhaupt
Hi Stephen, I am getting at a list of States in shipping. Why would you keep hitting the table for the same non changing data 1500 times a day? Because you don't in VFP. Tables that haven't changed are chached once you read them. All you end up is a 16 byte read request every 5 seconds which

RE: How do you hold short term data?

2009-07-07 Thread Richard Kaye
Assuming you have a table with states, select columns from states into global array at app startup. rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Peter Cushing Sent: Tuesday, July 07, 2009 12:35 PM To: profoxt...@leafe.com

RE: How do you hold short term data?

2009-07-07 Thread Eurico Chagas Filho
Hi I use temporary views. E. ___ 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 Searchable Archive:

RE: How do you hold short term data?

2009-07-07 Thread Christof Wollenhaupt
Hi Stephen, Question is about what do you do your short term storage of data in while working on a form? I use a mixture of both, depending on the client, the project and my experiences in the past few months. g Cursors have the advantage that they are typed, behave better than objects when

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 11:23 AM, Dave Crozierda...@flexipol.co.uk wrote: Collections are the thing to use once you get your head around them, but it takes a little time. They are extremely flexible and unlike cursors can be easily passed around. ---

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 11:59 AM, Richard Kayerk...@artfact.com wrote: Assuming you have a table with states, select columns from states into global array at app startup. goShipping = container for your shipping standard data. Your FedEx and UPS #s, company shipping address etc. Can you do

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Michael Madigan
How is this priotiry now? The Great Obama depression is in full force and he's giving away the store in Russia? Putin is laughing at this novice. What has Kissinger done that was right? The guy lost the was in Vietnam. That guy is completely overrated.

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Michael Madigan
Sure, like the coloreds will vote for anyone else. These are the same people glorifying a baby rapist. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Tue, 7/7/09, Pete Theisen

Re: How do you hold short term data?

2009-07-07 Thread MB Software Solutions General Account
Stephen Russell wrote: On Tue, Jul 7, 2009 at 11:59 AM, Richard Kayerk...@artfact.com wrote: Assuming you have a table with states, select columns from states into global array at app startup. goShipping = container for your shipping standard data. Your FedEx and UPS #s, company shipping

Re: How do you hold short term data?

2009-07-07 Thread Gene Wirchenko
At 06:57 2009-07-07, Stephen Russell srussell...@gmail.com wrote: Question is about what do you do your short term storage of data in while working on a form? So you put everything into cursors or do you use arrays, xml makes no sense, or is there another storage that I am forgetting because this

RE: How do you hold short term data?

2009-07-07 Thread Richard Kaye
If goShipping.States is an array property, yes. (SELECT INTO... ARRAY goes back a ways...) If it's a collection, you would want to use a scan..endscan loop to populate it from your lookup table. rk -Original Message- From: profoxtech-boun...@leafe.com

Re: [OT] NY Times radical leftist article written by Obama at Columbia

2009-07-07 Thread Pete Theisen
Michael Madigan wrote: Sure, like the coloreds will vote for anyone else. These are the same people glorifying a baby rapist. Hi Michael, We still need to explore the Natural Born idea. There is a guy, David J. Smith, editor of something or other, raising some interesting points to wit:

Re: [OT] How many will die in the Michael Jackson riots on Tuesday?

2009-07-07 Thread Pete Theisen
Michael Madigan wrote: 1.6 million tickets requested 8700 tickets distributed 100,000 people in the streets ready to riot Priceless. Hi Michael, Peaceful, no little boys molested. http://hosted.ap.org/dynamic/stories/U/US_MICHAEL_JACKSON?SITE=FLTAMSECTION=HOME -- Regards, Pete

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 12:42 PM, MB Software Solutions General Accountmbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Stephen Russell wrote: On Tue, Jul 7, 2009 at 11:59 AM, Richard Kayerk...@artfact.com wrote: Assuming you have a table with states, select columns from states into global

Re: How do you hold short term data?

2009-07-07 Thread Stephen Russell
On Tue, Jul 7, 2009 at 1:53 PM, Richard Kayerk...@artfact.com wrote: If goShipping.States is an array property, yes. (SELECT INTO... ARRAY goes back a ways...) If it's a collection, you would want to use a scan..endscan loop to populate it from your lookup table. --

RE: How do you hold short term data?

2009-07-07 Thread Richard Kaye
I believe you can store anything you want in a collection object including other collections. There is an example in the New in VFP 8 book that populates a collection object with states... rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com]

[NF] what type of laptop do uber geeks use.

2009-07-07 Thread Stephen Russell
http://channel9.msdn.com/posts/Glucose/Hanselminutes-on-9-Inside-Secret-Microsoft-Meeting-Rooms-What-Laptop-do-Alpha-Geeks-Use/ -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor Memphis TN 901.246-0159

RE: [NF] what type of laptop do uber geeks use.

2009-07-07 Thread Richard Kaye
Not that I would put myself in the MS ubergeek category but I just bought my first Mac - 15 MacBook Pro. What a beautifully designed system... And great OOBE... rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell

[OT] To risky for turkey?

2009-07-07 Thread Stephen Russell
http://tinyurl.com/npmsdz -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor Memphis TN 901.246-0159 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

[OT] The Geography of Jobs

2009-07-07 Thread Ed Leafe
No, not Steve Jobs - actual jobs. This is a cool visualization that demonstrates job gains/losses in the USA over the last few years. http://tipstrategies.com/archive/geography-of-jobs/ -- Ed Leafe ___ Post Messages to: ProFox@leafe.com

Re: [OT] The Geography of Jobs

2009-07-07 Thread Michael Madigan
Notice how all the losses are in Blue States where failed democrat policies have destroyed the job market. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Tue, 7/7/09, Ed Leafe e...@leafe.com wrote:

Re: [NF] what type of laptop do uber geeks use.

2009-07-07 Thread Ted Roche
On Tue, Jul 7, 2009 at 5:12 PM, Richard Kayerk...@artfact.com wrote: Not that I would put myself in the MS ubergeek category but I just bought my first Mac - 15 MacBook Pro. What a beautifully designed system... And great OOBE... Depends on the community. In the rails community, MacBookPro

Re: [NF] what type of laptop do uber geeks use.

2009-07-07 Thread Jeff Johnson
Why is it necessary to install Microsoft Silverlight in order to view a video? I use an HP TX1000 with Ubuntu 9.04. Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. 623-582-0323 Fax 623-869-0675 Richard Kaye wrote: Not that I would put myself in the MS ubergeek category but I just bought my

Re: [NF] what type of laptop do uber geeks use.

2009-07-07 Thread Jeff Johnson
Answered my own question. I'm running Firefox. Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. 623-582-0323 Fax 623-869-0675 Jeff Johnson wrote: Why is it necessary to install Microsoft Silverlight in order to view a video? I use an HP TX1000 with Ubuntu 9.04.

Re: PEM Editor 4 released...

2009-07-07 Thread Ajoy Khaund
Thanks Matt Rick. Regards Ajoy Khaund Neamati Road Near Bhogdoi Bridge Jorhat 785001-21 Assam, India Tel: 91-376-2351288 Cell: 91-94350-92287 Mail: akha...@hotmail.com Mail: akha...@gmail.com Walking on water and developing software from a specification are easy if both are frozen. - Edward

menus

2009-07-07 Thread Allen
Hi gang VFP9SP1. In use in Taiwan. One laptop is showing dots instead of ticks for the menu items. I would think it's either video display or settings in windows. Anyone have a clue Al ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: