RE: msoutl32.ocx

2012-07-31 Thread Dave Crozier
That activex is a Microsoft Outline active-x http://www.ocxme.com/ocx/files/msoutl32_ocx.html Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Jean MAURICE Sent: 30 July 2012 19:37 To: ProFox Email List Subject: msoutl32.ocx I am

RE: msoutl32.ocx

2012-07-31 Thread Dave Crozier
Don't forget to regsvr32 it Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 31 July 2012 10:02 To: ProFox Email List Subject: RE: msoutl32.ocx That activex is a Microsoft Outline active-x

[OT] KULULA airlines

2012-07-31 Thread Jean Laeremans
Kulula is an Airline with head office situated in Johannesburg . Kulula airline attendants make an effort to make the in-flight safety lecture and announcements a bit more entertaining. Here are some real examples that have been heard or reported: On a Kulula flight, (there is no assigned

Can click() method code be deleted?

2012-07-31 Thread Vincent Teachout
I have code in a grid header click() that indexes a cursor. the cursor doesn't exist until it's created by the page activate() method. (called there because other pages can change one of the underlying parameters. The first time I view the page, the headers work perfectly. If the page

Re: [OT] KULULA airlines

2012-07-31 Thread Eurico Chagas Filho
Merci Jean, I had good laughs. E. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Can click() method code be deleted?

2012-07-31 Thread Tracy Pearson
Vincent Teachout tea...@taconic.net wrote: I have code in a grid header click() that indexes a cursor. the cursor doesn't exist until it's created by the page activate() method. (called there because other pages can change one of the underlying parameters. The first time I view the page, the

Re: [OT] KULULA airlines

2012-07-31 Thread Ed Leafe
On Jul 31, 2012, at 5:51 AM, Jean Laeremans wrote: Kulula is an Airline with head office situated in Johannesburg . Kulula airline attendants make an effort to make the in-flight safety lecture and announcements a bit more entertaining. Interesting - this sounds identical to the jokes

RE: Can click() method code be deleted?

2012-07-31 Thread Dave Crozier
Vince, Try setting the RecordSource to space not Empty String Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Vincent Teachout Sent: 31 July 2012 12:41 To: ProFox Email List Subject: Can click() method code be deleted? I have

Re: Can click() method code be deleted?

2012-07-31 Thread Vincent Teachout
Dave Crozier wrote: Vince, Try setting the RecordSource to space not Empty String I tried, but that didn't work. Thanks though. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free

Re: Can click() method code be deleted?

2012-07-31 Thread Vincent Teachout
Tracy Pearson wrote: It is the old behavior of the cursor being recreated after it is set. It destroys all the objects in the grid. It is better to create a blank cursor on the form load event. The select into a cursor which you will append from. Append from dbf(selectresults) I was

RE: Can click() method code be deleted?

2012-07-31 Thread Tracy Pearson
Vincent Teachout wrote on 2012-07-31: Tracy Pearson wrote: It is the old behavior of the cursor being recreated after it is set. It destroys all the objects in the grid. It is better to create a blank cursor on the form load event. The select into a cursor which you will append from.

Re: Can click() method code be deleted?

2012-07-31 Thread Vincent Teachout
Tracy Pearson wrote: Vincent, You could probably get away with adding code similar to this in the Activate event. IF select(GrdCursor) 0 Select GrdCursor Append From SelectResults Else Select * from SelectResults into cursor GrdCursor ReadWrite endif USE IN

RE: Can click() method code be deleted?

2012-07-31 Thread Tracy Pearson
Vincent Teachout wrote on 2012-07-31: Tracy Pearson wrote: Vincent, You could probably get away with adding code similar to this in the Activate event. IF select(GrdCursor) 0 Select GrdCursor Append From SelectResults Else Select * from SelectResults into cursor

Re: Can click() method code be deleted?

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 11:33 AM, Tracy Pearson wrote: Vincent Teachout wrote on 2012-07-31: Tracy Pearson wrote: Vincent, You could probably get away with adding code similar to this in the Activate event. IF select(GrdCursor) 0 Select GrdCursor Append From SelectResults Else

Getting the My Documents folder

2012-07-31 Thread MB Software Solutions, LLC
VFP9SP2 I had this code in an older program: *** mjb 03/03/2010 - changed for Vista and beyond IF VAL(SUBSTR(OS(),9,1)) = 6 THEN Vista doesn't use My lcDir = lcDrive + ADDBS(GETENV(HOMEPATH)) + Documents\MyApp2009\ ELSE XP and below use My lcDir = lcDrive + ADDBS(GETENV(HOMEPATH)) + My

Re: Can click() method code be deleted?

2012-07-31 Thread Vincent Teachout
MB Software Solutions, LLC wrote: Tracy Pearson wrote: Vincent, I noticed that I didn't include to ZAP the existing grid cursor. Just make sure you use disconnected cursors and NOT UPDATABLE VIEWS. (Been there, done that, had some support calls!) Even I would have figured those two

Re: Getting the My Documents folder

2012-07-31 Thread Andrew Stirling
You could try these http://www.hexcentral.com/articles/foxpro-folders.htm http://doughennig.blogspot.co.uk/2007/01/finding-paths-for-special-folders.html Kind regards Andrew Stirling 01250 874580 supp...@calcpay.co.uk http://www.calcpay.co.uk HMRC Accredited since 12/01/2004 On 31/07/2012

RE: Getting the My Documents folder

2012-07-31 Thread Richard Kaye
Here's something we've been using for a while that uses the Windows API. Don't know where we pinched it from or if it's better... FUNCTION GetSpecialFolderLocation(m.nFolderID AS Integer, m.lCreateNew AS Boolean) * Some common folder ids (refer to SHGetFolderPath in MSDN) #DEFINE CSIDL_PERSONAL

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
I'd post this over on the Google Group for Thor. That's where Jim Nelson tends to hang out. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Tuesday, July 31, 2012 1:25 PM To:

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
Maybe. There are GGs for Thor GoFish that I tend to monitor more than the VFPX forums. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Tuesday, July 31, 2012 1:41 PM To:

Re: PEM Code Editor version 7.11 bug

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 1:43 PM, Richard Kaye wrote: Maybe. There are GGs for Thor GoFish that I tend to monitor more than the VFPX forums. Does that mean you use Thor and GoFish? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
Yes. Mostly PEMEditor and GF as far as regular use is concerned. Some of the Thor stuff is also useful and I often poke around in it to see what I can take advantage of. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB

Re: [OT] amped up coffee

2012-07-31 Thread Lew Schwartz
Just ordered the sample size. Stay tuned. On Wed, Jul 25, 2012 at 9:43 AM, Stephen Russell srussell...@gmail.comwrote: http://www.deathwishcoffee.com/index.html Maybe I'll give it a try. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell [excessive

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
Really depends on the number of users. We moved several VFP apps to the cloud with about 125-150 users. Not quite sure how many servers that's spread across on the cloud, but I think it's at least 6 servers (4 for user logins and 2 for data). Everything accessed from RDP (remote desktop). Fred

Re: Any one put an app in a cloud?

2012-07-31 Thread Lew Schwartz
If the cloud is mounted as a drive can you skip the RDP? -Lew Schwartz On Jul 31, 2012 4:50 PM, Fred Taylor fbtay...@gmail.com wrote: Really depends on the number of users. We moved several VFP apps to the cloud with about 125-150 users. Not quite sure how many servers that's spread across

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
Not with our setup we can't. Once we RDP into the cloud, we can access the local computer's resources if need be, including internal network drives, but it is S L O W. Access on the cloud resources is very fast, just the local access is slow. Fred On Tue, Jul 31, 2012 at 1:58 PM, Lew Schwartz

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
I don't see where that should be much of a problem then. It took several weeks for things to work smoothly for ours, but it seems to work pretty well now. I know our hardware guy spent a lot of time on the phone with the cloud techies before things worked correctly, though, especially for the

Re: Any one put an app in a cloud?

2012-07-31 Thread Lew Schwartz
This'll be a very generic cloud: either Google or Amazon. On Tue, Jul 31, 2012 at 5:12 PM, Fred Taylor fbtay...@gmail.com wrote: I don't see where that should be much of a problem then. It took several weeks for things to work smoothly for ours, but it seems to work pretty well now. I know

Re: Any one put an app in a cloud?

2012-07-31 Thread Ed Leafe
On Jul 31, 2012, at 4:14 PM, Lew Schwartz wrote: This'll be a very generic cloud: either Google or Amazon. ...or Rackspace. ;-) -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Any one put an app in a cloud?

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 4:50 PM, Fred Taylor wrote: Really depends on the number of users. We moved several VFP apps to the cloud with about 125-150 users. Not quite sure how many servers that's spread across on the cloud, but I think it's at least 6 servers (4 for user logins and 2 for data).

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
Not so that it's noticeable. We had a sever problem with generating/printing large reports early on (10-1 slower) but I'm pretty sure that's not as big a problem as it used to be. At least I don't hear the complaints as often, anyways. ;) The printing was local, and what was a 3 minute

Re: Any one put an app in a cloud?

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 5:37 PM, Lew Schwartz wrote: So, to be clear, has anyone simply mounted the drive ( or used the vendor's mounting routine) and run both app and data as though it were a local drive letter? Lew, Do you mean the Foxpro tables (is that what you're using on the backend?) are on that

Re: Any one put an app in a cloud?

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 5:38 PM, Fred Taylor wrote: Not so that it's noticeable. We had a sever problem with generating/printing large reports early on (10-1 slower) but I'm pretty sure that's not as big a problem as it used to be. At least I don't hear the complaints as often, anyways. ;) The

Re: Any one put an app in a cloud?

2012-07-31 Thread M Jarvis
On Tue, Jul 31, 2012 at 1:41 PM, Lew Schwartz lew1...@gmail.com wrote: I have a potential client who will need to move app and data to a cloud service. Does anyone have some experience or observations to share on this kind of thing? Lew- looks like 'cloud' means different things to different

Re: Any one put an app in a cloud?

2012-07-31 Thread Lew Schwartz
Yes, VFP all the way. I agree with the sucky assessment, I just need to know if it'd work. This is a single user/owner start up. Fancy stuff down the pike when she can afford it. They'll probably be a timeout issue at public access points; I'm guessing that already. On Tue, Jul 31, 2012 at 5:42

Re: Any one put an app in a cloud?

2012-07-31 Thread MB Software Solutions, LLC
On 7/31/2012 5:49 PM, M Jarvis wrote: Like MB said, I suspect performance will be lacking... perhaps the EXE running local w/ data on the cloud would be acceptable, especially if it's just a single user app like you described... I can hear Steve Russell now. Dot Net Cloud Service! g --

Re: Any one put an app in a cloud?

2012-07-31 Thread Lew Schwartz
Hadn't though of dropbox, but it's an idea. On Tue, Jul 31, 2012 at 5:49 PM, M Jarvis brewda...@gmail.com wrote: On Tue, Jul 31, 2012 at 1:41 PM, Lew Schwartz lew1...@gmail.com wrote: I have a potential client who will need to move app and data to a cloud service. Does anyone have some

Re: Any one put an app in a cloud?

2012-07-31 Thread Lew Schwartz
Doesn't MS already have an offering in place? On Tue, Jul 31, 2012 at 5:51 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 7/31/2012 5:49 PM, M Jarvis wrote: Like MB said, I suspect performance will be lacking... perhaps the EXE running local w/ data on

Re: Any one put an app in a cloud?

2012-07-31 Thread M Jarvis
On Tue, Jul 31, 2012 at 2:52 PM, Lew Schwartz lew1...@gmail.com wrote: Hadn't though of dropbox, but it's an idea. Actually, I think I was wrong about DropBox being true 'cloud'... My files are stored locally on my machine, and synced to the DropBox server so they are accessible from

Re: Any one put an app in a cloud?

2012-07-31 Thread Stephen Russell
On Tue, Jul 31, 2012 at 4:51 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 7/31/2012 5:49 PM, M Jarvis wrote: Like MB said, I suspect performance will be lacking... perhaps the EXE running local w/ data on the cloud would be acceptable, especially if it's

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
I'm really not sure what's actually on the backend for the cloud. (not Rackspace cloud). All I know is everyone logs into a central server and is balanced out to an actual server. Each server is Windows 2008/R2 server OS (12GB ram), but I don't know if it's virtual or otherwise. Certain people

Re: Any one put an app in a cloud?

2012-07-31 Thread Stephen Russell
On Tue, Jul 31, 2012 at 4:49 PM, M Jarvis brewda...@gmail.com wrote: On Tue, Jul 31, 2012 at 1:41 PM, Lew Schwartz lew1...@gmail.com wrote: I have a potential client who will need to move app and data to a cloud service. Does anyone have some experience or observations to share on this kind of

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
I think you're talking something more like www.livedrive.com. Fred On Tue, Jul 31, 2012 at 1:58 PM, Lew Schwartz lew1...@gmail.com wrote: If the cloud is mounted as a drive can you skip the RDP? -Lew Schwartz On Jul 31, 2012 4:50 PM, Fred Taylor fbtay...@gmail.com wrote: Really depends

Re: Any one put an app in a cloud?

2012-07-31 Thread Fred Taylor
Our VFP data is on a server within the cloud space. The user apps are spread across multiple servers, but the data is all in one place so SELECT * FROM table certainly does work and is multi-user as normal. Fred On Tue, Jul 31, 2012 at 3:00 PM, Stephen Russell srussell...@gmail.comwrote: On

Re: Any one put an app in a cloud?

2012-07-31 Thread kamcginnis
We have clients using our VFP9 SP2 app in the cloud with RDP access. In fact, our company uses a modified version of our software for some of our bookkeeping and tracking clients. It works very well. My only regret is that we did not do it long ago. I am pretty sure we do not have any

Re: Client manager oops! That'd be Contact Manager...

2012-07-31 Thread Lew Schwartz
duh On Tue, Jul 31, 2012 at 6:19 PM, Lew Schwartz lew1...@gmail.com wrote: Did we or one of us ever offer a VFP coded client manager ... probably 10 -15 years ago? -- -Lew Schwartz --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept)