Re: Easiest mail merge for simple XLS or CSV or DBF file

2009-08-19 Thread MB Software Solutions, LLC
SSL email accounts? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: OLE Time Control

2009-08-19 Thread MB Software Solutions, LLC
control the > lostfocus does not fire and the field is not updated. > > How can I get the lostfocus to fire when tabbing off of the control? > > TIA > Doesn't it have it's own native events for this? -- Mike Babcock, MCP MB Software Solutions, LLC

Re: OLE Time Control

2009-08-20 Thread MB Software Solutions, LLC
s firing but the value of > the control is not changing unless I apply focus to both hours and > minutes. Not exactly the results I would like to see, but I can live > with it. I'll have a look if you want me to...just zip and send. -- Mike Babcock, MCP MB Software Solut

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread MB Software Solutions, LLC
Kevin Cully wrote: > Bingo! That did it. Thank you very much. > > Richard Kaye wrote: >> Have you deployed system.app from the GDIPlusX project? All the GDIPlusX >> stuff lives inside that. ??? In my inno setup script, what file should I be deploying? -- Mike Bab

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread MB Software Solutions, LLC
Richard Kaye wrote: > system.app. That's all you need with an EXE. Put it in the same folder with > your EXE. DOH! A blonde moment. Thanks! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabma

Grrr...another reason NOT to use set relations for report cursors

2009-08-20 Thread MB Software Solutions, LLC
ATIONs and so to export this to Excel requires me to write the code to create that single cursor first. F*ck!!! Another reason I like single cursors for reporting purposes. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://f

DBI's Studio Controls for COM -- integrating into VFP9 apps

2009-08-20 Thread MB Software Solutions, LLC
Anyone here using DBi's Studio Controls for COM in their apps? I was thinking about pulling the trigger on it, but wanted some comments from fellow developers before parting with that much money ($749). tia! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Arch

Re: Grrr...another reason NOT to use set relations for report cursors

2009-08-20 Thread MB Software Solutions, LLC
Tracy Pearson wrote: > Charlie is right, you just need to have table.field in the copy to command. > > -Original Message- > From: MB Software Solutions, LLC > Sent: Thursday, August 20, 2009 5:07 PM > > Have I said lately how much I hate SET RELATION code for repor

Re: [NF] Microsoft Apps That Bit the Dust (or Will)

2009-08-21 Thread MB Software Solutions, LLC
ying Linda, the head for this project, iirc! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___ Post Messages to: ProFox@leafe.com Subscr

Re: Reort Form - Trying to Open a DBF...

2009-08-21 Thread MB Software Solutions, LLC
ally) Cursor1, etc. Also make sure that instead of .NULL. you right-click the property and set it to default the of None. I've found that an issue sometimes. (I don't use the DE...don't like the somewhat-Fox-hardwired approach and it goes against the n-tier model I like to use.)

Re: Reort Form - Trying to Open a DBF...

2009-08-21 Thread MB Software Solutions, LLC
Paul McNett wrote: > MB Software Solutions, LLC wrote: >> (I don't use the DE...don't like the somewhat-Fox-hardwired approach and >> it goes against the n-tier model I like to use.) > > I never understood why I should use the DataEnvironment: seemed like a >

Re: [OT] Extended warranty on my 2003 Saab 9-3, and no cash for clunkers available either

2009-08-21 Thread MB Software Solutions, LLC
ke Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listi

Re: [OT] Extended warranty on my 2003 Saab 9-3, and no cash for clunkers available either

2009-08-21 Thread MB Software Solutions, LLC
Michael Madigan wrote: > We're looking to consolidate our two cars into one since we both work from > home 90% of the time. > > My 2003 Honda accord is still worth at least $6000.00 Well, that's only $500 more than minehow many miles on yours? -- Mike Babcock, MCP

Re: [OT] Extended warranty on my 2003 Saab 9-3, and no cash for clunkers available either

2009-08-21 Thread MB Software Solutions, LLC
Michael Madigan wrote: > 96,000 but it didn't cost nearly as much as yours did new. I bought mine used in Feb 2005...but get this--it only had 386 miles on it! Apparently it sat in a garage somewhere in NY. I think I paid about $25k? Can't recall exactly. -- Mike Babcock, MC

Re: [NF] M$ Update: "Genuine Advantage"

2009-08-25 Thread MB Software Solutions, LLC
ever give them permission for that ever again. They burned that bridge of trust. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 __

Re: VFP9-Word/Excel licence

2009-08-26 Thread MB Software Solutions, LLC
e > the details handy. Craig Boyd's Extended MAPI class gets around the security annoyance message in OL, iirc. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16

Why is the Application Data folder not visible in the My Documents folder?

2009-08-26 Thread MB Software Solutions, LLC
king I'll use a different folder, but I just wondered why this isn't visible to the end-user? Perhaps this folder is meant for internal-use data and not for the user to go meddling???? ;-) -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftw

Re: Why is the Application Data folder not visible in the My Documents folder?

2009-08-27 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Wed, Aug 26, 2009 at 11:07 PM, Paul McNett wrote: >> MB Software Solutions, LLC wrote: >>> I've got a VFP9SP1 app that's storing data by default in the AppData >>> folder (C:\DOCUMENTS AND SETTINGS\MBABCOCK\APPLICATION >>>

Re: Why is the Application Data folder not visible in the My Documents folder?

2009-08-27 Thread MB Software Solutions, LLC
n, nflags >cPath = REPLICATE(CHR(0),254) >nrtn = SHGetFolderPath(nhwnd, CSIDL_COMMON_APPDATA, ntkn, nflags, @cPath) >cPath = ALLTRIM(cPath, CHR(0)) >RETURN cPath > ENDPROC > [/code] Very cool...I'll put this one in the KEEP folder. ;-) -- Mike Babcock,

Re: [NF] Win7 annoyances, seem a little petty to me.

2009-08-27 Thread MB Software Solutions, LLC
, look at this cool picture!! BritneyNaked.jpg.exe > ROFLMAO!!! I agree...show the freakin' extensions...don't hide 'em! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.

Re: Why is the Application Data folder not visible in the My Documents folder?

2009-08-27 Thread MB Software Solutions, LLC
ts has some 9x systems yet...they had some NT4 systems too iirc. My VFP9 app still worked on them afaik! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 __

Re: [NF] M$ Update: "Genuine Advantage"

2009-08-27 Thread MB Software Solutions, LLC
; > I never tried that search before - it just kinda popped into my head... > > -K- (I'm sure Kurt has already had a knock on his door and is being waterboarded now to expose his terrorist ties....) -- Mike Babcock, MCP MB Software Solutions, LLC Presiden

Re: Why is the Application Data folder not visible in the My Documents folder?

2009-08-27 Thread MB Software Solutions, LLC
Allen wrote: > Why ? Win98 ran faster on lower machines and the old if it aint broke works. > Not that I know anyone using it. > Al I know that some of the games I used to play ran far better on older OSes than the newer ones. :-( -- Mike Babcock, MCP MB Software Solutions, LLC

Re: [OT] I see Congress flexing some mussle

2009-08-27 Thread MB Software Solutions, LLC
Stephen Russell wrote: > Congressional Democrats want CEO pay data, other information from > health insurers I'm not for socialism, but I am for this. I'm for smaller government and more freedom of choice, but any company who receives the first $0.01 in government money should have its books m

Re: [OT] M$ gets 90% of the change right

2009-08-27 Thread MB Software Solutions, LLC
ve site for WHITES, LATINOS, or ASIANS, or even the Pacific Islanders or Native Americans. NO ETHNIC GROUP should have it's own site. Total politically correct bullsh!t. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com ht

Re: [OT] M$ gets 90% of the change right

2009-08-27 Thread MB Software Solutions, LLC
Michael Madigan wrote: > I love it when they have to put every ethnic person in every commercial. Now > McDonald has an all-Black website. Enough already. It's amazing how much money is wasted every day in our world. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chi

Encrypted option won't stay unchecked in VFP9SP2 project

2009-08-27 Thread MB Software Solutions, LLC
I uncheck the Encryped checkbox in the Project-Info screen, yet when I build the app, I go back there and see that it's STILL checked. What's up with that? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://f

Re: Encrypted option won't stay unchecked in VFP9SP2 project

2009-08-27 Thread MB Software Solutions, LLC
Rick Schummer wrote: >>> I uncheck the Encryped checkbox in the Project-Info screen, yet when I > build the app, I go back there and see that it's STILL checked. What's > up with that?<< > > Projecthook? No PJHs in play. -- Mike Babcock, MCP MB Sof

Re: [OT] M$ gets 90% of the change right

2009-08-27 Thread MB Software Solutions, LLC
this will bring about unrest either. It's just another sad day in the Politically Correct world we live in. Total BS though. How much $$$ was wasted on this effort to create an all-black McDs website. $1 is too much. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief So

Re: [OT] I see Congress flexing some mussle

2009-08-27 Thread MB Software Solutions, LLC
Michael Madigan wrote: > Mike, > > Almost all companies take Government money in some form. Should companies > that sell to the Government also limit their CEO pay? How about a rule that says the CEO cannot make more than 400x the lowest paid worker. That might sound harsh, but c'mon...400x.

Re: [OT] I see Congress flexing some mussle

2009-08-28 Thread MB Software Solutions, LLC
at it is. 400x > lowest salary? Maybe. What if the company loses 10 billion should he still > get 10 million? Incentive based pay? I definitely think athletes should be this way. Score 100 goals in a season, get this much...only score 10 goals, you get less. -- Mike Babcock, MCP MB So

Re: [OT] I see Congress flexing some mussle

2009-08-28 Thread MB Software Solutions, LLC
Stephen Russell wrote: > In your example why is the Board of Directors giving their hard earned > profits away to this CEO? They are the ones who decide his/her > revenue structure. > > Why are you going to make LAWS to fix a problem that is only in your > vision not theirs? > > Do I think that

Re: [OT] I see Congress flexing some mussle

2009-08-28 Thread MB Software Solutions, LLC
Michael Madigan wrote: > I think it's more than jealousy, I think super-high salaries like that can > cripple a corporation if makes the company to top-heavy You mean like "too big to fail?" ___ Post Messages to: ProFox@leafe.com Subscription Mainten

Re: [OT] I see Congress flexing some mussle

2009-08-28 Thread MB Software Solutions, LLC
Michael Madigan wrote: > Public corporations. > > For years there have been corporations with CEOs making ridiculous amounts of > money compared to the company itself. > > from 2005 > > http://moneycentral.msn.com/content/P125120.asp Thanks for that link...everyone interested in this crap

Re: [OT] M$ gets 90% of the change right

2009-08-28 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Thu, Aug 27, 2009 at 4:44 PM, MB Software Solutions, > LLC wrote: >> Michael Madigan wrote: >>> I love it when they have to put every ethnic person in every commercial. >>> Now McDonald has an all-Black website. Enough already. >&g

Re: [NF] Replacing Link in HTML Document

2009-08-28 Thread MB Software Solutions, LLC
Jerry Foote wrote: > Strtran is there all the way back to fpd That's what I was thinking...what's wrong with using that? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.c

Re: [NF] A Mac Story

2009-08-29 Thread MB Software Solutions, LLC
a MBP recently and he loves it too. He's used PCs since the early 80s. So he's a former Windows user now and loves Mac! But you're rightthis kind of nonsense you describe is silly... -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mb

Re: Some dude wants people to use Access instead of SQL Server

2009-08-29 Thread MB Software Solutions, LLC
Michael Madigan wrote: > Access is excellent for one person. LOL As Jim Dettman will tell you, IF DESIGNED PROPERLY, it could do better than what most expect...but I'd never choose it over VFP, that's for sure! -- Mike Babcock, MCP MB Software Solutions, LLC President, C

Preview control?

2009-08-29 Thread MB Software Solutions, LLC
if possible to things like PDFs. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___ Post Messages to: ProFox@leafe.com Subscription Ma

Re: Preview control?

2009-08-29 Thread MB Software Solutions, LLC
Eurico Chagas Filho wrote: > For a text file I use the report command. > Maybe u can use it to. ??? That's a native control? You don't mean REPORT FORM, you mean something else, right? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Softwar

[ADMIN] Problem with leafe.com?

2009-08-30 Thread MB Software Solutions, LLC
Can't bring up leafe.com tonight (in order to search the ProFox archives). -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___

Re: [ADMIN] Problem with leafe.com?

2009-08-31 Thread MB Software Solutions, LLC
Paul McNett wrote: > MB Software Solutions, LLC wrote: >> Can't bring up leafe.com tonight (in order to search the ProFox archives). > > It works for me! Works now for me too...was just really slow coming up. ?? -- Mike Babcock, MCP MB Software Solutions, LLC Presi

Re: [NF] how hot is your server room?

2009-08-31 Thread MB Software Solutions, LLC
Gilbert M. Hale wrote: >> is your datacenter @ 70 F? How much could you save if you were able >> to up that # to 80 F? I like to set the thermostat at about 73...more than that, and I'm too warm. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Softwa

Re: [NF] how hot is your server room?

2009-08-31 Thread MB Software Solutions, LLC
Paul McNett wrote: > MB Software Solutions, LLC wrote: >> I like to set the thermostat at about 73...more than that, and I'm too warm. > > Come out here to the left coast, where we get 69-75 inside in the summer with > no AC. > Okay, some of our misguided neighbors

Re: [NF] how hot is your server room?

2009-08-31 Thread MB Software Solutions, LLC
I can't say enough how cool the house was compared to pre-installed days. My ex-wife and kids are comfortable today as a result of my foresight and planning then, for sure. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect h

Re: [NF] how hot is your server room?

2009-08-31 Thread MB Software Solutions, LLC
Allen wrote: > Good point. Bet someone lit them. What's all this left coast ? Has East and > West now become politically incorrect ? We will be stopped saying poofs next > :) > Al "Left" as in "left/liberal thinking." It's not right. (lol) -- Mi

Re: [NF] download IE8 and M$ feeds 8 people

2009-08-31 Thread MB Software Solutions, LLC
the conversion." -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___ Post Messages to: ProFox@leafe.com Subscription Maintenanc

Re: Birthday icon?

2009-09-01 Thread MB Software Solutions, LLC
Peter Hart wrote: > Hi Mike > > Can't see any Birthday specific but you could start looking on > http://www.iconarchive.com/ > They have a big selection plus links to other icon sites. > > Cheers > > Peter > Peter Hart Computers Thanks for the link!

Re: [NF] download IE8 and M$ feeds 8 people

2009-09-01 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Mon, Aug 31, 2009 at 4:33 PM, MB Software Solutions, > LLC wrote: >> Stephen Russell wrote: >>> <http://tinyurl.com/nqtwev> >>> >>> >>> >> >> Now if they'd only do something like that with Foxpro use

Re: [NF] download IE8 and M$ feeds 8 people

2009-09-01 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Tue, Sep 1, 2009 at 10:57 AM, MB Software Solutions, > LLC wrote: >> Brett Favre still rocks...had a record game last year iirc with the >> Jets, throwing at least 5 TDs? > - > > Favre the n

[Fwd: Requirement! Need FoxPro expertise]

2009-09-01 Thread MB Software Solutions, LLC
, Nitin Pandey 732 993 6265 (Cell) 732 626 9646 X 2202 SummitWorks Technologies Inc. Email: nitin.pan...@summitworks.com Email: ni...@nitinpandey.com Letter Value: 14135E-46ECC -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com htt

Re: [OT] I see Congress flexing some mussle

2009-09-01 Thread MB Software Solutions, LLC
hould make the most money. Isn't his job above all else? Or is his not as important as the Coca-Cola CEO. I can assure you that the Coke CEO is paid 8 figures, and the POTUS is 6 figures. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbso

Re: [OT] M$ gets 90% of the change right

2009-09-01 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Fri, Aug 28, 2009 at 3:41 PM, MB Software Solutions, > LLC wrote: >> Stephen Russell wrote: >>> On Thu, Aug 27, 2009 at 4:44 PM, MB Software Solutions, >>> LLC wrote: >>>> Michael Madigan wrote: >>>>> I l

Re: Requirement! Need FoxPro expertise]

2009-09-01 Thread MB Software Solutions, LLC
ain, fox jobs are few and far between so it probably does have the > potential > to be helpful... You never know when someone is willing to move...many times these "6 months" gigs turn into YEARS. And if you're hungry, ... -- Mike Babcock, MCP MB Softwa

Re: Requirement! Need FoxPro expertise]

2009-09-02 Thread MB Software Solutions, LLC
> Bingo...used to be that you could join the military to see the world. Now, just be a programmer. ;-) -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 ___

Re: [NF] Vista user documents shared.

2009-09-02 Thread MB Software Solutions, LLC
a security POV I think that this behavior by Vista is correct. > Trying to override it numerous times and finding it difficult should > make you revisit the intended outcome. There's a Shared Documents folder in XP. Not sure about Vista. I think that'd be where'd put f

Re: "Cannot quit Visual Foxpro"

2009-09-02 Thread MB Software Solutions, LLC
MB Software Solutions, LLC wrote: > I have a simple one-form app that displays, and I want to allow the "X" > in the VFP screen's top right corner to be the same thing as though the > user clicked the Quit button in the form. How do I do that? Forget it...it was easy..

Re: How to detect if digits in phone field?

2009-09-02 Thread MB Software Solutions, LLC
I think most have). That would exclude the ones with "1-800-555-1212 ext 123" though. I guess I could add a separate check for "ext" $ lower(phonenumber) and allow it if that's the case. Thanks, ProFox! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chie

Re: How to detect if digits in phone field?

2009-09-02 Thread MB Software Solutions, LLC
t; > Trying to account for all the varieties they'd enter it? NFW! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16

Re: How to detect if digits in phone field?

2009-09-02 Thread MB Software Solutions, LLC
Gene Wirchenko wrote: > At 12:04 2009-09-02, MB Software Solutions, LLC > wrote: >> Tracy Pearson wrote: >>> I compare lengths to see if there were any digits >>> >>> len(chrtran(alltrim(field),"0123456789","")) <> len(alltrim(fiel

Re: VFP9 - List memo

2009-09-02 Thread MB Software Solutions, LLC
Sytze de Boer wrote: > I use a command LIST MEMO TO INFO.LOG > > Is there a way to exclude certain information ? > How about DISPLAY MEMORY LIKE ?? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabm

Re: Ken Levy moving to EPS

2008-09-06 Thread MB Software Solutions, LLC
Stephen Russell wrote: > Or ask questions like what will I gain when I take my existing skills > in fox over to vs2008? That's not the kind of questions he'd like. Better: "I've got this Fox app that I want to convert to DotNet. Do you do VFP Conversions?" > Should I look to F# or stick wi

Re: Ken Levy moving to EPS

2008-09-06 Thread MB Software Solutions, LLC
Allen wrote: > Or use VFP to make up for C# and VB failings ? Works great from VS2008 > Al > ...but why do it from VS2008? Why not just VFP if that's your choice? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/

Re: Ken Levy moving to EPS

2008-09-06 Thread MB Software Solutions, LLC
Rick Schummer wrote: >>> Or ask questions like what will I gain when I take my existing skills in >>> fox over to vs2008? >>> > Should I look to F# or stick with the standards of either VB or C#?<< > > Or ask him how a VFP developer can leverage some of the .NET framework > without the nee

Re: Ken Levy moving to EPS

2008-09-06 Thread MB Software Solutions, LLC
Cathy Pountney wrote: >> Oh for sure it's a great move by EPS, as Ken was the icon for Foxpro for >> years as the head of it at M$. >> > > Um ... No he wasn't. Ken was never the head of the Fox Team. Titles are > deceiving at MSFT, and if you aren't on the inside, it can be misleading. > Ken

Re: [NF] Seinfeld/Gates ads pulled

2008-09-20 Thread MB Software Solutions, LLC
[EMAIL PROTECTED] wrote: > > *Please note, the sender's email address has not been verified. > > > > Well, whether it was scheduled to die an early death or not, it did. The M$ guy's point about how you have to plan well in advance could be very well true and give credibility to his contenti

Re: [NF] Clients naming their own terms...

2008-09-25 Thread MB Software Solutions, LLC
Michael Madigan wrote: > It's unethical because these girls have mostly been sexually or emotionally > abused. I would be OK doing a bikini, lingerie, or classic nudes websire, > but girls sitting on traffic cones makes me queasy. > > Another friend of mine worked for a porno site that featured

Re: [NF] Clients naming their own terms...

2008-09-27 Thread MB Software Solutions, LLC
Kristyne McDaniel wrote: > FWIW, I did go back to my prospective client and tell him the same thing I > started out with... Which is to recommend that he purchase a Henzenwerke > book, read the chapters that are applicable, and work with me via > telecommute if he would like to continue. > > You g

Re: [NF] Clients naming their own terms...

2008-09-27 Thread MB Software Solutions, LLC
Kristyne McDaniel wrote: > Stephen, > >> Run Kristyne, run very fast and far away. > > I have a problem with feeling like I'm being "mean" to people... You'd think > that by now I'd have gotten over that, but so far not so much. Business is business, and personal is personal. It's not rude whe

Re: [NF] Clients naming their own terms...

2008-09-28 Thread MB Software Solutions, LLC
Kristyne McDaniel wrote: > Michael, > >> Sounds like you should move. > > The reason I've been reworking my business model is because I don't want to > move. I honestly don't want to return to doing contract jobs for hourly pay. Then you're doing exactly what you need to be doing...reworking the

Re: [NF] Clients naming their own terms...

2008-09-28 Thread MB Software Solutions, LLC
MB Software Solutions, LLC wrote: > Kristyne McDaniel wrote: >> Michael, >> >>> Sounds like you should move. >> The reason I've been reworking my business model is because I don't want to >> move. I honestly don't want to return to doing contract

[OT] Renting better than owning, according to this guy

2008-09-29 Thread MB Software Solutions, LLC
http://realestate.yahoo.com/promo/renting-makes-more-financial-sense-than-homeownership.html;_ylc=X3oDMTFta3Jqcjk3BF9TAzI3MTYxNDkEX3MDOTc2MjA0NjUEc2VjA2ZwLXRvZGF5BHNsawNyZW50aW5nLWJldHRlcg or http://preview.tinyurl.com/4ejux6 Times like these, he may just be right. I know the house prices here

Re: [OT] Renting better than owning, according to this guy

2008-09-29 Thread MB Software Solutions, LLC
Pete Theisen wrote: > MB Software Solutions, LLC wrote: >> http://realestate.yahoo.com/promo/renting-makes-more-financial-sense-than-homeownership.html;_ylc=X3oDMTFta3Jqcjk3BF9TAzI3MTYxNDkEX3MDOTc2MjA0NjUEc2VjA2ZwLXRvZGF5BHNsawNyZW50aW5nLWJldHRlcg >> >> or >> >>

Re: [OT] Starting to warm up to Nancy

2008-09-29 Thread MB Software Solutions, LLC
Kristyne McDaniel wrote: > Nancy is a competent and beautiful 66-year-old woman who has raised 5 > children. I think she is terrific. I believe this is a case where her personal life might be one thing, but her track record in politics in something else. I've known great people and friends but

Re: [OT] Watch this and get angry

2008-09-29 Thread MB Software Solutions, LLC
Stephen Russell wrote: > The problem still is here. > > People have an opinion as to the VALUE of property, and felt obligated > to step up to a higher lifestyle via Real Estate. Just like the Dot > Gone bubble. > > People considered long term investments like buying and selling short > term sto

Re: VFP9 SP1 taking more than 3 minutes to load a project?

2008-10-01 Thread MB Software Solutions, LLC
Vince Teachout wrote: >> On Thu, Oct 2, 2008 at 7:38 AM, KAM.covad <[EMAIL PROTECTED]>wrote: >> >> >>> This project was loading normally, a few seconds until a week ago. Now it >>> takes more than 3 minutes. After it does finally load, >>> everything seems to be fine. >>> >>> Is there a way to t

[OT] Katie Couric's eyes during her interview with Palin

2008-10-01 Thread MB Software Solutions, LLC
I saw the SNL spoof first, then saw actual clips of the interview and now understand why Amy Poehler was blinking fanatically during the SNL spoof. Why the hell was Couric blinking so much? Perhaps a liberal tactic to throw Palin off? (And no, lefties, I'm not serious about that 'tactic' c

Re: VFP9 SP1 taking more than 3 minutes to load a project?

2008-10-02 Thread MB Software Solutions, LLC
Richard Kaye wrote: > I wrote a little util to open a project as a DBF and dump it out to a > text file just so that I could make sure the project could be recovered > even if the PJX/PJT went south. A nice side effect is being able to > compare text files to find differences between project fil

Re: VFP9 SP1 taking more than 3 minutes to load a project?

2008-10-02 Thread MB Software Solutions, LLC
Paul McNett wrote: > MB Software Solutions, LLC wrote: >> Richard Kaye wrote: >>> I wrote a little util to open a project as a DBF and dump it out to a >>> text file just so that I could make sure the project could be recovered >>> even if the PJX/PJT went sou

Re: Hierarchical query

2008-10-08 Thread MB Software Solutions, LLC
Malcolm Greene wrote: > I have have table with 2 columns: cParent and cChild. cParent may > be a child of other cParents. Likewise cChild may be a cParent to > other children. > Is there a simple SQL query I can use to produce a list of all > cParent children through an arbitary depth? > Is there a

Re: [NF] About stored procedures

2008-10-08 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Tue, Oct 7, 2008 at 6:31 PM, Ricardo Araoz <[EMAIL PROTECTED]> wrote: >> I don't like stored procedures. >> >> Why? Because you can not do 'everything' pertaining the data base with >> them. So you will end up with some of the code you use for your data in >> stored proc

Re: [NF] For the Microsoft Lovers in All of Us

2008-10-08 Thread MB Software Solutions, LLC
Mike Wohlrab wrote: > http://www.bolditalic.com/quotulatiousness_archive/Microsoft_Ad.jpg > > http://tinyurl.com/29w4tl > That hilariouseven moreso because not long after viewing the page in my FF 3.0 browser, it had a fatal error and closed! M$ had the last laugh on that one! ;-) __

Re: [NF] About stored procedures

2008-10-08 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Wed, Oct 8, 2008 at 3:58 PM, MB Software Solutions, LLC > <[EMAIL PROTECTED]> wrote: >> Stephen Russell wrote: >>> On Tue, Oct 7, 2008 at 6:31 PM, Ricardo Araoz <[EMAIL PROTECTED]> wrote: >>>> I don't like stored

Re: [NF] For the Microsoft Lovers in All of Us

2008-10-09 Thread MB Software Solutions, LLC
Jeff Johnson wrote: > Michael: I use FF 3.0.3 and and there are no errors. It worked fine. I went back to the page and then it worked just fineI just think it was a flukebut funny, nonetheless! No conspiracy theory brewing ;-) ___

Re: [NF] Hacker Indicted

2008-10-09 Thread MB Software Solutions, LLC
Michael Madigan wrote: > Are the federal prisons overcrowded too? Send the punk to Alaska or > something. He can keep an eye on Russia there. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profo

Re: Southwest Foxpro Conference Keynote is live on webcam

2008-10-16 Thread MB Software Solutions, LLC
Vince Teachout wrote: > starting now - 10pm EST > http://www.ustream.tv/channel/swfoxtv AWESOME! Looks good so far! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this

[Fwd: .NET Training for Foxpro Developers - from EPS Software]

2008-10-19 Thread MB Software Solutions, LLC
--- StripMime Report -- processed MIME parts --- multipart/mixed text/plain (text body -- kept) message/rfc822 --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this lis

[Fwd: .NET Training for Foxpro Developers - from EPS Software]

2008-10-19 Thread MB Software Solutions, LLC
[EMAIL PROTECTED] wrote: > EPS Software to hold extensive Visual FoxPro to .NET training classes > > /*Where:*/ Onsite at EPS Software Offices (6605 Cypresswood Dr. Suite > 300; Spring, TX) or remotely via Live Meeting > /*When:*/November 12-14 (Wednesday – Friday) > /*Why:*/ An in-d

Re: [NF] M$ to push out Vista replacement in mid 2009

2008-10-23 Thread MB Software Solutions, LLC
Stephen Russell wrote: > > > To get it loaded on machines for new students and for holiday sales, > expect to see Windows 7 out next summer. > So what will this mean for VFP9 apps? Will they run without issue? __

Re: [NF] Moonlight is Silverlight on Mono

2008-10-23 Thread MB Software Solutions, LLC
Stephen Russell wrote: > Moonlight is an open source implementation of Silverlight > (http://silverlight.net), primarily for Linux and other Unix/X11 based > operating systems. In September of 2007, Microsoft and Novell > announced a technical collaboration that includes access to > Microsoft's tes

Re: Southwest Foxpro Conference Keynote is live on webcam

2008-10-23 Thread MB Software Solutions, LLC
Rick Schummer wrote: > Hi Vince, > > Thanks for plugging this. We did not really advertise it much since we did > not know if the > technology was going to work for us that night. It turned out to work pretty > good, but there were > some glitches. We also recorded the VFPX meeting live too. We

Re: Southwest Foxpro Conference Keynote is live on webcam

2008-10-23 Thread MB Software Solutions, LLC
Vince Teachout wrote: > Rick Schummer wrote: >> Hi Vince, >> >> Thanks for plugging this. We did not really advertise it much since we did >> not know if the >> technology was going to work for us that night. It turned out to work pretty >> good, but there were >> some glitches. We also recorded

Re: VFP9-Shut routine

2008-10-29 Thread MB Software Solutions, LLC
Sytze de Boer wrote: > I'm obviously getting too old for this > > In my error routine, I do a bunch of things, but I offer the client to > "simply quit the program" > It goes like this > > on shutdown > clear events > close data > quit > > It gives me Cannot quit Visual Foxpro > > I canno

Re: VFP9-Shut routine

2008-10-30 Thread MB Software Solutions, LLC
KAM.covad wrote: > There are times that none of these suggestions will work. Someone in this > list posted the solution some time ago. I have been using > it since. What you need is to compile these 2 lines of code: > > Declare ExitProcess in Win32API Long > ExitProcess(1) > > What I did is put

Re: VFP9 report behaviour

2008-10-30 Thread MB Software Solutions, LLC
geoff wrote: > I must admit to being less than impressed with the new vfp9 report > system. When VFP9 was released this was touted as being fantastic and > incredible and the greatest thing since sliced bread. The feature set > underwhelmed me at the time and now that I have tried to implement i

Re: VFP9 report behaviour

2008-10-30 Thread MB Software Solutions, LLC
Richard Kaye wrote: > I think the biggest potential gotcha is the one that Geoff mentions > where his reports are rendering differently because 9 behavior uses GDI+ > instead of VFP's native rendering. If things really have to stay at a > particular location on the page, those rendering differen

Re: VFP9-DBL click

2008-10-31 Thread MB Software Solutions, LLC
Sytze de Boer wrote: > Hi folk > I'm sure there's a simple answer for this, but it escapes me .. > > I think I know how to code a DBL CLICK event in a GRID for a specific column > But how do I program it for ALL columns ? > Set the AllowCellSelection property to .F. for the grid and then any

Re: [NF] LINQ - RIP?

2008-11-03 Thread MB Software Solutions, LLC
Allen wrote: > Makes you wonder sometimes if Microsoft technology is worth following. As > soon as you get used to it or find it even its dead. > Bloody stupid > Al Certainly an argument could easily be made for this---Windows DNA comes to mind. When I read Richard's email, I had to laugh as I

Re: Printer recomendation

2008-11-03 Thread MB Software Solutions, LLC
Nick Causton wrote: > Does anyone have any experience of Ricoh inkjets? > > I need some workgroup inkjets and am thinking of buying some Ricoh 3050n. > Problem is I cannot find anyone that has any experience of these, good or > bad. > > Workgroup printer requirements and intended use: > > Each w

Re: [NF] RE: Printer recomendation

2008-11-03 Thread MB Software Solutions, LLC
John Weller wrote: > I have just bought an HP Colour Laser - cost me £150 so would probably cost > you $150. Very pleased with the results! > > John Weller > 01380 723235 > 07976 393631 > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Michae

<    5   6   7   8   9   10   11   12   13   14   >