RE: Version that changed the database?

2011-05-30 Thread Rick Schummer
 I don't know of any reason his VFP6 app wouldn't run just fine on VFP9.

In general I would agree, but having done a fair number of these I don't see 
this as an automatic. There are lots of
reasons a VFP 6 app won't run the same or without new errors under VFP 9:

1) SQL engine changes (see SET ENGINEBEHAVIOR).
2) Report rendering because of GDI+ causes truncation and overflow (see SET 
REPORTBEHAVIOR).
3) Integration of Fox Foundation Classes (FFC) and example code.
4) Different behaving VFP functions (array functions are biggest issues in my 
experience, especially AFIELDS()).
5) New runtimes to deliver, might not be trivial depending on the seats you 
deliver and how you deploy changes.

I would give it a try, but a full system test is recommended. 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00cc01cc1ee5$b7e47ad0$27ad7070$@whitelightcomputing.com
** 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.


RE: Themed controls from VFPX -- anyone using them?

2011-06-07 Thread Rick Schummer
 Not really easy, but I guess the help is better now. My problem was that the 
 controls became out of date by the time
I rolled anything out.

You must have been working with the ThemedControls while they were in full 
stride development. I did too and that has
settled down now. Controls work well and are very nice in an app.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/017401cc2549$c155ae80$44010b80$@whitelightcomputing.com
** 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.


RE: Themed controls from VFPX -- anyone using them?

2011-06-07 Thread Rick Schummer
The ThemedControls have been covered in FoxRockX in a series of articles on 
VFPX. Subscription is less than $100
annually for electronic edition, and full set of past articles. Many sessions 
at SWFox at the last few Southwest Fox
Conferences. {g}

Ribbon control in particular is not fully implemented. Emerson recommended the 
ribbon control I am about to point you
to.

If you need a ribbon control I can recommend this one: http://www.arg.kirov.ru/

Documentation is a little sketchy, but it works great and looks nice and modern.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of MB Software Solutions, LLC
Sent: Monday, June 06, 2011 11:58
To: profoxt...@leafe.com
Subject: Themed controls from VFPX -- anyone using them?

Hi,

Was hoping to connect with anyone actually using the VFPX Themed Controls, 
specifically the Ribbon class.

Please email me if so.  Thanks!
--Mike

--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/017501cc2549$c18e4ab0$44aae010$@whitelightcomputing.com
** 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.


RE: Tip/code for fixing SetMemory issue on Vista/Win7 boxes where memory 2GB

2011-06-09 Thread Rick Schummer
 Add this code to prevent it from going over 2GB:

Sure you need an upper limit, but this should be for low memory machines, not 
heavy duty workstations.

Mac Rubel proved many years ago (and written up in FoxPro Advisor Magazine) 
through extensive testing that using more
memory is not better. You have to find the sweet spot, which can differ from 
app to app. I have found somewhere between
128MB and 256MB is a sweet spot for us if it is available. Grabbing all the 
memory flat out makes no sense to me no
matter what the version of the OS, and how much memory is on the machine.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00e201cc26da$13484090$39d8c1b0$@whitelightcomputing.com
** 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.


RE: [NF] CoffeeScript as a high level alternative to programming in Javascript

2011-06-12 Thread Rick Schummer
 Well, I think Javascript can't be thought of as a mere scripting language 
 any more, in fact the way Microsoft are
going you might see
HTMl5 and Javascript being brought forward and Silverlight etc quietly getting 
shoved aside.

The Microsoft message on HTML5/Javascript vs. Silverlight is more confusing 
than anything I have seen come out of
Microsoft's Developer Division in the last decade. I also believe this is 
purposely being done as well, and not a right
hand not knowing what the left hand is doing. What Microsoft does not get 
though is this approach is driving developers
away. Without developers their platforms are doomed.

Most people understand the key is to learn from mistakes. Unfortunately, 
Microsoft seems to be focused on repeating
them.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003901cc2925$994ef880$cbece980$@whitelightcomputing.com
** 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.


RE: [NF] CoffeeScript as a high level alternative to programming in Javascript

2011-06-13 Thread Rick Schummer
 I think they are more sinister than just reactionary. They embrace, 
 absorb/assimilate and overcome. Usually by their
2rd iteration they have it down to a usable product and because of the size of 
their crowd, they become the market. That
doesn't really bother me, it's just all the turbulence that they and other 
vendors bring.

You are generous with your 2nd iteration. I always feel it takes Microsoft 
three tries to get things right.

As for the turbulence you mention, it not only affects the other vendors 
(sometimes positive, sometimes negative), but
it is putting consulting and IT shops in a bad position, and in the case of 
more than a few, out of business. I have
seen several consulting companies buy in 100% to some strategy and watched 
Microsoft throw it away. In the process the
consulting company goes through bankruptcy because of the investment. Sad as 
this might be, this is something I believe
the heads in Redmond never consider and do not care about. On the flip side, 
the people in the trenches at Microsoft who
have formed the relationships with the community do care. Two sides of the 
beast.

This is one reason I refuse to allow my company to be focused on only one 
customer, and why I refuse to invest into one
future technology from one vendor.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004801cc29f3$d67a6900$836f3b00$@whitelightcomputing.com
** 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.


RE: Want grid to stay in middle of page when resizing

2011-06-13 Thread Rick Schummer
Mike,

 I have a grid on a page in a pageframe.  Pageframe has anchor property set 
 to 15 (width and height resizable).  Can
this be done for the via the Anchor property or must I use custom code?  I 
thought I'd tried many Anchor values but
without success.

Have you tried the Anchor Builder? This helps you build the Anchor property 
visually and has numerous common setting
choices.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002801cc2a11$683842f0$38a8c8d0$@whitelightcomputing.com
** 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.


RE: [NF] CoffeeScript as a high level alternative to programming in Javascript

2011-06-13 Thread Rick Schummer
 More panic on the forums from Silverlight and WPF developers:

Most developers hit the state of panic last year when Microsoft had no 
Silverlight at PDC. Strange that it popped up all
over again, which is why I believe this is intentional. This story has all 
sorts of history repeating itself. g

Different year, different tool/platform. Humorous if people's livelihood were 
not at stake.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003001cc2a11$f7304c50$e590e4f0$@whitelightcomputing.com
** 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.


RE: Web Development

2011-06-14 Thread Rick Schummer
 Sure but it's cheap and easy to do.

Why bring up the business model argument into the equation? Don't you know you 
have to be cutting/bleeding edge all the
time to bring value to the customer? g

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00d901cc2ae6$3e689df0$bb39d9d0$@whitelightcomputing.com
** 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.


RE: [NF] Android Synching with Outlook 2003

2011-06-18 Thread Rick Schummer
How can I synch my PC's Outlook with Android Platform:

http://www.pcmag.com/article2/0,2817,2382337,00.asp

Or shortened:

http://is.gd/U7ZJzl


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008501cc2dbc$95169b10$bf43d130$@whitelightcomputing.com
** 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.


RE: Run VFP .exe as a Scheduled Task

2011-06-18 Thread Rick Schummer
Now, however, is seems that the task won't run when the user is NOT logged 
in.

We solved this problem by writing a Windows service and have the service check 
the time and run the VFP app. Works
great.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00b101cc2e35$31f0c9b0$95d25d10$@whitelightcomputing.com
** 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.


RE: Run VFP .exe as a Scheduled Task

2011-06-19 Thread Rick Schummer
That sounds good.  What was it written in?

C#, but language does not matter really, however .NET made this dead nut simple.


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002101cc2eeb$349935b0$9dcba110$@whitelightcomputing.com
** 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.


RE: [NF] Android Synching with Outlook 2003

2011-06-21 Thread Rick Schummer
 Does the Manager Synch the PC's Outlook Notes 2003?

According to the pictures on the product Web site, no.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/009501cc3049$80f9c460$82ed4d20$@whitelightcomputing.com
** 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.


RE: [NF] Firefox 5.0 gone black?

2011-06-22 Thread Rick Schummer
 I've always had to reboot Windows way too often, no matter what 
 application(s) I'm using heavily. This is still the
case with Windows 7.

I must be one of the lucky ones or live a clean lifestyle. I reboot my Windows 
7 Pro machine maybe once a month, maybe
once every six weeks. My Vista box is the same stability.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005401cc30f4$41cc8e20$c565aa60$@whitelightcomputing.com
** 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.


RE: [NF] Firefox 5.0 gone black?

2011-06-22 Thread Rick Schummer
 The only other times it's been rebooted was when I've had to move my 
 cube/office to a new location.

Even when I move my laptop to visit a customer or go away for the weekend, I 
hibernate it. I hibernate because I don't
want to restart all the apps and get things rolling again when I turn the 
laptop back on. The rebooting time for Windows
7 on my 6-month old computer is really fast, maybe just as fast as coming out 
of hibernation. Nothing like the old days
when you could take a 5 minute break waiting for the login screen. The only 
problem with hibernation is the 8GB
hibernation file. g

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Fred Taylor
Sent: Wednesday, June 22, 2011 12:43
To: profoxt...@leafe.com
Subject: Re: [NF] Firefox 5.0 gone black?

Even my XP box at work has only needed to be rebooted for Windows Updates.
 The only other times it's been rebooted was when I've had to move my 
cube/office to a new location.

Fred


On Wed, Jun 22, 2011 at 8:51 AM, Rick Schummer  
pro...@whitelightcomputing.com wrote:

  I've always had to reboot Windows way too often, no matter what
 application(s) I'm using heavily. This is still the case with Windows 
 7.

 I must be one of the lucky ones or live a clean lifestyle. I reboot my 
 Windows 7 Pro machine maybe once a month, maybe once every six weeks. 
 My Vista box is the same stability.

 Rick
 White Light Computing, Inc.

 www.whitelightcomputing.com
 www.swfox.net
 www.rickschummer.com



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/007601cc3100$04827000$0d875000$@whitelightcomputing.com
** 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.


RE: [NF] Firefox 5.0 gone black?

2011-06-22 Thread Rick Schummer
 And you're choosing hibernation over StandBy because StandBy still uses 
 power?

Yes, I prefer a full battery when I arrive at a customer site.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00bc01cc310e$281dda50$78598ef0$@whitelightcomputing.com
** 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.


RE: [NF] Questions on migrating VFP app

2011-06-22 Thread Rick Schummer
 We are planning on a long term conversion, with our goal being to have the 
 entire application suite converted by the
2015.

While it is always great to get a customer with a long-term new project, I no 
longer look at them as a complete
blessing.

By 2015 Microsoft will introduce at least two or three technologies and have 
deprecated those and three others. I only
wish I was making this stuff up. Unfortunately anything you pick today will be 
different by 2015 as four years is an
eternity in our industry. The tools and languages you pick today will either be 
too mature to keep people's interest, or
on the way to being too mature to keep their interest. I have talked with many 
.NET developers are already getting bored
and many of them are looking toward Ruby as the new cool thing of late. Will 
Ruby keep their interest until 2015? I
don't know. Developers had a tendency toward having ADD.

Interestingly, recent public reports shows Microsoft has embraced JavaScript 
and HTML5 as their new development platform
of choice for Windows 8. I am personally shocked by this decision since they 
have no control over either, and anyone who
develops with them can do it without the need for Windows for development or 
deployment. Most developers are not going
to program to Internet Explorer extensions these days when IE has lost the lead 
in market share. And lots of developers
with .NET experience are feeling a *new* stinging sensation of abandonment and 
are questioning their loyalty. So what
advantage does Microsoft have with this new platform? 

Sounds like somebody in the Windows division at Microsoft shot the company in 
the foot without consulting the Developer
division.

We live in interesting times.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/011f01cc3135$6310e0e0$2932a2a0$@whitelightcomputing.com
** 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.


RE: [NF] Questions on migrating VFP app

2011-06-22 Thread Rick Schummer
 My only advice is to be happy with the job!!!

Good advice and probably the most important aspect of why I am doing what I am 
doing. Any misery for me means changes
ahead.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/012601cc313a$a9b72cc0$fd258640$@whitelightcomputing.com
** 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.


RE: VCX Editor

2011-06-24 Thread Rick Schummer
 Beyond the Class Designer-The VCX Editor by Kevin McNeish (FoxTalk Sept 
 2000)

You can get all the back issues and examples and downloads for Fox Talk 
articles if you are a current subscriber to
FoxRockX. dFPUG, owners/publishers of FoxRockX own the rights to all Fox Talk 
articles, with a few exceptions.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000c01cc3281$8d1a9000$a74fb000$@whitelightcomputing.com
** 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.


RE: FPW26 Freezing

2011-06-24 Thread Rick Schummer
 Looks like something I need to implement in a test build to see if I can 
 work out some reports of slow access.

Slow reports is normally related to hard coded printer information with the 
saved printer for the report. VFP is
searching the network for the printer and eventually times out before printing.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00c501cc32c7$e2ccb910$a8662b30$@whitelightcomputing.com
** 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.


Southwest Fox 2011: Deadline reminder

2011-06-28 Thread Rick Schummer
Just a quick reminder that the July 1 deadline for getting a free 
pre-conference session with your registration for
Southwest Fox is just around the corner. After that, each precon you attend is 
$99, as is a second precon when you get
the first one free.

We have a great line-up of half-day pre-conference sessions this year. The 
choices are:

* ASP.NET MVC3 JumpStart by Steve Bodnar
* Boosting Your Client Server Application using Stored Procedures by Menachem 
Bazian
* Fly in the Clouds-Preparing an Application for FoxInCloud by Tuvia Vinitsky
* FoxPro on Your SmartPhone: A Complete Guide to Getting Started by Steve 
Ellenoff

There are still plenty of SuperSaver registrations left, at $645 for the 
conference itself, so for that price, you can
get the whole conference and one of the precons, if you register by July 1.


Registration information (http://www.swfox.net/register.aspx)
Complete list of topics and speakers (http://www.swfox.net/sessions.aspx)

We hope to see you in Gilbert at the end of October.

Rick, Tamar, and Doug




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/014a01cc35e5$8ad8f900$a08aeb00$@whitelightcomputing.com
** 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.


RE: [NF] What's the modern day phpBB forum device?

2011-06-29 Thread Rick Schummer
What's the latest/greatest for creating a simple forum for me to share 
products with customers (most products will be
free) and solicit customer feedback?

StackOverflow.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00ad01cc3681$524b9d30$f6e2d790$@whitelightcomputing.com
** 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.


RE: [NF] What's the modern day phpBB forum device?

2011-06-30 Thread Rick Schummer
 Thanks, but that's not something that easily organized looking.  I'm looking 
 to have categories/sub-forums for each
product and then the consumer can go there and grab the latest release or post 
comments about it.

Different requirement as your original post asked about the latest/greatest 
simple forum. Joel Splosky and Jeff Atwood
set out to change the way forums worked because traditional forums have many 
design flaws. The concepts they introduced
with StackOverflow are being borrowed even by the likes of MSDN forums. So 
obviously they hit a good cord. My favorite
feature is how answers get voted up and marked as the answer. Makes finding the 
solution faster for me, and saves me so
much time not reading entire threads and solves the problem of thread drift, 
which is a big win when you need to get
something out the door.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005001cc3735$fa129d20$ee37d760$@whitelightcomputing.com
** 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.


RE: [NF] What's the modern day phpBB forum device?

2011-06-30 Thread Rick Schummer
 Developed on ASP.Net MVC as well, IIRC.

Correct, with SQL Server as the data store. Joel and Jeff talk about the design 
and implementation on their
StackOverflow Podcast in the early days. It is interesting listening to other 
developers talk about the struggles and
successes.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004f01cc3735$f9db3970$ed91ac50$@whitelightcomputing.com
** 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.


RE: Slider

2011-06-30 Thread Rick Schummer
 on the code pages. the up/down slider is a mess. Even if you just click on 
 it , it moves up a bit.

I have found this problem with larger fonts (14 point) in the editor. If I 
shift the fonts down to 8/9 point range the
problem goes away.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Allen
Sent: Thursday, June 30, 2011 07:56
To: profoxt...@leafe.com
Subject: Re: Slider

on the code pages. the up/down slider is a mess. Even if you just click on it , 
it moves up a bit.
Al

-Original Message-
From: Tracy Pearson
Sent: Thursday, June 30, 2011 12:38 PM
To: profoxt...@leafe.com
Subject: Re: Slider

Do you mean the scroll bar on the project? 


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005101cc3735$fa4c98e0$eee5caa0$@whitelightcomputing.com
** 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.


RE: Can't Find Report Error

2011-07-03 Thread Rick Schummer
I normally find this problem related to unexpected cursor in the report's data 
environment, or wrong cursor in current
workarea.

Best way to debug reports is to SET STEP ON just before the REPORT FORM 
command. Open up the report in the Report
Designer, and click preview button on toolbar. All errors are displayed and if 
the expression is bad it will open in the
expression editor.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Jeff Johnson
Sent: Friday, July 01, 2011 06:43
To: profoxt...@leafe.com
Subject: Can't Find Report Error

I have a report that is not printing.  Usually I open the tables and run the 
report form in the command window and it
will show an error.  
Usually Variable not found or something like that.  I have scoured the frx 
looking for errors and I can't find any.
When I run the report from the command window nothing happens.  It looks like 
it's printing (status
bar) but no output and no error.

I don't believe I've seen this before.  Any ideas?

TIA

--
Jeff

---

Jeff Johnson
j...@san-dc.com
(623) 582-0323

www.san-dc.com


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/019b01cc3996$c7a86000$56f92000$@whitelightcomputing.com
** 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.


Southwest Fox: Ticket Price Changes

2011-07-09 Thread Rick Schummer
Yesterday, we announced a change to the pricing model for Southwest Fox 2011:

http://swfox.net/blog/2011/07/ticket-bucket-ch-ch-changes/

Everyone who registers between now and July 25 will get the Super-Saver rate of 
$645 (a discount of $125 off the full
conference price). To guarantee yourself that price, register on or before July 
25th.

For more information about the conference, check out http://swfox.net.


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com
586.254.2530 - office



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005f01cc3e68$8d111690$a73343b0$@whitelightcomputing.com
** 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.


RE: Help, my debug window will not open

2011-07-14 Thread Rick Schummer
 The resource file is corrupted, most probably. Try deleting it - it will be 
 recreated.

A bit of a drastic move, don't you think? You can delete the debugger records 
in the resource file without trashing it
all. Another way to test is to SET RESOURCE OFF before opening the debugger to 
determine if this really is the problem
or not.

Here is the code I wrote and published in MegaFox: 1002 Things You Wanted to 
Know About Extending VFP, available from
Hentzenwerke.com, or Google's books.

LOCAL lcOldResource
lcOldResource = SYS(2005)

SET RESOURCE OFF
USE (lcOldResource) EXCLUSIVE ALIAS curResource

DELETE ALL FOR id = BPOINTS
DELETE ALL FOR id = DBGFRAMEM
DELETE ALL FOR id = DEBUGFRAME
DELETE ALL FOR id = DEBUGGER
DELETE ALL FOR id = ETRACK
DELETE ALL FOR id = F_DBGWINDOW
DELETE ALL FOR id = WATCHEXPR

PACK

USE IN (SELECT(curResource))

SET RESOURCE ON
SET RESOURCE TO (lcOldResource)


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/012101cc425f$69a4dc00$3cee9400$@whitelightcomputing.com
** 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.


RE: Help, my debug window will not open

2011-07-14 Thread Rick Schummer

 SET RESOURCE ON
 SET RESOURCE TO (lcOldResource)



Shouldn't those last two lines be reversed?

Actually the line is not needed at all.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003e01cc42a6$346ee930$9d4cbb90$@whitelightcomputing.com
** 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.


Southwest Fox 2011

2011-07-22 Thread Rick Schummer
Just a reminder that anyone registering for Southwest Fox by Monday, July 25, 
is eligible for the Super Saver discount
rate of $645. Registering includes entrance to all conference sessions, two 
lunches, one dinner, access to whitepapers
for all regular conference sessions, and much more.
Check out the list of speakers and sessions at 
http://www.swfox.net/speakers.aspx. Full registration information and
access to our registration application at http://www.swfox.net/register.aspx.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com
586.254.2530 - office




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/020701cc4873$a4ef8020$eece8060$@whitelightcomputing.com
** 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.


RE: Southwest Fox 2011

2011-07-24 Thread Rick Schummer
Yes. 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of John Harvey
Sent: Friday, July 22, 2011 05:55
To: profoxt...@leafe.com
Subject: RE: Southwest Fox 2011

Rick,

Do you take Purchase Orders?

John Harvey

-Original Message-
From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of 
Rick Schummer
Sent: Friday, July 22, 2011 8:31 AM
To: profox@leafe.com
Subject: Southwest Fox 2011

Just a reminder that anyone registering for Southwest Fox by Monday, July 25, 
is eligible for the Super Saver discount
rate of $645. Registering includes entrance to all conference sessions, two 
lunches, one dinner, access to whitepapers
for all regular conference sessions, and much more.
Check out the list of speakers and sessions at 
http://www.swfox.net/speakers.aspx. Full registration information and
access to our registration application at http://www.swfox.net/register.aspx.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com
586.254.2530 - office




[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/006401cc4a6b$04f4a600$0eddf200$@whitelightcomputing.com
** 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.


RE: Southwest Fox 2011

2011-07-25 Thread Rick Schummer
 I really hope ppl like me can study the materials offered or otherwise 
 become familiar with the talks given.

Would it be closer for you to travel to Frankfurt, Germany? German DevCon is in 
early November.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003c01cc4ad1$f710dec0$e5329c40$@whitelightcomputing.com
** 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.


RE: [NF] Extra Windows Folders

2011-08-05 Thread Rick Schummer
clean install

FYI, Windows 7 has a Anytime Upgrade which simplifies the whole upgrade 
process. Literally, you enter in a key and the
magic happens. I have done this for several computers and it is a seamless 
and quick process.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/006101cc5380$0d3e2e80$27ba8b80$@whitelightcomputing.com
** 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.


RE: Copyright for vfp code

2011-08-05 Thread Rick Schummer
The problem with hacking the form is that there is no guarantee the method you 
want is in the Methods column. It will
only be there if there is code already in the method.

I would recommend a builder in this case. You would have to open each form and 
right-click, Builder to make it happen,
but it would be faster than manually going through the steps. Here is some 
sample code I did for something similar to
what you want to accomplish. You certainly could use the ReadMethod() to get 
the existing code, tack on your doc to the
beginning and write it out with the WriteMethod(). To register the builder, run 
the SelfRegister() method.



LPARAMETERS tuParameter, tuTwo, tuThree, tuFour, tuFive, ;
tuSix, tuSeven, tuEight, tuNine

IF VARTYPE(tuParameter) = L AND tuParameter = .T.
   SelfRegister()
   RETURN
ENDIF

* Get a reference to the selected object
DIMENSION laObjects[1]
laObjects[1] = .F.

ASELOBJ(laObjects, 1)

IF VARTYPE(laObjects[1]) # L
   * Check that the class or form being run into the builder
   * is the outer most class or form, and not an object 
   * inside a container object. This builder can be run on
   * a command button in the class designer, but not on a
   * command button on a form in the form designer.
   lcTopWindow = LOWER(WONTOP())

   DO CASE
  CASE .scx $ lcTopWindow AND LOWER(laObjects[1].BaseClass) = form
 UpdateDocumentation(laObjects[1])
  CASE .vcx $ lcTopWindow AND LOWER(laObjects[1].Name) $ lcTopWindow
 UpdateDocumentation(laObjects[1])
  OTHERWISE
 * No outer most object selected for builder to run
 MESSAGEBOX(The object selected was not outer most container or class, 
which this builder is designed to work
with., 0 + 16, _screen.Caption)
   ENDCASE
ELSE
   MESSAGEBOX(You ran the builder without selecting an object to build., 0 + 
16, _screen.Caption)
ENDIF

RETURN .T.


***
FUNCTION UpdateDocumentation(toObject)
***

LOCAL lcDocMethod, ;
  lcExistingMethodCode

lcDocMethod  = zzAbout
lcExistingMethodCode = SPACE(0)

IF PEMSTATUS(toObject, lcDocMethod, 5)
   lcExistingMethodCode = toObject.ReadMethod(lcDocMethod)
ENDIF

IF EMPTY(lcExistingMethodCode)
SET TEXTMERGE OFF
TEXT TO lcNewMethodCode NOSHOW

*
*  CLASS NAME: toObject.Name
*
*  AUTHOR: Richard A. Schummer, CMONTH(DATE()) YEAR(DATE())
*
*  COPYRIGHT C YEAR(DATE())  All Rights Reserved.
* Richard A. Schummer
* White Light Computing, Inc.
* 42759 Flis Dr.
* Sterling Heights,  MI  48314
*
* raschum...@whitelightcomputing.com
* http://whitelightcomputing.com
* r...@rickschummer.com
* http://rickschummer.com
*
*  SYSTEM: 
*
*  PROGRAM DESCRIPTION: 
* This LOWER(toObject.BaseClass)
*
*  CALLED BY: 
* 
*
*  INPUT PARAMETERS:
* None
*
*  OUTPUT PARAMETERS:
* None
* 
*  DATABASES ACCESSED: 
* None
* 
*  DEVELOPMENT STANDARDS:
* Version 4.0 compliant
*  
*  TEST INFORMATION:
* None
*   
*  SPECIAL REQUIREMENTS/DEVICES:
* None
*
*  FUTURE ENHANCEMENTS:
* None
*
*  LANGUAGE/VERSION:
* Visual FoxPro VERSION(4) or higher
* 

*
*   C H A N G EL O G
*
*   Date  Dev  Version  Description
* --  ---  ---  
* DATE()  RAS  1.0  Created tool
* --
*


#IF .F.
#ENDIF
ENDTEXT

toObject.WriteMethod(lcDocMethod, TEXTMERGE(lcNewMethodCode), .T.)
ENDIF

ENDFUNC


***
FUNCTION SelfRegister()
***

LOCAL lnOldSelect, ;
  lcBuilderName

lnOldSelect   = SELECT()
lcBuilderName = WLC Object Builder (Doc Header)

USE (HOME()+Wizards\Builder.dbf) AGAIN SHARED ALIAS curRegBuilder IN 0
SELECT curRegBuilder

LOCATE FOR Name = lcBuilderName

IF FOUND()
   * Already registered
   MESSAGEBOX(lcBuilderName +  was already registered with Visual FoxPro v + 
VERSION(4), ;
  0+64, lcBuilderName)
ELSE
   SCATTER MEMVAR MEMO BLANK

   m.Name  = lcBuilderName
   m.Descript  = Applies documentation to a zzReadMe, zzAbout, or other 
specified method to the outer most container
object in the designer.
   m.Type  = ALL
   m.Program   = SYS(16, 0)

   INSERT INTO curRegBuilder FROM MEMVAR

   MESSAGEBOX(lcBuilderName +  has been registered with Visual FoxPro v + 
VERSION(4), ;
  0+64, lcBuilderName)
ENDIF

USE IN (SELECT(curRegBuilder))
RETURN

ENDFUNC

*: EOF :*





Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 

RE: [NF] Extra Windows Folders

2011-08-05 Thread Rick Schummer
 I got each DVD -- WIN7 Pro and WIN7 Ultimate -- for $5.00 each from the 
 University Book Store.

It does not matter how you purchased the license. You only need to enter the 
provided key through the Anytime Upgrade
dialog. It can save you time in the future.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00c801cc53c4$3b2297c0$b167c740$@whitelightcomputing.com
** 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.


RE: visual foxpro 6 to mysql

2011-08-10 Thread Rick Schummer
 One thing I seem to recall people talking about GoDaddy, is that there is a 
 setting to allow for external connections
to the MySQL database.  Something needs to be turned on for that to work, if I 
recall correctly.

Yes, the hosting account has to be on a server that has the ability to Allow 
Direct Database Access. They might have
to move your hosting to another server to get this feature. It could take a 
couple of days to get it moved too.

One other recommendation I have if you are using MySQL databases is to get a 
product like SQLyog Enterprise (~$80). It
is dozens of times better than phpMyAdmin

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/006401cc576d$d9510880$8bf31980$@whitelightcomputing.com
** 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.


RE: Checkbox labels - right aligned

2011-09-22 Thread Rick Schummer
 The checkbox will not stay in the same position on the form after I save the 
 form and reopen.

It is a bug. If you change the checkbox's AutoSize to false the problem goes 
away.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/009601cc797d$dc3f2360$94bd6a20$@whitelightcomputing.com
** 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.


RE: [NF] Default Directory for Pictures in WIN7

2011-10-03 Thread Rick Schummer
 Thank you -- steep learning curve XP -- WIN7

One other thing to adjust too for Windows 7 is the concept of Libraries. In 
this case, the user can include several
pictures folders into one Pictures Library.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/018e01cc8234$57fdc1a0$07f944e0$@whitelightcomputing.com
** 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.


RE: SouthWest Fox 2008 ... code search

2011-10-17 Thread Rick Schummer
 In it he references the code samples for the session he did on this at 
 SouthWest Fox.  Anyone out there attend back
then and want to share the code samples (if they still have them)

I am sure if you email Rick Borup he will consider sharing the examples from 
his white paper. His contact information is
on the same web site where you downloaded his white paper.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/030401cc8cf6$738d8640$5aa892c0$@whitelightcomputing.com
** 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.


RE: VFP 2 MySql

2011-10-18 Thread Rick Schummer
you have to make a connection to an ODBC database and have scripts (select 
statements) to pull data back to VFP.  You
will also need update and insert scripts as well to save data.

Not always true. Once you establish a connection you can make remote views. 
With remote views you USE to open the
cursor, and to update and insert all you need is APPEND BLANK and REPLACE, with 
a common TABLEUPDATE(). VFP builds all
the code to do the update in MySQL behind the scenes. Similar with 
CursorAdapters.

Not everyone lives in the world of SQL Passthrough.

And don't even think about pulling out some performance non-sense. It might 
have been true in the 1990s, but for
standard CRUD operations a lot of the time they are so close humans cannot tell 
the difference.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000e01cc8dfa$57c57300$07505900$@whitelightcomputing.com
** 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.


RE: VFP 2 MySql

2011-10-19 Thread Rick Schummer
 YMMV

Definitely.

I have been using a combination of remote view and SQL Passthrough for the last 
16 years with much success. The problem
with networking a DBC with remote views is not a problem when you copy it 
locally, or compile it in the EXE. The
networking issue by the way is when VFP temporarily locks the DBC when it opens 
a remote view to get a frozen copy of
the view definition. We solved this by copying the remote view DBC to a local 
temp folder. Never a problem after that.
Solved more than a decade ago.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Stephen Russell
Sent: Wednesday, October 19, 2011 09:34
To: profoxt...@leafe.com
Subject: Re: VFP 2 MySql

On Tue, Oct 18, 2011 at 7:59 PM, Rick Schummer pro...@whitelightcomputing.com 
wrote:
you have to make a connection to an ODBC database and have scripts 
(select statements) to pull data back to VFP.  You
 will also need update and insert scripts as well to save data.

 Not always true. Once you establish a connection you can make remote 
 views. With remote views you USE to open the cursor, and to update and 
 insert all you need is APPEND BLANK and REPLACE, with a common TABLEUPDATE(). 
 VFP builds all the code to do the update
in MySQL behind the scenes. Similar with CursorAdapters.

 Not everyone lives in the world of SQL Passthrough.


With the unreliability of the dbc I think you may be playing with fire.  I have 
had a difficult time with ver 7 dbc in a
networking environment.  When I go straight against the rdbms I have no real 
problem.  If new drive letters appear at
the site no issues to my working code.  Move the home of the dbc and you are 
screwed from my recent experience.

YMMV



--
Stephen Russell

901.246-0159 cell

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/001601cc8e77$2a8f0450$7fad0cf0$@whitelightcomputing.com
** 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.


RE: Wish for the VFP Report Writer -- ZOOM in Design mode

2011-10-20 Thread Rick Schummer
Good idea!  I remember seeing Steve Sawyer use that at WhilFest years ago, 
iirc.

Steve likely used something else as ZoomIt from Sysinternals is relatively new 
compared to the number of years it has
been since Steve has spoken at GLGDW. g

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002e01cc8f2b$5178f8f0$f46aead0$@whitelightcomputing.com
** 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.


RE: VFP9 SP2: weird VFPX Desktop Alerts

2011-11-29 Thread Rick Schummer
 Any idea? TIA

I am running Desktop Alerts just fine under Windows 7 Professional 64-bit.

Is it possible the COM object is registered under a different user? 
Administrator access? 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008c01ccaf08$b84ff9f0$28efedd0$@whitelightcomputing.com
** 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.


RE: FoxRockx

2011-11-29 Thread Rick Schummer
FoxRockX

It better be as I wrote an article for the November 2011 issue. I know Rainer 
is a little behind with the issue because
of a family issue and putting on German DevCon. 

http://www.foxrockx.com/seite.htm



Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008d01ccaf09$fad94050$f08bc0f0$@whitelightcomputing.com
** 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.


RE: VFP9 SP2: weird VFPX Desktop Alerts

2011-12-02 Thread Rick Schummer
 can you give me the command you used to register vfpalert.exe? And where 
 vfpalert.exe must be placed to succeed in
this operation?

You need to run the VFPAlerts.exe with the /RegServer parameter. Depending on 
the OS you might have to do this with
Administrator privileges. 

One example to programmatically do it within VFP is here:

http://vfpx.codeplex.com/wikipage?title=DeskTop%20Alerts


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003001ccb0fd$e6fb8700$b4f29500$@whitelightcomputing.com
** 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.


Southwest Fox: Survey for 2012

2011-12-05 Thread Rick Schummer
Southwest Fox 2011 was a great success. Now we're trying to figure out what 
form next year's event will take. You can
help us by answering a few questions about your preferences. Please take the 
survey at
https://www.surveymonkey.com/s/VCCKNDG, so we can include your input.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/013a01ccb39d$db227e50$91677af0$@whitelightcomputing.com
** 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.


RE: Metadata editor

2011-12-07 Thread Rick Schummer
 Is it possible to edit the meta data for jpg's, tiff's etc... in VFP? Has 
 anyone done it?

I think you can use VFPX's GDIPlusX to address this problem.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/011001ccb539$96ce2f40$c46a8dc0$@whitelightcomputing.com
** 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.


RE: Craig Boyd's VFPConnection classes

2011-12-07 Thread Rick Schummer
 So...I'd like to talk with someone who's using it successfully if possible.

I use it for specific tasks of uploading to FTP site, and downloading/uploading 
HTML files to a Web server.

File date I have is 05-Dec-2008

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/011201ccb53b$c3a65ea0$4af31be0$@whitelightcomputing.com
** 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.


RE: [NF] Google Chrome to kill off Firefox?

2011-12-07 Thread Rick Schummer
 Does Chrome have a version of AdBlock?

Yes. Absolutely great surfing the web without a bunch of nonsense.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/011301ccb53b$f6e236e0$e4a6a4a0$@whitelightcomputing.com
** 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.


RE: Problems Using VFP Beautify...

2011-12-10 Thread Rick Schummer
Also take a look at BeautifyX from the VFPX project on Codeplex.  Has some 
good options that extends Beautify.

Just to clarify a bit, BeautifyX is part of Thor and PEM Editor, so don't look 
for it as an independent project.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002f01ccb77f$af2774f0$0d765ed0$@whitelightcomputing.com
** 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.


RE: VFP and default settings

2011-12-13 Thread Rick Schummer
 set default to lcDefdir

How about:

CD (lcDefdir)


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008e01ccb9e4$78011280$68033780$@whitelightcomputing.com
** 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.


RE: Search and replace special effect and fontbold properties

2011-12-14 Thread Rick Schummer
 On that note, I'll throw a reminder about Rick Schummer's HackCX tool

Thanks for the plug Mike, but in this case, it makes a lot of sense to take the 
route Dave is recommending since there
is so much work to do.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00ee01ccba9b$57027da0$050778e0$@whitelightcomputing.com
** 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.


RE: foreward from Les Pinter's upcoming book

2011-12-21 Thread Rick Schummer
 I really enjoyed reading it.  You might too.

Interesting read, but I emailed Les about a fact problem. He mentioned Charles 
Simonyi was a space tourist who launched
to the Mir space station. Charles actually visited the International Space 
Station twice, not Mir. Mir was deorbited 6
years before Simonyi became a space tourist.

Honest goof up most people would not recognize, but as a space geek I had to 
send in the correction. g

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/011b01ccc02c$ef0d44e0$cd27cea0$@whitelightcomputing.com
** 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.


RE: foreward from Les Pinter's upcoming book

2011-12-21 Thread Rick Schummer
 The ISS...

Yes, exactly as I mentioned in my original post. gdr fMB

BTW, Les appreciated the correction.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/012701ccc047$d485c7d0$7d915770$@whitelightcomputing.com
** 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.


RE: VFP9 64bit SQL Server

2012-01-05 Thread Rick Schummer
 I understand that VFP9 will run fine on it, but I have read of problems 
 working with the 64 bit SQL Server tables.

The biggest problem is making sure that you use the 32-bit driver. Most often 
the problem is noticed when someone sets
up a DSN in the ODBC Manager, which is 64-bit. The VFP app cannot see the DSN 
because it is looking in the 32-bit
registry entries. In this case you have to make sure to use the 32-bit ODBC 
Manager.

As for using the database, once the connection is made it works fine. I have 
64-bit machine and it is running SQL Server
2008 R2 and VFP accesses it all day long.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00ca0126$f15ed7d0$d41c8770$@whitelightcomputing.com
** 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.


RE: VFP + Windows 7

2012-02-11 Thread Rick Schummer
Mike,

 Usually it's an issue with running reports in VFPlots of data flowing 
 back and forth between server and
workstation...more than 10 seconds elapses and the dreaded Not Responding is 
displayed.

Maybe you should consider one of the multi-threaded techniques like:

1) ParallelFox from VFPX, 
http://vfpx.codeplex.com/wikipage?title=ParallelFoxreferringTitle=Home

2) Christof Wollenhaupt's DMULT.DLL. http://foxpert.com/downloads.htm 

This way you could spawn off the report and let the application continue. Even 
without the multi-threading you could
spawn off another VFP application to show just the report and let the user 
Alt-Tab back to the main application.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004301cce8fb$14356260$3ca02720$@whitelightcomputing.com
** 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.


RE: Visual FoxPro equivalents for JavaDoc / JSDoc

2012-02-25 Thread Rick Schummer
 In other words, the ability to extract documentation from markup in comments 
 ... does such a beast exist ?

Another option would be to use Code Analyst on VFPX and write some rules that 
look for the markup and output to a text
file.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002101ccf3fd$9184d9a0$b48e8ce0$@whitelightcomputing.com
** 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.


Southwest Fox and Southwest Xbase++ 2012

2012-03-06 Thread Rick Schummer
Save the dates for Southwest Fox and Southwest Xbase++ 2012! The conferences 
take place October 18-21, 2012.

This year we have two conferences as one great event at the same location. 
Southwest Fox has always served Visual FoxPro
developers an opportunity to learn and extend their skills, and network with 
fellow developers. Alaska Software is
working on PolarFox, a product that keeps the Visual FoxPro language alive in 
their next generation tool. You get two
conferences for the price of one!

The conferences take place at the San Tan Elegante Conference and Reception 
Center, the same great location as last
year.

If you're interested in presenting at Southwest Fox 2012, please visit 
http://www.swfox.net/callforspeakers.aspx, read
the complete Call for Speakers document (linked from that page), and download 
the proposal submission application.
Session proposals are due by March 23.

Finally, if there are any topics you hope will be covered this year, please 
send them to i...@swfox.net, right away.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com
586.254.2530 - office




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/014c01ccfbdf$ed63ef10$c82bcd30$@whitelightcomputing.com
** 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.


RE: Southwest Fox and Southwest Xbase++ 2012

2012-03-06 Thread Rick Schummer
 What were the results of the survey you sent out regarding what people 
 wanted to see at conference?  Is that
something that's available to the public?

We have not made public the survey results and not decided if we are going to 
do so, but the conference reflects
relevant opinions and majority opinions. 

Hopefully you can make it this year.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/017701ccfbe8$848a6ab0$8d9f4010$@whitelightcomputing.com
** 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.


RE: Southwest Fox and Southwest Xbase++ 2012

2012-03-08 Thread Rick Schummer
 They seem to be targeting VFP people now, which surprises me as Xbase++ is 
 nowhere near as complete as VFP (no report
engine, no
inline sql or views, poor designer/development tools, poor sql passthrough, 
limited visual controls, ...).

Alaska Software is working on a transpiler to cover the entire Visual FoxPro 
language as well as forms, reports,
classes, etc. They have quite a bit done and are working hard to ensure the 
Visual FoxPro language continues on despite
Microsoft. They have a roadmap so you can understand their intent. Community 
Technology Preview (CTP) bits are available
too. I also know the folks at Alaska are smart people and their intentions and 
efforts to date seem focused on the end
goal. They also get community and how it works. They also have experience doing 
this with the Clipper community.

There are several companies who are trying to get VFP developers attention 
right now. Alaska is in the group leading the
pack and are doing it in a very visible way. The big advantage they have: 
developers don't have to throw everything away
to learn a new language. All your source, experience and hard won knowledge 
carries forward to the new world. It is a
compelling proposition and I hope they succeed in a big way.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004401ccfd3b$febe1670$fc3a4350$@whitelightcomputing.com
** 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.


RE: DBC File Size

2012-03-08 Thread Rick Schummer
 Why does the DBC change size during use?  I was verifying that I was using 
 the same DBC in three folders and even
though they all started out the same size, they changed during use.

Are you creating any views on-the-fly?

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004301ccfd3b$fe80e660$fb82b320$@whitelightcomputing.com
** 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.


RE: Southwest Fox and Southwest Xbase++ 2012

2012-03-08 Thread Rick Schummer
 A kid may be too new on the block?

For sure FoxInCloud is technology with deep roots in Visual FoxPro and is only 
relatively new on the block. I was not excluding your product from the 
discussion, just directly answering the post which addressed the current 
release of Xbase++ without discussing what they have roadmapped for the future.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008501ccfd59$9ec1a7f0$dc44f7d0$@whitelightcomputing.com
** 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.


RE: 2 versions sharing same databases, one says it's corrupt, the other fine

2012-03-16 Thread Rick Schummer
Dave,

 Funny isn't it how old experiences sometimes cloud your judgement and lead 
 to repeat behaviour ... maybe we are all
a little too stuck in our ways! Tell you what, I'll give it a limited try on 
the next software release!

We specifically fixed a problem with File in use errors by setting 
TABLEVALIDATE to zero. Experienced the burn and
stuck in my ways have served me well over the years. We have been very lucky 
with respect to data corruption over the
years. I attribute it to leading a clean lifestyle. g

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008b01cd039c$14103380$3c309a80$@whitelightcomputing.com
** 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.


Southwest Fox Call for Speakers Reminder

2012-03-19 Thread Rick Schummer
Just a reminder that session proposals for Southwest Fox 2012 are due by 8 AM 
EDT this Friday, March 23. If you're
interested in speaking, please download the Call for Speakers and the proposal 
application from
http://www.swfox.net/CallForSpeakers.aspx. We look forward to hearing from you.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008301cd0618$af971bb0$0ec55310$@whitelightcomputing.com
** 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.


RE: Multiple cursors returned from Stored Procedure

2012-03-24 Thread Rick Schummer
 My stored procedure returns 6 cursors.  Can the Fox handle getting multiple 
 cursors back?

Absolutely, straight from the SQLEXEC() entry in the VFP Help file:

If the SQL statement generates one result set, SQLEXEC( ) stores the result set 
to the specified Visual FoxPro cursor.
If the SQL statement generates two or more result sets, you can name each 
result set by setting the connection's
BatchMode property to False (.F.) using the SQLSETPROP( ) function and changing 
the cursor name each time you call the
SQLMORERESULTS( ) function. Otherwise, SQLEXEC( ) names each result set by 
appending sequential numbers to the name of
the first one.

SQLEXEC( ) is one of the four functions that you can execute either 
synchronously or asynchronously. The Asynchronous
setting of SQLSETPROP( ) determines whether these functions execute 
synchronously or asynchronously. In asynchronous
mode, you must call SQLEXEC( ) repeatedly until it returns a value other than 0 
(still executing).

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002301cd09d7$d3732610$7a597230$@whitelightcomputing.com
** 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.


RE: Is there a problem with VFP 9.0 and FPW 2.6 accessing the same database?

2012-03-24 Thread Rick Schummer
Is there a problem with VFP 9.0 and FPW 2.6 accessing the same database?

We have run into a new issue at one of our customers with VFP 9 and FoxPro DOS 
2.6 locking records in Windows 7 64-bit
and XP Mode. VFP locks the record, and when FPD goes to lock the same record it 
get the Abort, Retry, Fail? message.

The locking works fine with Windows 7 32-bit, and Windows Vista 32-bit. 

I have not tested out FoxPro for Windows 2.6 under the same scenario.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002401cd09d7$d39ef100$7adcd300$@whitelightcomputing.com
** 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.


RE: VFP9 SP2 reports

2012-03-28 Thread Rick Schummer
I believe the definition of the tool bar is stored in FoxUser. You could have a 
temp one copied from the EXE to a temp
folder, SET RESOURCE ON, and remove it once control returns to the program 
after the MODIFY REPORT.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Allen
Sent: Wednesday, March 28, 2012 09:48
To: profoxt...@leafe.com
Subject: VFP9 SP2 reports

Hi gang.
I have a need to allow users to work on reports. I have a form and modify the 
report in that which is fine. But I need
to add and remove bands from the report. Any clues how to show a setup toolbar 
or something that will allow that. I have
resource off so don't want to use foxuser.
Al 


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003d01cd0cfc$7d1c9710$7755c530$@whitelightcomputing.com
** 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.


RE: Is there a problem with VFP 9.0 and FPW 2.6 accessing the same database?

2012-03-28 Thread Rick Schummer
Hi Christof,

 It appears that those folders are implemented with a different protocol or 
 driver than regular local or network file
access.

Did they happen to submit anything to Microsoft? Naturally the Fox support 
group has no leverage, but if we can point it
to the Windows side we might get some attention. 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Christof Wollenhaupt
Sent: Sunday, March 25, 2012 04:55
To: profoxt...@leafe.com
Subject: Re: Is there a problem with VFP 9.0 and FPW 2.6 accessing the same 
database?


 We have run into a new issue at one of our customers with VFP 9 and 
 FoxPro DOS 2.6 locking records in Windows 7 64-bit and XP Mode.


A colleague ran into similar problems with shared folders between a virtual
machine and the host on Virtual PC. It appears that those folders are
implemented with a different protocol or driver than regular local or
network file access.

Christof


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004101cd0cfe$3271d5c0$97558140$@whitelightcomputing.com
** 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.


RE: VFP9: Method Code Disappearing...

2012-03-28 Thread Rick Schummer
 I'd rather called it How I lost my source code over the years g

And that my friend would make a terrific conference session, and the white 
paper is almost done. bg

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00d501cd0d51$387890f0$a969b2d0$@whitelightcomputing.com
** 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.


RE: Is there a problem with VFP 9.0 and FPW 2.6 accessing the same database?

2012-03-29 Thread Rick Schummer
 How would you report anything to the Windows group?

The ever fantastic Microsoft Connect. Isn't that how everyone reports bugs to 
the black hole?

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00f301cd0dff$1f07f850$5d17e8f0$@whitelightcomputing.com
** 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.


RE: [JOB] VFP 9/8/SQL/WestWind Contract to Perm / Dallas/Plano

2012-03-30 Thread Rick Schummer
 divide-by-zero commute

bg

I love my 14 stair commute. Only traffic is the occasional dog laying across 
one of them. Might slow me down a whole 10
seconds.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00a201cd0ecd$e2b91f80$a82b5e80$@whitelightcomputing.com
** 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.


2012 FoxPro Lifetime Achievement Award Committee

2012-04-09 Thread Rick Schummer
The FoxPro Lifetime Achievement Award honors those individuals who have 
contributed a great deal to the FoxPro community
over the years. See 
http://fox.wikis.com/wc.dll?Wiki~FoxProCommunityLifetimeAchievementAward~VFP 
for previous award
recipients. These recipients wish to continue the award and have created a 
committee to select a recipient for 2012. The
committee consists of all 11 living previous recipients, Alan Griver (yag) of 
EC:Wise (previous of Microsoft), and one
person from the FoxPro community.

If you wish to be considered for inclusion on the committee, please email Doug 
Hennig (dhennig AT stonefield.com) by
April 30, 2012. The existing committee will select the community member and 
announce their selection in early May. The
committee will then issue a call for nominations for the 2012 recipient and 
will make their selection from the nominees.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/009c01cd1688$76762530$63626f90$@whitelightcomputing.com
** 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.


RE: 2012 FoxPro Lifetime Achievement Award Committee

2012-04-10 Thread Rick Schummer
 Don't you think you should be doing fox based work to get the award?

Doing FoxPro work today is not a requirement. It is the total contributions by 
the individual and the impact of those
contributions.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008401cd1752$2dda70e0$898f52a0$@whitelightcomputing.com
** 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.


RE: Data Environment

2012-04-10 Thread Rick Schummer
Hi Dave,

 Does anyone know of an easy way to extract the data environment of a form 
 into in-line code in the same way as when
you convert a form into code from the object browser?

Not sure if this is exactly what you are looking for, and it might not be 
perfect, but the ClassBrowserX on VFPX has
four new export modes for code. They all handle the DataEnvironment, which the 
Class Browser has casually skipped for
more than a decade and a half.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/008301cd1752$2d9a81b0$88cf8510$@whitelightcomputing.com
** 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.


RE: 2012 FoxPro Lifetime Achievement Award Committee

2012-04-11 Thread Rick Schummer
 Is this an official Microsoft award or a third-party award?

Actually Ken Levy (while at Microsoft) started it with Whil Hentzen, Rick 
Strahl and Doug Hennig. Today the community
has taken it over since the Microsoft Fox Team is absent. 

All the details are here:

http://fox.wikis.com/wc.dll?Wiki~FoxProCommunityLifetimeAchievementAward~Wiki


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/002901cd1863$74491d30$5cdb5790$@whitelightcomputing.com
** 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.


RE: Is this right?

2012-04-18 Thread Rick Schummer
Hi Dave,

 I've been running on Win7 64bit for nearly 2 years and haven't had any 
 quirks or problems here at all with VFP9. 
In fact, as an O/S the 64bit is far superior, faster and can handle more tasks 
as it can use more installed memory.

Agreed that the OS is superior. And pure VFP apps run fine. But there are a 
couple of gotchas with 64-bit OS that might
stump someone new to it for a bit.

1) ODBC Manager creates 64-bit connections that VFP cannot see. Simple 
workaround is using the 32-bit ODBC Manager
included with the OS.

2) FoxPro for DOS and Windows 2.6 need to run in virtualized machine. Works 
fine in XP Mode as long as you are not
locking records with VFP on the host machine. Not common for most people, but 
there is a lot of FPD apps running out
there still. Crazy, but true.

3) Potential for some ActiveX controls not to work in 64-bit environment. For 
instance, I used the standard ActiveX
progress bar from a long time ago in a VFP 5 app. Worked fine until the 64-bit 
OS as it failed on decimal values for the
percentage.

4) Not delivering VFP 9 with SP2 and latest hotfixes could pose some visual 
trouble on Areo. Not unique to 64-bit, but
it could be first OS past XP. Simple to fix with latest SP2 and hotfixes.

5) Automation with the 64-bit Microsoft Office apps does not work. You need the 
Office Apps to be the 32-bit version,
which work fine on the 64-bit OS.

6) Window's SystemWOW64 folder instead of the System32 folder can be a problem 
if you count on hardcoding the System32
folder looking for common DLL files. (All new spin on DLL Hell).


Nothing is a showstopper, but things to watch out for when deploying.

In Christina's particular situation, it depends on the compatibility with the 
QuickBooks API and how well it works in
32-bit on the 64-bit OS.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/001301cd1dd5$1efab9c0$5cf02d40$@whitelightcomputing.com
** 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.


RE: lockng issues

2012-04-25 Thread Rick Schummer
 The second user is constantly receiving error messages that file is in use 
 by another .

This could be caused by an aggressive setting for SET TABLEVALIDATE. The USE 
statement could be locking the table based
on SET TABLEVALIDATE.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/007e01cd2314$1bdabad0$53903070$@whitelightcomputing.com
** 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.


RE: lockng issues

2012-04-25 Thread Rick Schummer
 REPLACE post_date WITH date() FOR post_date  date() ALL in YourTableName

Two comments:

1) REPLACE ALL places a header lock, where SCAN...ENDSCAN and REPLACE uses 
record locking

2) Depending on the time of the process (around midnight), it is entirely 
possible your use of DATE() could produce
different dates using this one command. If all the dates being the same are 
important you should get the date to a
memvar and use that in the replace.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/007f01cd2314$1c204f50$5460edf0$@whitelightcomputing.com
** 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.


RE: [NF] SQL equivalent for STRTRAN/CHRTRAN ?

2012-05-05 Thread Rick Schummer
 Is there a SQL equivalent function for replacing characters like we have in 
 the STRTRAN/CHRTRAN functions?

Not sure if you were referring to SQL Server or MySQL, but one of my all-time 
favorite Visual FoxPro Wiki entries:

http://fox.wikis.com/wc.dll?Wiki~VFPSQL-TSQL-Mapping~VFP


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005b01cd2b3f$afc304e0$0f490ea0$@whitelightcomputing.com
** 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.


Southwest Fox/Xbase++ Registration opens

2012-05-19 Thread Rick Schummer
A couple of announcements about the fall conferences:

First, registration (http://www.swfox.net/register.aspx) is now open for both 
Southwest Fox and Southwest Xbase++.

Second, speakers and sessions for Southwest Xbase++ are now available. 

Remember, if you register for one conference, you're free to attend sessions in 
the other conference as well: it's BOGO
(buy one, get one free). There are some sessions specifically intended for VFP 
developers, including Project PolarFox:
State of the Union and Xbase++ 2.0 from a VFP Developer's Perspective.

See you in October!


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005a01cd3613$2fcb65f0$8f6231d0$@whitelightcomputing.com
** 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.


2012 Ceil Silver Ambassador Announced

2012-05-28 Thread Rick Schummer
Geek Gatherings is pleased to announce that the 2012 Ceil Silver Ambassador is 
Jun Tangunan. For information on the Ceil
Silver Ambassador and on Jun, please see http://www.swfox.net/ambassador.aspx.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com




___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/001701cd3d13$e1013c80$a303b580$@whitelightcomputing.com
** 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.


RE: Problem upgrading project from VFP6 to VFP9

2012-05-30 Thread Rick Schummer
 Moreover, does anyone have a suggestion on how to fix it?

It could be a bad error message.

Try building the project with the Debug Output window open. VFP logs all the 
build messages. Seeing the log might reveal
a problem with one of the source files.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000601cd3eaa$93435bc0$b9ca1340$@whitelightcomputing.com
** 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.


Southwest Fox/Xbase++ 2012: Solstice special

2012-06-05 Thread Rick Schummer
Solstice Special - beat the rush to registration

Geek Gatherings is adding an incentive to get you to register early. In 
addition to all the perks you get when
registering before July 1st (a $125 discount, a free pre-conference or 
post-conference session, and a chance for a $150
scholarship or Stonefield Query SDK), one person who registers before June 21st 
wins a tablet!

The winner will select one of the following:

iPad 2 with 16GB of memory (value of $399)
Kindle Fire (value of $199)
Samsung Galaxy Tab 2 (value of $399)

Winner is selected on July 3, 2012 from the list of people registered before 
June 21st.

http://swfox.net/register.aspx

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/003401cd4393$4ba9b8c0$e2fd2a40$@whitelightcomputing.com
** 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.


DAFUG - June 2012

2012-06-12 Thread Rick Schummer
Thursday, June 14, 2012
Detroit Area Fox User Group (DAFUG) presents:
Develop, Deploy, Share - An Introduction to Lianja - by  Yvonne Milne of 
Lianja, Inc.

1) New Meeting Location
Comfort Suites
24977 Northwestern Highway
Southfield, MI 48076

2) Develop, Deploy, Share - An Introduction to Lianja - by Yvonne Milne of 
Lianja, Inc.

LianjaT is a cloud database Apps platform that lets you focus on developing and 
deploying Desktop, Cloud and Mobile Apps
without the need to invest in lengthy App development times and infrastructure.

With the final release of the Lianja App Builder, Lianja SQL Server and Lianja 
Cloud Server in view and hot on the heels
of the release of Beta 9 of the Lianja App Builder for Windows, Linux and Mac 
desktops, Yvonne Milne, Lianja Product
Manager, invites you on a tour of the Lianja Development Environment.

Learn more about the anatomy of Lianja Apps and the wide range of components 
you can combine to build them. From
pre-built sections, through webviews, charts and reports to powerful canvas 
sections with highly configurable visual
controls right through to code to your heart's content custom sections in 
Visual FoxPro, Python, PHP and
HTML5/JavaScript.

3) Anything else people want to talk about.

We are always looking for volunteers and topics.

Hope to see you there.
More DAFUG details at http://www.dafug.org

Agenda:
6:00 - 8:00 Presentation
8:00 - ? Food
Meetings are typically followed by food, FoxPro, and developer discussion at a 
local restaurant.

Future Planned DAFUG Meetings and Speakers:
-June 14, 2012 Lianja - by  Yvonne Milne
-July 2012 No Meeting 
-August 9, 2012 Windows 8 Development by Jennifer Marsman
-September 13, 2012 TBD - Southwest Fox rehearsal
-October 11, 2012 TBD - Southwest Fox rehearsal

DAFUG meets on the second or third Thursday of the month (except for July).

Admission to DAFUG meetings will be granted free to anyone for 1 (one) meeting. 
After that you must either join the
group (at the low cost of $30 a year, $15 for a half year) or you will be asked 
to pay $5 per meeting you attend. The $5
will grant you admission but no other rights or privileges of membership.

Rick Schummer


___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00aa01cd4911$37266ff0$a5734fd0$@whitelightcomputing.com
** 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.


Southwest Fox 2012: Solstice Special Reminder

2012-06-19 Thread Rick Schummer
Just a reminder about the Southwest Fox/Southwest XBase++ Solstice Special. 
Register before this Thursday, June 21 and
you'll be eligible to win your choice of an iPad 2 with 16GB of memory ($399 
value), a Kindle Fire ($199 value) or a
Samsung Galaxy Tab 2 ($399 value), plus you'll get all the benefits of a 
Super-Saver registration, including a $125
registration discount and a free pre-conference or post-conference session. 
Full details at
http://www.swfox.net/register.aspx.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004c01cd4e41$3ee6db50$bcb491f0$@whitelightcomputing.com
** 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.


Southwest Fox 2012 Super-saver deadline extended

2012-07-02 Thread Rick Schummer
Great news! We've extended the deadline for Super-saver registration for 
Southwest Fox 2012. Register by July 9th and
save $125 on your registration fee, and get one free pre-conference or 
post-conference session. Don't miss the chance to
learn from the best and meet your colleagues face-to-face.

http://www.swfox.net/register.aspx

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/009801cd588e$0e8cef10$2ba6cd30$@whitelightcomputing.com
** 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.


RE: Active Directory from VFP

2012-07-05 Thread Rick Schummer
Christof,

  lcURL = LDAP://+ALLTRIM(This.cLDAPServer)+/+m.tcLogonName


This line fails. What is the value of This.cLDAPServer, supposed to be? It 
looks like you cut some code from a class,
but this is not a class. 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Christof Wollenhaupt
Sent: Thursday, July 05, 2012 02:45
To: profoxt...@leafe.com
Subject: Re: Active Directory from VFP

 Anyone have any tools or libraries that would allow is to validate a login 
 against the AD tree?  Windows Server 2008. 

PROCEDURE validateuser
LPARAMETERS tcLogonName, tcPassword

LOCAL llOK
llOK = .T.

LOCAL loLDAP
IF m.llOK
   TRY
  loLDAP = GETOBJECT(LDAP:)
   CATCH
llOK = .F.
   ENDTRY
ENDIF

LOCAL loUser
IF m.llOK
   TRY 
  Local lcURL
  lcURL = LDAP://+ALLTRIM(This.cLDAPServer)+/+m.tcLogonName
  loUser = loLDAP.OpenDsObject( ;
  m.lcURL, ;
  m.tcLogonName, ;
  m.tcPassword, ;
  0x0 ;
  )
  IF NOT VARTYPE(loUser) == T_OBJECT
 llOK = .F.
  ENDIF 
   CATCH
  llOK = .F.
   ENDTRY
ENDIF 

IF NOT m.llOK
   loUser = NULL
ENDIF

RETURN m.loUser

--
Christof
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004201cd5abf$f71f4f10$e55ded30$@whitelightcomputing.com
** 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.


RE: Windows 8

2012-07-09 Thread Rick Schummer
 Will my app work the same on a Win8 laptop, Surface, and Win8 phone S

VFP 9 apps will only work on Windows 8 desktop/laptop. Surface, might for the 
Windows 8 Pro (Intel) version, but have
not seen one so it has not been tested (unless Microsoft has internally). 
Surface ARM, definitely not according to what
I have read. Definitely not on the phone.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/006d01cd5dee$6d864c90$4892e5b0$@whitelightcomputing.com
** 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.


RE: VFP9 SP2 weird issue on Win 7 x64 SP1

2012-07-25 Thread Rick Schummer
 When I click these, the drop-down goes upwards instead of down, meaning I 
 can't see the top entries as they are off
the screen.

I recently observed where the combo drop-down disconnects from the combobox and 
goes up in a production app. I didn't
consider the possibility of the 64-bit OS in the mix. What I did find is if I 
reduce the number of items in the
drop-down that the problem went away. Does your form/class have a lot of 
objects and methods 

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004401cd6a6a$b82a9b10$287fd130$@whitelightcomputing.com
** 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.


RE: Getting the My Documents folder

2012-08-01 Thread Rick Schummer
 Is there a better way to determine the current user's My Documents folder?

To add one more to the pile from Doug Hennig:

http://doughennig.blogspot.com/2007/01/finding-paths-for-special-folders.html
 
or shortened:

http://is.gd/3GJph6


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004701cd6ffb$69fe7290$3dfb57b0$@whitelightcomputing.com
** 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.


RE: VFP9: Automating sending a file to an FTP site.

2012-08-13 Thread Rick Schummer
 Customer wants me to FTP a file to them.  Output of the file is a snap,  
 does anyone know if there is a way to
automate transferring a file to an FTP from within VFP9?

Craig Boyd has the VFPConnection.FLL that works and is simple to implement. 
Sample code all over Craig's Blog.


http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,e7cccb45-7d99-4c35-85bc-e123c81c8794.aspx

or shortened:

http://is.gd/M5OlQN


Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/010e01cd7987$d60b40e0$8221c2a0$@whitelightcomputing.com
** 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.


Southwest Fox/Xbase++ 2012 Early-Bird Deadline

2012-08-28 Thread Rick Schummer
One last quick reminder: you can save $50 by registering with the early-bird 
registration discount. The deadline is this
Friday, August 31st. Every registered attendee gets admission to all regular 
conference sessions, whether part of
Southwest Fox or Southwest Xbase++, and white papers for all Southwest Fox 
sessions. 

http://www.swfox.net

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/080f01cd8581$05c9a970$115cfc50$@whitelightcomputing.com
** 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.


RE: SW Fox 2012 Opinions

2012-09-03 Thread Rick Schummer
SET CONFLICT_OF_INTEREST ON

As you might know, I am one of the organizers and speakers of Southwest Fox so 
my opinion is a twisted and biased one.
Buyer beware.

It is my belief that conferences are for a lot of people, but not for everyone. 
Those who do not learn from listening to
others speak might not benefit from the conference. If you don't learn things 
by reading a white paper you might
consider skipping the conference. Those who do not benefit from networking 
should not come, after all it is like a forum
or listserver or Twitter, but live and in HD. That bothers some people. If you 
prefer learning about vendor products by
reviewing a Web site instead of talking to a sales person in person, then a 
conference might not be for you. If you
prefer to eat alone, and not talk shop at every meal, then a conference is not 
really a good idea.

On the other hand, if you want to learn more about your craft, hear of tools 
that integrate with your favorite
development platform, expand your mind past your normal comfort zone, and meet 
like-minded people, there is a good
chance Southwest Fox might be a perfect fit for you.

Early-bird deadline has been extended until September 5th, so we can save you 
$50 for use on your bar/food bill when you
are out networking with some of the finest people in our community. If you are 
going to sign up, I'd suggest learning to
the FoxShow teaser interview with the SWFox organizers for a special offer.

Just to be clear though, other than a handful of speakers who pop up here, very 
few people from ProFox come to Southwest
Fox. I don't want you to come expecting to see all the regulars you see here on 
ProFox. But I see this as a big benefit
too, as you get to expand the people you know from the Fox Community. Once 
thing is for certain, the people who come are
really passionate about VFP and software development in general. I suspect you 
also will walk away with new ideas and
energy unlike any you have felt before.

SET CONFLICT_OF_INTEREST OFF

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com

-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
Behalf Of Sytze de Boer
Sent: Sunday, September 02, 2012 09:45
To: profoxt...@leafe.com
Subject: SW Fox 2012 Opinions

Friends

For many years, I have wanted to attend a conference such as the SW Fox
2012
For me, this is a very long trip, and airfares alone as substantial.

In your opinion, are these conferences worth while.

-- 
Kind regards
Sytze de Boer
Kiss Software


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/004201cd89f9$0b979d40$22c6d7c0$@whitelightcomputing.com
** 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.


RE: Print Table Structure

2013-02-18 Thread Rick Schummer
 Rick Schummer turned me on to Versatools years ago and I use it for printing 
 file structures as well as locating text
in a project.  I use it constantly!

I don't recall the recommendation, but glad it helped you.

I use the tools in Data Explorer and Thor these days.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00b301ce0e2f$83088af0$8919a0d0$@whitelightcomputing.com
** 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.


RE: Business of Software conference

2013-02-18 Thread Rick Schummer
 Sounds neat, but I can't see spending nearly $1700 for this.  You could go 
 to 4 Fox conferences for that price!

$1700 is scratching the surface. I've attended several BoS conferences 
including the 2012. Last year cost me:

1700 fee
 550 flight
1000 hotel ($300+ per night)
 150 food
  90 taxi
==
3450 cash

Plus three normal work days out of the office, a Sunday afternoon traveling, 
and time away from family. Still, the
return on investment from the BoS'es prior to 2012 were well worth the 
investment. I happen to agree with all of
Christof's observations. Maybe it was because we sat next to each other during 
each of the sessions. In fact, several
people from the Fox Community regularly attend BoS, which adds to the fun. 

My biggest complaint from last year was the lack of speaker concern for 
attendees by changing topics. Several of the
topics I had on my list of reasons to attend were not given. Substituted 
on-the-fly at the last minute by the speakers.
One put up to a vote against another topic and the speaker still gave the one 
he wanted instead of the one we voted for.
A couple were more marketing of the speaker's business than providing insight 
into something you could learn from. Yet I
still walked away with some great take-aways. Probably more from meal 
conversations than the speaker presentations. But
that is the beauty of a conference.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00b401ce0e2f$837f1a80$8a7d4f80$@whitelightcomputing.com
** 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.


Southwest Fox and Xbase++ 2013: Call for speakers

2013-03-19 Thread Rick Schummer
Just a reminder that session proposals for Southwest Fox 2013 and Southwest 
Xbase++ 2013 are due by 8 AM EDT this
Friday, March 22. If you're interested in speaking, please download the Call 
for Speakers and submit your proposals
using our new online application at www.geekgatherings.com/submission. We look 
forward to hearing from you.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/012e01ce2517$18b602a0$4a2207e0$@whitelightcomputing.com
** 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.


2013 Ceil Silver Ambassador

2013-04-19 Thread Rick Schummer
The Ceil Silver Ambassador Fund brings a developer to the Southwest Fox 
conference as an ambassador for the developers
in his or her country. This gives the recipient the opportunity to meet and 
share experiences with developers attending
Southwest Fox and gives other attendees the opportunity to learn about VFP 
development in the recipient's country. The
trip is paid for by the VFP community's donations to the Fund.

We are looking for nominations from the VFP community for the 2013 recipient. 
The Ambassador selection committee
consists of Southwest Fox organizers Rick Schummer, Tamar Granor, and Doug 
Hennig, former Ambassadors Emerson Santon
Reed, Cesar Chalom, Bernard Bout, Borislav Borissov, and Jun Tangunan, and VFP 
community members Christof Wollenhaupt
and Rick Bean. To nominate someone you think deserves to be selected, please 
email their name and a brief list of their
contributions to the VFP community to ambassadorf...@swfox.net. Names must be 
submitted no later than May 31, 2013.

In addition, we are looking for donations to allow us to pay for the travel 
costs for the ambassador. We urge you to
consider donating any amount you see fit, small or large, to this fund. See 
http://www.swfox.net/ambassador.aspx for
details. 100% of donated money goes to the travel costs for the ambassador. Not 
a single penny is used to cover
administrative costs. All time managing the fund and working through the 
selection process is donated. No one is paid
for their time.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/00b501ce3d1d$5f6c92e0$1e45b8a0$@whitelightcomputing.com
** 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.


RE: Grid Changes Over the Years

2013-04-26 Thread Rick Schummer
My suggestion is to start here:

http://fox.wikis.com/wc.dll?Wiki~VFPVersionBaseClassConcordance~VFP

The Visual FoxPro Wiki Concordance pages are top gun as are the What's New 
books.

And then there is try it out and see if it no longer is a bug process. For 
me, nothing like proof something works than
to attempt it myself. g

Instead of a broad question, how about something specific. Otherwise you are 
asking me to re-read Marcia's chapters and
do research on all the grid changes. No one really has time unless it is going 
to impact their apps.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com


-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gene 
Wirchenko
Sent: Thursday, April 25, 2013 08:20
To: profoxt...@leafe.com
Subject: Grid Changes Over the Years

Dear Vixens and Reynards:

  I started digging into 1001 Things You wanted to Know About Visual 
FoxPro.  The chapter on grids has a lot of
statements that something is a bug, this is a workaround, etc.  It is just a 
bit scary.

  I also have the What's New in ... books for versions 7, 8, and 9.  They 
do not have much about grids in them.

  I understand grids have changed somewhat over the years.  1001 ... 
predates all of these What's New in ...
books.  How much of
1001 ... is still correct, and how much has changed?

  Feel free to point me to URLs or books.  I am willing to do my reading, 
but I do not want to go according to 1001
... and then find out that something better came out later.

Sincerely,

Gene Wirchenko


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/005b01ce42a4$3a5e6e60$af1b4b20$@whitelightcomputing.com
** 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.


Southwest Fox 2013 Speakers and Sessions Announced

2013-05-01 Thread Rick Schummer
Speakers and sessions for Southwest Fox 2013 have been announced: 
http://www.swfox.net

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/08d501ce4681$dd776d00$98664700$@whitelightcomputing.com
** 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.


RE: SPACED OUT CAN MAKE LIFE A MISERY, WHY DOES IT HAPPEN

2013-05-03 Thread Rick Schummer
 DOES ANY ONE KNOW OF A TOOL TO RUN THROUGH CODE AND OR DATA THE WILL FLAG 
 CORRUPTIONS.

You should look at Code Analyst on VFPX (http://vfpx.org). This tool lets you 
write scripts (VFP code) to analyze a line
of code, or a method of code, or etc.

You could look at the sample rules and easily write a simple script that will 
analyze the line of code and look for
something like  .  and record the problem to the log.

Code Analyst runs against a project and will analyze every line of code in the 
whole project.

Here is script code I use to check for SUSPEND in my code, you should be able 
to adapt it for your use for this issue:

LOCAL loAnalyst, ;
  lcLine, ;
  lnLoc, ;
  lcBegin

loAnalyst = _SCREEN._analyst
lcLine= UPPER(loAnalyst.cLine)

IF OCCURS(SUSPEND, lcLine)  0
   lnLoc   = ATC(SUSPEND, lcLine)
   lcBegin = ALLTRIM(SUBSTRC(lcLine, 1, lnLoc-1))

   * Only record if line is not a comment   
   DO CASE
  * Standard comment
  CASE LENC(lcBegin) = 1 AND LEFTC(lcBegin, 1) = *

  * Double ampersand
  CASE LENC(lcBegin) = 2 AND LEFTC(lcBegin, 2) = CHR(38)+CHR(38)

  * The little known NOTE comment
  CASE LENC(lcBegin) = 4 AND LEFTC(lcBegin, 4) = NOTE

  OTHERWISE
 loAnalyst.AddWarning(You have an uncommented SUSPEND  + ;
  remaining in the code:  + lcLine)
   ENDCASE
ENDIF

loAnalyst = NULL

RETURN

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/006f01ce4811$79a2cf40$6ce86dc0$@whitelightcomputing.com
** 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.


<    5   6   7   8   9   10   11   12   >