Re: [OT] Univision who?

2011-10-05 Thread Michael Madigan
Univision is owned by Obama state television, NBC, so of course they'll do anything to go after Republicans.  From: Pete Theisen To: ProFox Email List Sent: Tuesday, October 4, 2011 6:14 PM Subject: [OT] Univision who? Hi Everybody, http://www.foxnews.com/pol

Re: [OT] New UN building? NO!

2011-10-05 Thread Michael Madigan
Kick them the hell out of NY From: Pete Theisen To: ProFox Email List Sent: Tuesday, October 4, 2011 11:35 PM Subject: [OT] New UN building? NO! Hi Everybody, "With little attention from national media or Congress, the pieces are falling into place for the Un

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Michael Oke, II
Check with HP. Last time I checked, I could get systems from them configured as I needed. Michael Oke, II 661-349-6221 oke...@gmail.com On Oct 4, 2011 5:12 PM, "Paul McNett" wrote: > Apparently, Dell isn't selling 32-bit Windows 7 computers anymore, but I need one for > a customer that is running

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Malcolm Greene
Paul, > I'd really like to avoid having to invoice them for installing Windows. Once > you factor in the Windows Updates and reboots, we are talking more than 2 > hours of sitting there waiting for the next dialog to click through. I think you're going to spend a significant amount of time appl

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Alan Bourke
On Wednesday, October 05, 2011 7:00 AM, "Malcolm Greene" wrote: > BTW: I think your 2 hour estimate is a bit optimistic. I would add > another few hours if you plan on installing an alternative browser, > updating Acrobat, Flash, Java; installing some version of (Open) Office; > and installing

Re: Hide VFP Command Window

2011-10-05 Thread Angel Dario Rodriguez
Thank you very much, Fred. De: Fred Taylor Para: ProFox Email List Enviado: miércoles 5 de octubre de 2011 1:55 Asunto: Re: Hide VFP Command Window 1) Use the runtime for your app, probably needs to be an .EXE, at least as the starting program that can call yo

Re: [NF]When nycap.rr.com mail server bounces messages

2011-10-05 Thread Ed Leafe
On Oct 5, 2011, at 12:27 AM, PabloSr wrote: > This may be a question for Ed Leafe, or for some other list member > that has the same email server as I do. > > What is the response that is returned by that server system. I would > like to provide my ISP provider with exact feedback, or possible

RE: Speed and complexity of report

2011-10-05 Thread Richard Kaye
I haven't used it myself yet but try looking at the Task Pane Manager Solution Samples. The What's New in VFP 9 section has a couple examples on how to use multi-detail band reports. -- rk -Original Message- Subject: Speed and complexity of report Questions Is this a multiple detail b

Re: [NF] Desktop Shortcuts Renamed

2011-10-05 Thread Stephen Russell
On Tue, Oct 4, 2011 at 11:40 PM, Charles Hart Enzer, M.D., FAACP wrote: > I am using WIN 7 Ultimate 64-bit. > > Suddenly, all shortcuts -- Desktop, Quick Launch, Start Menu -- got > renamed to xxx.LNK and the icon changed to Word (2003). > > Clicking brings up Word (2003) and a series of error mes

SQL Server Native Client error handling.

2011-10-05 Thread Alan Bourke
I'm connecting to SQL Server 2008 from VFP9 SP2 using the SQL Server Native Client 10. I'm using SqlStringConnect() Which all works fine, except when the connection fails for whatever reason. When this happens the client throws up a big message box with the error details and then a dialog so a con

Re: SQL Server Native Client error handling.

2011-10-05 Thread Stephen Russell
On Wed, Oct 5, 2011 at 10:01 AM, Alan Bourke wrote: > I'm connecting to SQL Server 2008 from VFP9 SP2 using the SQL Server > Native Client 10. I'm using SqlStringConnect() > > Which all works fine, except when the connection fails for whatever > reason. When this happens the client throws up a big

Re: SQL Server Native Client error handling.

2011-10-05 Thread Alan Bourke
On Wednesday, October 05, 2011 10:07 AM, "Stephen Russell" wrote: > > try > catch(SQLException sex) > messagebox.show(sex.Message) Um .. thanks, but that looks like C# whereas I need to do that in VFP :) -- Alan Bourke alanpbourke (at) fastmail (dot) fm _

Re: SQL Server Native Client error handling.

2011-10-05 Thread Stephen Russell
On Wed, Oct 5, 2011 at 10:23 AM, Alan Bourke wrote: > > > On Wednesday, October 05, 2011 10:07 AM, "Stephen Russell" > wrote: >> >> try >> catch(SQLException sex) >> messagebox.show(sex.Message) > > Um .. thanks, but that looks like C# whereas I need to do that in VFP :) > --

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
Sounds like you may have warning messages turned on? Before you try to make your connection: SQLSETPROP(0, "DISPWARNINGS", .F. ) m.nH = SQLSSTRINGCONNECT(... Fred On Wed, Oct 5, 2011 at 8:01 AM, Alan Bourke wrote: > I'm connecting to SQL Server 2008 from VFP9 SP2 using the SQL Server > Nati

Re: SQL Server Native Client error handling.

2011-10-05 Thread Alan Bourke
On Wednesday, October 05, 2011 10:37 AM, "Stephen Russell" wrote: > > You can do a try catch in VFP. That's the first thing I did. > > Can't you define what you are catching and allow a different catch > block by exception type? Nope - you can only CATCH TO a variable which gets created as

Re: SQL Server Native Client error handling.

2011-10-05 Thread Alan Bourke
Thanks Fred - that has no effect so these mustn't come under the 'warnings' heading. On Wednesday, October 05, 2011 8:47 AM, "Fred Taylor" wrote: > Sounds like you may have warning messages turned on? Thanks Fred - that has no effect so these mustn't come under the 'warnings' heading. -- Alan

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Paul McNett
On 10/4/11 10:10 PM, MB Software Solutions, LLC wrote: > On 10/4/2011 8:12 PM, Paul McNett wrote: >> > Apparently, Dell isn't selling 32-bit Windows 7 computers anymore, but I >> > need one for >> > a customer that is running older software (MAS90 and Act) that will run >> > on 32-bit but >> >

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Paul McNett
On 10/5/11 4:00 AM, Malcolm Greene wrote: > BTW: I think your 2 hour estimate is a bit optimistic. I would add > another few hours if you plan on installing an alternative browser, > updating Acrobat, Flash, Java; installing some version of (Open) Office; > and installing and configuring anti-virus

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
Do you normally display the logon screen? Maybe if you have that turned on it wants you to see any error for that. Fred On Wed, Oct 5, 2011 at 9:11 AM, Alan Bourke wrote: > Thanks Fred - that has no effect so these mustn't come under the > 'warnings' heading. > > On Wednesday, October 05, 201

Re: SQL Server Native Client error handling.

2011-10-05 Thread Stephen Russell
On Wed, Oct 5, 2011 at 11:08 AM, Alan Bourke wrote: > Nope - you can only CATCH TO a variable which gets created as the VFP > 'Exception' type if an error happens - you can't make it an > SQLException. And anyway the SQL Native Client stuff doesn't fire the > CATCH. What it needs is the ability t

Re: SQL Server Native Client error handling.

2011-10-05 Thread Fred Taylor
If I set both DISPLOGIN and DISPWARNINGS, I don't have a problem even if the SQL SERVER doesn't really exist. SQLSETPROP(0, "DISPWARNINGS", .f. ) SQLSETPROP(0, "DISPLOGIN", 3 ) nH = Sqlstringconnect([DRIVER=SQL Server Native Client 10.0;SERVER=DEVSERVERxxx\DEV;Trusted_Connection=Yes;DATABASE=Repor

Steve Jobs Dies

2011-10-05 Thread Michael Madigan
Rest In Peace.   --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free ve

RE: Steve Jobs Dies

2011-10-05 Thread Jarvis, Matthew
> Subject: Steve Jobs Dies > > Rest In Peace. RIP indeed... Even anounced it on ESPN.com (sports web site).. Thanks, Matthew Jarvis || Business Systems Analyst IT Department McKenzie-Willamette Medical Center 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: 541-744-6145

Re: Steve Jobs Dies

2011-10-05 Thread Michael Oke, II
+1 Michael Oke, II 661-349-6221 oke...@gmail.com On Oct 5, 2011 4:44 PM, "Michael Madigan" wrote: > Rest In Peace. > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _

[OT] Meghan McCain lawsuit and Lawyers

2011-10-05 Thread Ken Kixmoeller (ProFox)
Hey - - - (My first [OT] thread started, I think...) I don't know if anyone here is following the whole Meghan McCain business (I had to WikiPedia to confirm who she is), but the letter to her lawyer is priceless! A couple of quotes: "...I confess that I first took the letter itself (from her law

Re: Steve Jobs Dies

2011-10-05 Thread Vincent Teachout
Michael Madigan wrote: > Rest In Peace. Indeed. ___ 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: ht

Re: Steve Jobs Dies

2011-10-05 Thread Jeff Johnson
On 10/05/2011 04:43 PM, Michael Madigan wrote: > Rest In Peace. > A truly great man that changed world. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: Steve Jobs Dies

2011-10-05 Thread lelandj
On 10/05/2011 06:43 PM, Michael Madigan wrote: > Rest In Peace. We have lost a great one. Sad day. Regards, LelandJ > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative >text/plain (text body -- kept) >text/html > --- > [excessive quoting removed by serve

Re: Data on the Internet

2011-10-05 Thread Ken Dibble
>You save up to 98% of your existing code. Hi Thierry. I have some questions about this. 1. How complex a system can this "translate" to the web? Can it do more than simple orders/line item CRUD and simple "SET RELATION" style reports? 2. Does it require a VFP design that uses form data enviro

Re: [NF] Need 32-bit Windows7 OEM Computer

2011-10-05 Thread Ken Dibble
>Recommendations for an online seller of such a system? We typically went with >mid-range Dell Vostro. I think you're in CA aren't you Paul? I was going to recommend my regional white-box vendor, Red Barn Computers. They will set up any machine you want, any way you want. I get 32-bit Win 7 ma

Re: [OT] Meghan McCain lawsuit and Lawyers

2011-10-05 Thread Michael Madigan
This is what happens when you marry a trophy wife, your kid can get HER genes.   I'm sure McCain is sorry he didn't pull out.  From: Ken Kixmoeller (ProFox) To: ProFox Email List Sent: Wednesday, October 5, 2011 8:26 PM Subject: [OT] Meghan McCain lawsuit and L