Re: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Michael Savage
I have Win 7/64 bit and I have a 7 port USB hub attached and it works fine.
Mike

On 23/03/2012 3:38 PM, Lew Schwartz wrote:
 New machine = new headaches.

 So under W7/64 ... I'm only seeing usb 3.0 hubs with a max of 4 ports.
 Is this a band width limitation or what?

[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/4f6d9e7a.4020...@golden.net
** 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: Win API LookupAccountSid() VFP code sample?

2012-03-24 Thread Thierry Nivelet
Thanks to both of you
Found this
http://fr.narkive.com/2004/8/13/2355732-openprocess.html
should do it!

Thierry Nivelet
FoxInCloud
Give your VFP app. a new life in the cloud
http://foxincloud.com/


Le 23/03/12 19:14, Richard Kaye a écrit :
 You might also want to try posting in the VFPX discussion group as the folks 
 who wrote the VFP2C32 library might chime in. I did take a quick peak in it 
 but it does not appear to be one of the functions that has been wrapped in 
 that library.

 --
 rk

 -Original Message-
 From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On 
 Behalf Of Fred Taylor
 Sent: Friday, March 23, 2012 2:13 PM
 To: profoxt...@leafe.com
 Subject: Re: Win API LookupAccountSid() VFP code sample?

 Have you tried news2news.com?  Looks like you need to be a member to access 
 the examples for  LookupAccountSid though.

 Fred

 On Fri, Mar 23, 2012 at 10:49 AM, Thierry Nivelet
 tnive...@foxincloud.comwrote:

 Hi,

 Does anyone have a VFP code sample using LookupAccountSid() Win API
 function?

 Thanks,
 thn

[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/4f6db515.70...@foxincloud.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Lew Schwartz
Yes, but are they all 3.0 ports? The ones I'm seeing have a max of 4
3.0 ports and the rest are 2.0's. Apparently the chief difference is
the amount of juice available to the 3.0 ports. Devices that require
more power work in 3.0  not 2.0, also the reason for the external
power supply.

If, indeed, they are all 3.0's, who makes it?

-Lew

On Sat, Mar 24, 2012 at 6:14 AM, Michael Savage msav...@golden.net wrote:
 I have Win 7/64 bit and I have a 7 port USB hub attached and it works fine.
 Mike

 On 23/03/2012 3:38 PM, Lew Schwartz wrote:
 New machine = new headaches.

 So under W7/64 ... I'm only seeing usb 3.0 hubs with a max of 4 ports.
 Is this a band width limitation or what?

[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/cafuu78dobkzll10u8brtuj3ngp0cmhmvsamexwgy-k9j8vx...@mail.gmail.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Lew Schwartz
So does the current version of WINE support all VFP's features? I
recall it falling short a while back.

On Sat, Mar 24, 2012 at 4:13 AM, Pete Theisen petethei...@verizon.net wrote:
 MB Software Solutions, LLC wrote:
 On 3/23/2012 11:27 PM, Stephen Russell wrote:
 Has anyone downloaded Win8 yet and installed it?

 It is going to be a lot different.

 Cheezus...WHY?  We haven't even gotten to Win7 yet!!



 Hi Michael,

 I quit the Great Satan at early XP. Have not looked back except when
 forced.

 Gentoo, Mepis, Ubuntu, Peanut, Debris, Fedora and even Puppy Linux are
 all better and easier. With WINE you can even run Visual FoxPro.
 --
 Regards,

 Pete
 http://pete-theisen.com/
 http://elect-pete-theisen.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/cafuu78ctatjy-bnxsw2rizrxu0cqs_nv7zmvuj5gx7ep4v6...@mail.gmail.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.


Multiple cursors returned from Stored Procedure

2012-03-24 Thread MB Software Solutions, LLC
VFP9SP2 calling a stored procedure in MariaDB (MySQL)

My stored procedure returns 6 cursors.  Can the Fox handle getting 
multiple cursors back?  I thought so, by my SQLEXEC call fails with 
nothing showing when I do AERROR(laError).

I could have swore I was able to do this years ago (VFP5 or 6?).

Ideas?  tia,
--Mike

-- 
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: 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/4f6de06a.5010...@mbsoftwaresolutions.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Stephen Russell
On Fri, Mar 23, 2012 at 11:22 PM, MB Software Solutions, LLC
mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
 On 3/23/2012 11:27 PM, Stephen Russell wrote:
 Has anyone downloaded Win8 yet and installed it?

 It is going to be a lot different.

 Cheezus...WHY?  We haven't even gotten to Win7 yet!!


Ostrich


-- 
Stephen Russell

901.246-0159 cell

___
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/cajidmyjbaxp+ne1v-5gfn7monnpwo00w6w1cxx1arsxxphf...@mail.gmail.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread MB Software Solutions, LLC
On 3/24/2012 11:11 AM, Stephen Russell wrote:
 Cheezus...WHY?  We haven't even gotten to Win7 yet!!
 

 Ostrich



Hey, I just work here...I don't set policy.  :-)  (I was speaking of my 
day gig.)


-- 
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: 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/4f6de57a.7030...@mbsoftwaresolutions.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Stephen Russell
On Sat, Mar 24, 2012 at 10:17 AM, MB Software Solutions, LLC
mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
 On 3/24/2012 11:11 AM, Stephen Russell wrote:
 Cheezus...WHY?  We haven't even gotten to Win7 yet!!
 

 Ostrich



 Hey, I just work here...I don't set policy.  :-)  (I was speaking of my
 day gig.)
-

Just download a virtualbox from oracle and install it.  You will need
to google for the key in install as a heads up.  Give it 4 gig of ram
if you can.


-- 
Stephen Russell

901.246-0159 cell

___
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/cajidmyk2gokt8uc7gwucjgz1+jkr13bu1o1svqqh89uxanp...@mail.gmail.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.


Outlook Automation

2012-03-24 Thread Jeff Johnson
I am updating Outlook calendar events and everything is working except 
for one thing.  ReminderMinutesBeforeStart.  No matter what I have tried 
it still defaults to 15 minutes.

I have tried converting the minutes to long, saving the entry and then 
changing the minutes.  I have tried setting the reminder to true before 
and after.  No matter what I do it still defaults to 15 minutes.

Outlook 2003

Any ideas?

-- 
Jeff

---

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

www.san-dc.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/4f6dfa16.6080...@san-dc.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 Michael Madigan
Yeah, we seem to be getting a lot of record in use errors



 From: Rick Schummer pro...@whitelightcomputing.com
To: profox@leafe.com 
Sent: Saturday, March 24, 2012 12:04 PM
Subject: RE: Is there a problem with VFP 9.0 and FPW 2.6 accessing the same 
database? 
 
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



[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/1332615494.76900.yahoomail...@web125603.mail.ne1.yahoo.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.


[OT] Bammer, Jackson, Sharpton, Farrakhan racists

2012-03-24 Thread Pete Theisen
Hi Everybody,

Are all the n-words racists, or just the leaders?

http://www.redstate.com/irondiopriest/2012/03/24/boy-burned-in-racial-attack-but-he-doesnt-look-like-obamas-fictitious-son-so-nevermind/
-- 
Regards,

Pete
http://pete-theisen.com/
http://elect-pete-theisen.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/4f6e3e3b.4010...@verizon.net
** 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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Lew Schwartz
Won't work for me. I need a very quick fix or a lang as rich as fox
that's really easy to pick up. I'm just too close to retirement to
start something that won't put me on a pro level til a few years out.
There are demise fox gigs out there; that's what I've been getting.

On Sat, Mar 24, 2012 at 5:11 PM, Pete Theisen petethei...@verizon.net wrote:
 Lew Schwartz wrote:
 So does the current version of WINE support all VFP's features? I
 recall it falling short a while back.

 Hi Lew,

 With dabo being developed I think most of the WINE/fox heads are looking
 at that. I am taking some classes in Linux proper and from what I see
 there I think Python or PHP are very interesting to do what the fox used
 to do.

 I quit the Great Satan at early XP. Have not looked back except when
 forced.

 Gentoo, Mepis, Ubuntu, Peanut, Debris, Fedora and even Puppy Linux are
 all better and easier. With WINE you can even run Visual FoxPro.
 --
 Regards,

 Pete
 http://pete-theisen.com/
 http://elect-pete-theisen.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/CAFuU78fqCkuTk8jNrnUcHi=OP=zxej-b+c4fwc3eqhenx2y...@mail.gmail.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.


[OT] No Call from Bammer?

2012-03-24 Thread Pete Theisen
Hi Everybody,

He doesn't look like Bammer's son, besides, it is what White boy deserves.

http://www.redstate.com/irondiopriest/2012/03/24/boy-burned-in-racial-attack-but-he-doesnt-look-like-obamas-fictitious-son-so-nevermind/
-- 
Regards,

Pete
http://pete-theisen.com/
http://elect-pete-theisen.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/4f6e489a.80...@verizon.net
** 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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Michael Madigan
the problem is that some models  or models are not compatible



 From: Michael Savage msav...@golden.net
To: ProFox Email List profox@leafe.com 
Sent: Saturday, March 24, 2012 6:14 AM
Subject: Re: OT: USB 3.0 hubs: limited to 4 ports?
 
I have Win 7/64 bit and I have a 7 port USB hub attached and it works fine.
Mike

On 23/03/2012 3:38 PM, Lew Schwartz wrote:
 New machine = new headaches.

 So under W7/64 ... I'm only seeing usb 3.0 hubs with a max of 4 ports.
 Is this a band width limitation or what?

[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/4f6d9e7a.4020...@golden.net
** 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.

--- 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 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/1332627627.85878.yahoomail...@web125605.mail.ne1.yahoo.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread Michael Madigan
the problem is that some models  or models are not compatible



 From: Michael Savage msav...@golden.net
To: ProFox Email List profox@leafe.com 
Sent: Saturday, March 24, 2012 6:14 AM
Subject: Re: OT: USB 3.0 hubs: limited to 4 ports?
 
I have Win 7/64 bit and I have a 7 port USB hub attached and it works fine.
Mike

On 23/03/2012 3:38 PM, Lew Schwartz wrote:
 New machine = new headaches.

 So under W7/64 ... I'm only seeing usb 3.0 hubs with a max of 4 ports.
 Is this a band width limitation or what?

[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/4f6d9e7a.4020...@golden.net
** 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.

--- 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 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/1332627634.26921.yahoomail...@web125604.mail.ne1.yahoo.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.


[OT] Nine alternative race guys rape 14 year old girl

2012-03-24 Thread Pete Theisen
Hi Everybody,

What, has the war with North Korea started? Can't be NKs, none are named 
Park or Lee.

http://www.dailymail.co.uk/news/article-2119741/Nine-gang-members-charged-rape-14-year-old-girl-grabbed-door-frames-panels-carried-abandoned-home.html
-- 
Regards,

Pete
http://pete-theisen.com/
http://elect-pete-theisen.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/4f6e4d05.2060...@verizon.net
** 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 MB Software Solutions, LLC
On 3/24/2012 12:04 PM, Rick Schummer wrote:
 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:


H...so I'm wondering why this isn't working?  Odd.  Thanks.


-- 
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: 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/4f6ea319.8020...@mbsoftwaresolutions.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: OT: USB 3.0 hubs: limited to 4 ports?

2012-03-24 Thread MB Software Solutions, LLC
On 3/24/2012 11:33 AM, Stephen Russell wrote:
 On Sat, Mar 24, 2012 at 10:17 AM, MB Software Solutions, LLC
 mbsoftwaresoluti...@mbsoftwaresolutions.com  wrote:
 On 3/24/2012 11:11 AM, Stephen Russell wrote:
 Cheezus...WHY?  We haven't even gotten to Win7 yet!!
 

 Ostrich



 Hey, I just work here...I don't set policy.  :-)  (I was speaking of my
 day gig.)
 -

 Just download a virtualbox from oracle and install it.  You will need
 to google for the key in install as a heads up.  Give it 4 gig of ram
 if you can.




Steve,

My laptop maxes out at 2GB, and the hard drive is small and near full 
too.  It ain't happening as you say.

-- 
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: 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/4f6ea352.3050...@mbsoftwaresolutions.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.