Re: [NF] is it possible to capture output to printer on a network.

2011-09-21 Thread Michael Madigan
I've looked at wireshark before and you're right, it is a little difficult. - Original Message - From: Paul Hill To: ProFox Email List Cc: Sent: Wednesday, September 21, 2011 2:39 AM Subject: Re: [NF] is it possible to capture output to printer on a network. On Wed, Sep 21, 2011 at 6:

Re: [NF] Programmers From India

2011-09-21 Thread Alan Bourke
> > They get, uh, BROWNIE points from Obama. Please. > I am thinking it has to do with the Microsoft tools. I personally am > not "smart enough" to do Navision or .NET, so maybe a significant > portion of programmers in this country are not up to speed on these > emerging technologies. > I

RE: [NF] Programmers From India

2011-09-21 Thread Dave Crozier
My daughter works down at SKY as a DB architect. She was up at their Edinburgh office for about 6 months and they decided to ship out all the home based Devs and replace them with the Devs from India. Although technically "OK" they had absolutely no idea of teamwork, organisational skills or i

Re: RE: [NF] Internet Yesterday

2011-09-21 Thread ds...@lycos.com
Sorry Guys, it was me downloading Win8 On Sep 20, 2011, Jarvis, Matthew -Original Message--> From: profoxtech-boun...@leafe.com[ mailto:profoxtech-boun...@leafe.com]> On Behalf Of Mi> Sent: Tuesday, September 20, 2011 1:43 PM> T profoxt...@leafe.com> Subject: [NF] Internet Yesterday> > Did

[OT] Don't play football with kids if you're a NY cop

2011-09-21 Thread Pete Theisen
Hi Everybody, Jeesh! http://jobs.aol.com/articles/2011/09/19/police-charged-for-tossing-football-with-7-year-old/?ncid=txtlnkuscare0002 -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___ Post Messages to: ProFox@leafe.co

Re: [OT] Programmers From India

2011-09-21 Thread Ted Roche
On Tue, Sep 20, 2011 at 9:08 PM, Jeff Johnson wrote: > > On 09/20/2011 06:00 PM, geoff wrote: >> We have the same problem here and it didn't start in 2008. >> Hi, Jeff: I'd respectfully suggest this is NotFox and it's NotTechnical, it's Political. It's more appropriate OT than NF, in my opinion.

RE: [NF] Programmers From India

2011-09-21 Thread Richard Kaye
Pete, you really need to think twice or maybe even 3 times before you hit that send button. -- rk -Original Message- Jeff Johnson wrote: They get, uh, BROWNIE points from Obama. -- Regards, Pete ___ Post Messages to: ProFox@leafe.com Subs

Re: [NF] Programmers From India

2011-09-21 Thread Jeff Johnson
On 09/21/2011 01:15 AM, Alan Bourke wrote: >>> They get, uh, BROWNIE points from Obama. > Please. > >> I am thinking it has to do with the Microsoft tools. I personally am >> not "smart enough" to do Navision or .NET, so maybe a significant >> portion of programmers in this country are not up to s

Re: [NF] Programmers From India

2011-09-21 Thread MB Software Solutions, LLC
The resounding theme in nearly all these stories is the same--cheaper, but not usually better. What you guys said--same story at my last gig (Sylvan). Same in every detail. Stupid move, mgmt! On 9/21/2011 4:54 AM, Dave Crozier wrote: > My daughter works down at SKY as a DB architect. She wa

Composite Key in Sql Server 2008

2011-09-21 Thread Ajoy Khaund
Hi, I have a composite key in VFP like Padl(empno,4,'0') + DTOS(kdate) + Str(shiftno,1) I use this index to do a seek to find out if a record exists for a particular employee on a particular date in a particular shift. How can I do that in sql. I am going to use cursor adaptors. TIA Regards,

Re: [NF] Programmers From India

2011-09-21 Thread MB Software Solutions, LLC
On 9/21/2011 8:04 AM, Jeff Johnson wrote: > The problem is > > He gets 5 weeks vacation That is something I like about the vaca outside the US. Their going on "holiday" is nice! :-) I'm betting the timeline isn't met. Let me know later if I'm right. -- Mike Babcock, MCP MB Sof

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 7:37 AM, Ajoy Khaund wrote: > Hi, > > I have a composite key in VFP like > > Padl(empno,4,'0') + DTOS(kdate) + Str(shiftno,1) > > I use this index to do a seek to find out if a record exists for a particular > employee on a particular date in a particular shift. > > How ca

Re: [NF] is it possible to capture output to printer on a network.

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 12:27 AM, Michael Madigan wrote: > What I think I need to do is take the printer offline and then put in > something that looks like it so the computer thinks it's printing to the > printer.   Long shot, I know. -- What type of application are you getting the reports

RE: [NF] Programmers From India

2011-09-21 Thread Alan Bourke
Amen. On Wednesday, September 21, 2011 7:50 AM, "Richard Kaye" wrote: > Pete, you really need to think twice or maybe even 3 times before you > hit that send button. > > -- > rk > > -Original Message- > > Jeff Johnson wrote: > > They get, uh, BROWNIE points from Obama. > -- > Regards

Re: [NF] Programmers From India

2011-09-21 Thread Alan Bourke
On Wednesday, September 21, 2011 5:04 AM, "Jeff Johnson" wrote: > > He gets 5 weeks vacation Well yeah, I get 26 days a year (although taking it all in one block would be frowned upon) - maybe they're closer to European employment law than U.S.! It does sound like a train wreck waiti

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Grigore Dolghin
I would create three indexes, one for each column, and use a WHERE clause in SELECT, similar to this one: WHERE empno = ?m.empno AND kdate = ?m.kdate AND shiftno = ?m.shiftno Note: using functions in expressions used in where is a performance killer because those functions get evaluated for each

Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Hi All, I am currently working with a VB.NET project (not my own) and wish to use my VFP COM DLL in it. I have created a very simple DLL for testing. The DLL works fine from VFP but when I try and implement it in the VB.NET project I get the following error. Could not load file or assembly '

Checkbox labels - right aligned

2011-09-21 Thread Kent Belan
Hello, Just wondering if anyone/everyone else has problems with checkbox labels that are right aligned ? The checkbox will not stay in the same position on the form after I save the form and reopen. Very frustrating ... Is there a work around for this ? Thanks, Kent _

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 8:54 AM, Chris Davis wrote: > Hi All, > > I am currently working with a VB.NET project (not my own) and wish to use my > VFP COM DLL in it.  I have created a very simple DLL for testing.  The DLL > works fine from VFP but when I try and implement it in the VB.NET project

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Yes it is in references and the intellisense picks it up - Original Message - From: profoxtech-boun...@leafe.com To: profoxt...@leafe.com Sent: Wed Sep 21 15:16:51 2011 Subject: Re: Help with VB.NET and VFP COM DLL On Wed, Sep 21, 2011 at 8:54 AM, Chris Davis wrote: > Hi All, > > I am

Re: Checkbox labels - right aligned

2011-09-21 Thread Michael Savage
I too, found this to be a pain, so I don't use Checkbox labels. Rather I have objecxts on the form, the checkbox and the label that goes with it. I can place the label anywhere I want then. With my base class checkbox, I set autosize=.t. and no captions. A bit of a kludge, but it works! HTH, Mi

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 8:22 AM, Grigore Dolghin wrote: > I would create three indexes, one for each column, and use a WHERE > clause in SELECT, similar to this one: > > WHERE empno = ?m.empno AND kdate = ?m.kdate AND shiftno = ?m.shiftno Those 3 indexes would never be considered for use in SQL S

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 9:20 AM, Chris Davis wrote: > Yes it is in references and the intellisense picks it up Great. What version of .NET 2005-8-10 ? What version of VFP made the dll? -- Stephen Russell Unified Health Services 60 Germantown Court Suite 220 Cordova, TN 38018 Telephone: 88

RE: Checkbox labels - right aligned

2011-09-21 Thread Lou Syracuse
It's a bug. When I needed to do that I just added a separate label. :( -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kent Belan Sent: Wednesday, September 21, 2011 7:03 AM To: profoxt...@leafe.com Subject: Checkbox labels - ri

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 9:20 AM, Chris Davis wrote: > Yes it is in references and the intellisense picks it up WAG here but the dependencies for VFP are not found. Was VFP installed on this system? If not maybe you need to put the VFP runtimes into the bin folder as well. -- Ste

RE: Checkbox labels - right aligned

2011-09-21 Thread Kent Belan
Hello Mike and Lou, I have always done the same thing, using a label and no caption on the checkbox. The problem is when the user is tabbing thru the controls, a checkbox with the label on the left puts a box around the caption when the checkbox gets control. With the label, there is no indicat

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
2008 and 9 - Original Message - From: profoxtech-boun...@leafe.com To: profoxt...@leafe.com Sent: Wed Sep 21 15:24:40 2011 Subject: Re: Help with VB.NET and VFP COM DLL On Wed, Sep 21, 2011 at 9:20 AM, Chris Davis wrote: > Yes it is in references and the intellisense picks it up Great

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Vfp is insalled on the same machine, I will try putting the files into the bin folder and let you know - Original Message - From: profoxtech-boun...@leafe.com To: profoxt...@leafe.com Sent: Wed Sep 21 15:32:48 2011 Subject: Re: Help with VB.NET and VFP COM DLL On Wed, Sep 21, 2011 at 9

RE: Checkbox labels - right aligned

2011-09-21 Thread Dave Crozier
If I remember rightly, I had the same problem and got around it by subclassing a left aligned checkbox then in the init, change the justification from Left to Right. I'm not at a machine to try this, but I'm pretty sure it works. Dave -Original Message- From: profox-boun...@leafe.com [

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Ajoy Khaund
Thanks. I have a transactions table where before doing an entry I check if that record exists by empno + date + shiftno. If the seek fails I add the records else I overwrite existing records. Maybe in SQL server we have to do it slightly differently.

RE: Checkbox labels - right aligned

2011-09-21 Thread Kent Belan
Hello Dave, I am using subclassed checkboxes. If you get a chance, would you please check and verify your work around. I will test now, if leaving the checkbox on the form as left aligned (default) and change to right align in the forms init helps. Thanks a million, Kent -Original Message

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Ajoy Khaund
@Stephen: SQL Server 2008 has a date field. Would that also keep the time portion internally. If I have to run a sql command to find if a record exists that's also fine by me becoz. I suppose that query will be very fast compared to VFP. -- From:

RE: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Moving the com dll into the bin folder does not make any difference -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Chris Davis Sent: 21 September 2011 15:43 To: profoxt...@leafe.com Subject: Re: Help with VB.NET and VFP COM DLL Vf

Re: [NF] Programmers From India

2011-09-21 Thread Ken Kixmoeller (ProFox)
On Wed, Sep 21, 2011 at 6:50 AM, Richard Kaye wrote: > Pete, you really need to think  twice or maybe even 3 times before you hit > that send button. The correct number of times Pete should think before posting is 34,820,321. No more than once per minute. Ken __

RE: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Hi scrap this one, I didn't realise vb.net creates a interop.mydllname.dll file which I also have to move -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Chris Davis Sent: 21 September 2011 15:21 To: profoxt...@leafe.com Subject: R

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 10:15 AM, Chris Davis wrote: > Moving the com dll into the bin folder does not make any difference - That error usually means something from the GAC could not be found when you called that COM. The COM returns a failure message that is lame and that is how .NE

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 10:20 AM, Ajoy Khaund wrote: > Thanks. > I have a transactions table where before doing an entry I check if that > record exists by empno + date + shiftno. If the seek fails I add the records > else I overwrite existing records. Maybe in SQL server we have to do it > slight

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Just find oledb and vfp data in vb a chore - Original Message - From: profoxtech-boun...@leafe.com To: profoxt...@leafe.com Sent: Wed Sep 21 16:49:15 2011 Subject: Re: Help with VB.NET and VFP COM DLL On Wed, Sep 21, 2011 at 10:15 AM, Chris Davis wrote: > Moving the com dll into the bi

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 11:08 AM, Chris Davis wrote: > Just find oledb and vfp data in vb a chore --- Yep it is a chore. That might be where things are messed up. In that within VFP and the VFP engine it is fine, but anything else it fails. Can this com be called from excel in

Re: Help with VB.NET and VFP COM DLL

2011-09-21 Thread Chris Davis
Sorry I might have been a bit vague on a previous mail , it is now working now I have moved the interop dll vb created - Original Message - From: profoxtech-boun...@leafe.com To: profoxt...@leafe.com Sent: Wed Sep 21 17:19:23 2011 Subject: Re: Help with VB.NET and VFP COM DLL On Wed, S

RE: [NF] is it possible to capture output to printer on a network.

2011-09-21 Thread Jarvis, Matthew
> Is there a way to capture the data between the network cable and the > network printer with some black box or laptop or something?   In other > words I want to emulate a laser printer with a black box and capture the > output to a print file, then I can convert that to plain text.  I want the > c

Re: [NF] is it possible to capture output to printer on a network.

2011-09-21 Thread Paul McNett
On 9/21/11 9:52 AM, Jarvis, Matthew wrote: >> Is there a way to capture the data between the network cable and the >> network printer with some black box or laptop or something? In other >> words I want to emulate a laser printer with a black box and capture the >> output to a print file, then I

Re: [OT] Don't play football with kids if you're a NY cop

2011-09-21 Thread Michael Madigan
Was it 10 minutes or 8 hours is the question I guess.  From: Pete Theisen To: ProFox Email List Sent: Wednesday, September 21, 2011 6:04 AM Subject: [OT] Don't play football with kids if you're a NY cop Hi Everybody, Jeesh! http://jobs.aol.com/articles/2011/0

RE: [OT] Don't play football with kids if you're a NY cop

2011-09-21 Thread Adam Buckland
It's just stupid... by playing ball with the kids, they will see the Police as good rather than as an enemy... give them a round of applause rather than a stupid charge... -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan Se

RE: [OT] Don't play football with kids if you're a NY cop

2011-09-21 Thread Michael Oke, II
Read thru the story and you will realize just how stupid it truly is. Unless they were playing for their entire shift, then it becomes a different story. The fact that that is not mentioned would lead one to conclude that it isn't the case. Michael Oke, II 661-349-6221 oke...@gmail.com On Sep 21,

Re: [NF] Internet Yesterday

2011-09-21 Thread MB Software Solutions, LLC
On 9/21/2011 5:24 AM, ds...@lycos.com wrote: > Sorry Guys, it was me downloading Win8 lol! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/

Re: [NF] problems on a laptop

2011-09-21 Thread MB Software Solutions, LLC
On 9/16/2011 5:23 AM, Allen wrote: > Hi guys. > A client has a laptop that works fine on the network, using data on a server > or local. But take it off the network and it won't load, no errors nothing. > There are two VFP9SP1 apps one is fine and the other behaves like above. I > do have some Acti

RE: [OT] Don't play football with kids if you're a NY cop

2011-09-21 Thread john harvey
Yep, I have let my officers play a quick game of basketball with some of the kids in the hood to build some rapport. One of our officers was very good at basketball, and he drove the bucket and dunked the ball on those kids wearing his gunbelt! We all had a big laugh, especially when I told the kid

Re: [NF] problems on a laptop

2011-09-21 Thread Allen
probably ET :) Al -Original Message- From: MB Software Solutions,LLC Sounds to me like something is trying to call home (remote). ??? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

RE: XFRX default "output" file name

2011-09-21 Thread Richard Kaye
Hi James, I've found a way to assign a custom file name that the previewer class will use instead of output. If you're interested, let me know. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of James E Harvey Sent: Friday, S

[OT] Onstar tracking continues after terminating subscription.

2011-09-21 Thread Michael Madigan
http://www.theblaze.com/stories/onstar-announces-tracking-continues-even-after-cancellation/ ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailm

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread MB Software Solutions, LLC
On 9/15/2011 12:50 PM, Stephen Russell wrote: > I see M$ screwing the pooch with this next release. Another Vistaster? http://www.urbandictionary.com/define.php?term=Vistaster -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com ht

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread MB Software Solutions, LLC
On 9/15/2011 5:56 PM, Alan Bourke wrote: > the iPad which doesn't allow multiple windows at all. But the cartoonist > obviously didn't want to let facts get in the way of a half-informed > troll. lol ___ Post Messages to: ProFox@leafe.com Subscription

RE: XFRX default "output" file name

2011-09-21 Thread James E Harvey
Yes, I'm definitely interested. Please excuse me for asking too much, but what about changing the default path to a folder other than the working folder... James E Harvey Corresponding Officer/M.I.S. Hanover Shoe Farms, Inc. www.hanoverpa.com office: 717-637-8931 cell: 717-887-2565 fax: 717-637-

Re: Composite Key in Sql Server 2008

2011-09-21 Thread Dan Covill
Something like this: select * from EmpTable into cursor CX where EMPNO = nEmp ; and KDATE = dShift and SHIFTNO = nShift if reccount(CX) = 0 *-- then he's not there In other words, forget about the VFP concatenations, just ask the question field by field. Dan Covill San

Re: [NF] problems on a laptop

2011-09-21 Thread Michael Madigan
Maybe you compiled a network drive letter somewhere in your program that becomes unavailable when you disconnect? - Original Message - From: "MB Software Solutions, LLC" To: ProFox Email List Cc: Sent: Wednesday, September 21, 2011 2:05 PM Subject: Re: [NF] problems on a laptop On 9

[NF] SSL Hacked

2011-09-21 Thread Michael Madigan
http://www.theregister.co.uk/2011/09/19/beast_exploits_paypal_ssl/ ___ 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 Search

COLUMN Not Found...

2011-09-21 Thread Kurt Wendt
OK - I am getting this error - and it just does NOT seem to make sense. This is the Clip of code: SELECT *, Vendor1 as Grp_Vndr FROM Cuttkt ; WHERE &XFILTER ; INTO CURSOR Temp_Cut1 READWRITE SCAN REPLACE Grp_Vndr WITH IIF(Ct_stage="2",Vendor2,IIF(Ct_stage="3",Vendor3,V

Re: COLUMN Not Found...

2011-09-21 Thread Richard Quilhot
Run the second query without any "order by" clauses and then look at the column names in the output. Rick Q quilh...@gmail.com On Wed, Sep 21, 2011 at 4:55 PM, Kurt Wendt wrote: > OK - I am getting this error - and it just does NOT seem to make sense. > This is the Clip of code: > > SELECT *

Re: [NF] problems on a laptop

2011-09-21 Thread MB Software Solutions, LLC
On 9/21/2011 4:13 PM, Michael Madigan wrote: > Maybe you compiled a network drive letter somewhere in your program that > becomes unavailable when you disconnect? That's a good suggestion. And a good reason to never include/hardcode anything like that! -- Mike Babcock, MCP MB Software Solut

RE: COLUMN Not Found...

2011-09-21 Thread Kurt Wendt
I just did as you suggested. And, sure enough - the fields ARE There - with the names that I was using in the Select. Before you replied, I just tried pulling out the Grp_Vndr field from the ORDER BY - only to have it THEN give me the same error for the Ct_stage field! -K- -Original Message--

Re: COLUMN Not Found...

2011-09-21 Thread Richard Quilhot
The quick & dirty fix is to use column numbers instead of names. Rick Q quilh...@gmail.com On Wed, Sep 21, 2011 at 5:16 PM, Kurt Wendt wrote: > I just did as you suggested. And, sure enough - the fields ARE There - > with the names that I was using in the Select. Before you replied, I > just

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread MB Software Solutions, LLC
On 9/16/2011 9:42 AM, Stephen Russell wrote: > My boss has no desire to consider the cloud for what we do. He is > also a VB6 fan so I understand his resistance. LOL! Does that mean he hates VFP? -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsof

Re: COLUMN Not Found...

2011-09-21 Thread Richard Quilhot
Try the second query with use "Temp_Cut" not "Temp_Cut1" in the order by clause, or just use the column names without the prefix. Rick Q quilh...@gmail.com On Wed, Sep 21, 2011 at 4:55 PM, Kurt Wendt wrote: > OK - I am getting this error - and it just does NOT seem to make sense. > This is t

Re: XFRX support

2011-09-21 Thread MB Software Solutions, LLC
On 9/16/2011 9:26 AM, James E Harvey wrote: > XFRX support resolution. > > Martin got back to me on my two issues. > > 1.I added the icon bitmaps into my project rebuilt the exe and now the > icons appear as expected. > > 2.Currently there is no way to substitute a randomly generated > file

RE: Composite Key in Sql Server 2008

2011-09-21 Thread Grigore Dolghin
Hey, Stephen Are you sure the indexes won't be used in the WHERE clause I posted? Why it would do a tablescan? -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Wednesday, September 21, 2011 5:24 PM To: profoxt..

RE: COLUMN Not Found...

2011-09-21 Thread Kurt Wendt
Actually - when I initially had the problem - I did NOT use the Cursor name prefixes. But, after the problem 1st occurred - I stuck them in - hoping it would help. However, I guessed wrong... Anyway - I may try another was of solving the problem - so that I don't even have to use the SCAN loop OR

RE: COLUMN Not Found...

2011-09-21 Thread Kurt Wendt
Well - as they say - there's "More than one way to Skin a Cat!" (But - who the HELL ever came up with that Phrase - and did some Dude actually sit around trying to figure out how many ways to do it? If so - he's gotta be one Sick Bastard!) Ah, but, I digress... I got it working - ba

Re: [NF] problems on a laptop

2011-09-21 Thread Fred Taylor
That's one that has bitten me in the past. Network drive letters/UNC paths that are built into an .EXE are looked for and if they don't exist, the load waits until Windows times out looking for it. I think VFP9 added a SYS(2450) that was supposed to help with that, but never tried it. This is so

Re: [NF] Programmers From India

2011-09-21 Thread Ricardo Araoz
El 21/09/11 02:31, MB Software Solutions, LLC escribió: > On 9/20/2011 10:37 PM, Michael Madigan wrote: >> Just another way the natural born American gets screwed. > I'm betting this is closer to the truth. > Errhhh screwed by other natural born Americans (unless they were caesarean born Ameri

Re: [NF] problems on a laptop

2011-09-21 Thread Michael Madigan
That CD drive problem was maddening  - Original Message - From: Fred Taylor To: ProFox Email List Cc: Sent: Wednesday, September 21, 2011 6:08 PM Subject: Re: [NF] problems on a laptop That's one that has bitten me in the past.  Network drive letters/UNC paths that are built into an .

Re: [NF] problems on a laptop

2011-09-21 Thread Paul McNett
On 9/21/11 3:08 PM, Fred Taylor wrote: > That's one that has bitten me in the past. Network drive letters/UNC paths > that are built into an .EXE are looked for and if they don't exist, the load > waits until Windows times out looking for it. I think VFP9 added a > SYS(2450) that was supposed to

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 4:24 PM, MB Software Solutions, LLC wrote: > On 9/16/2011 9:42 AM, Stephen Russell wrote: >> My boss has no desire to consider the cloud for what we do.  He is >> also a VB6 fan so I understand his resistance. > > > LOL!  Does that mean he hates VFP? --

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread MB Software Solutions, LLC
On 9/21/2011 9:52 PM, Stephen Russell wrote: > On Wed, Sep 21, 2011 at 4:24 PM, MB Software Solutions, LLC > wrote: >> On 9/16/2011 9:42 AM, Stephen Russell wrote: >>> My boss has no desire to consider the cloud for what we do. He is >>> also a VB6 fan so I understand his resistance. >> >> >> LO

Re: [NF] Windows 1 vs. Windows 8

2011-09-21 Thread Stephen Russell
On Wed, Sep 21, 2011 at 9:48 PM, MB Software Solutions, LLC wrote: > On 9/21/2011 9:52 PM, Stephen Russell wrote: >> On Wed, Sep 21, 2011 at 4:24 PM, MB Software Solutions, LLC >>  wrote: >>> On 9/16/2011 9:42 AM, Stephen Russell wrote: My boss has no desire to consider the cloud for what we

Re: [NF] Programmers From India

2011-09-21 Thread Pete Theisen
Richard Kaye wrote: > Pete, you really need to think twice or maybe even 3 times before you hit > that send button. Hi Richard, If you have never heard of brownie points, you have never worked a job that involves real work. Sure, invoking it in this connection is a bad pun on skin color of Ob

Re: [OT] Programmers From India

2011-09-21 Thread Pete Theisen
Ted Roche wrote: > On Tue, Sep 20, 2011 at 9:08 PM, Jeff Johnson wrote: >> On 09/20/2011 06:00 PM, geoff wrote: >>> We have the same problem here and it didn't start in 2008. >>> > > Hi, Jeff: > > I'd respectfully suggest this is NotFox and it's NotTechnical, it's > Political. It's more appropri

Re: [OT] Onstar tracking continues after terminating subscription.

2011-09-21 Thread Pete Theisen
Michael Madigan wrote: > > > http://www.theblaze.com/stories/onstar-announces-tracking-continues-even-after-cancellation/ Hi Michael, Dear Mr. Customer, Pay up now to avoid our telling your wife where you were last night, you horn dog you . . . -- Regards, Pete http://pete-theisen.com/ http

[OT] Long nights at the firehouse, and nothing on TV

2011-09-21 Thread Pete Theisen
Hi Everybody, http://www.theblaze.com/stories/rookie-prank-this-is-the-fake-shooting-video-that-could-get-some-ga-firemen-fired/?utm_source=nextStoryFlyout -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___ Post Messages to:

Runtime Filename VFP5.0a

2011-09-21 Thread GaryT
Hi guys I was an active participant in all incarnations of the Fox mailing lists, from when they began right through to 1999 when I took on the task of publishing a 64-page monthly computer magazine. Then followed chaos. All email messages from those various lists are now Zipped and spread far an

Re: Runtime Filename VFP5.0a

2011-09-21 Thread Richard Quilhot
You might be able to get a copy here: http://www.foxpert.com/runtime.htm Rick Q quilh...@gmail.com On Thu, Sep 22, 2011 at 2:07 AM, GaryT wrote: > Hi guys > > I was an active participant in all incarnations of the Fox mailing > lists, from when they began right through to 1999 when I took