Re: [OT] Rioters in London not stealing books. LOL

2011-08-11 Thread Michael Madigan
If you really want to protect your home or business from being destroyed by the savages, put up HELP WANTED signs, they stay away from them like a vampire does from garlic.  From: geoff To: 'ProFox Email List' Sent: Friday, August 12, 2011 2:32 AM Subject: RE:

Re: [NF] "Word" printer driver

2011-08-11 Thread Paul Hill
On Thu, Aug 11, 2011 at 11:24 PM, Jarvis, Matthew wrote: > Ya know how if you install, for example, CutePDF, then you have a choice > to printer anything to that driver and it gives you a PDF document... > > CutePDF appears as just another printer on your machine and is slick and > easy to use

RE: [OT] Rioters in London not stealing books. LOL

2011-08-11 Thread geoff
How many of them can read? I guess not many. -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan Sent: Friday, 12 August 2011 3:10 PM To: Pro Fox Email List Subject: [OT] Rioters in London not stealing books. LOL What a surprise

Re: VFP9 - Pasting

2011-08-11 Thread Tracy Pearson
Sytze de Boer wrote: >This is what I want to achieve, is it possible > >In my application I want to clip 4 address lines to a clipboard >Then I go to another program altogether, it is a Fox app but I have no >control over it >Here I want to Paste the 4 lines from the clipboard into this other app

Re: [OT] Rioters in London not stealing books. LOL

2011-08-11 Thread Pete Theisen
Michael Madigan wrote: > What a surprise, the savages don't want to steal books. > > http://www.theatlanticwire.com/global/2011/08/its-pattern-london-rioters-are-leaving-bookstores-untouched/41142/ Hi Michael, "A BBC infographic today suggests the rioters are primarily young--anywhere from 15

[OT] Rioters in London not stealing books. LOL

2011-08-11 Thread Michael Madigan
What a surprise, the savages don't want to steal books.  http://www.theatlanticwire.com/global/2011/08/its-pattern-london-rioters-are-leaving-bookstores-untouched/41142/ --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _

Re: [NF] Has two network cards disabled today

2011-08-11 Thread MB Software Solutions, LLC
On 8/11/2011 8:10 PM, Stephen Russell wrote: > For some smart people you need to take control of this instead of > complain about it like this. LOL! I thought "Do not update" meant what it said. Silly me. I'm reminded of the address: One Microsoft Way. :-) __

Re: VFP9 - Pasting

2011-08-11 Thread Fred Taylor
Should be able to do it via automation of the other VFP app, (untried). Fred On Thu, Aug 11, 2011 at 5:58 PM, Sytze de Boer wrote: > Hi Fred > Thanks for that, but I have no control over the 2nd app where the paste > occurs > S > > > On Fri, Aug 12, 2011 at 12:57 PM, Fred Taylor wrote: > > No

Re: VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
Hi Fred Thanks for that, but I have no control over the 2nd app where the paste occurs S On Fri, Aug 12, 2011 at 12:57 PM, Fred Taylor wrote: > Not really pasting, but you can have a button to (or key macro) to issue > a SetFocus to the first TextBox and then a "KEYBOARD _cliptext" command. >  T

Re: VFP9 - Pasting

2011-08-11 Thread Fred Taylor
Not really pasting, but you can have a button to (or key macro) to issue a SetFocus to the first TextBox and then a "KEYBOARD _cliptext" command. That will get the text into the 4 EditBoxes. Fred On Thu, Aug 11, 2011 at 5:23 PM, Sytze de Boer wrote: > Yes I have > > I've tried something very

Re: [NF] "Word" printer driver

2011-08-11 Thread Michael Madigan
There may be a "Print to tiff" driver and then a "Tiff to doc"  OCR program, but that will probably give you lots of errors.   From: Ted Roche To: profox@leafe.com Sent: Thursday, August 11, 2011 7:59 PM Subject: Re: [NF] "Word" printer driver On Thu, Aug 11, 2

Re: VFP9 - Pasting

2011-08-11 Thread Richard Quilhot
I was thinking more of .mem files: http://support.microsoft.com/kb/97637 Rick Q quilh...@gmail.com On Thu, Aug 11, 2011 at 8:23 PM, Sytze de Boer wrote: > Yes I have > > I've tried something very simple like > CREATE TABLE tmp (name C(30), ad1 C(30)) > APPEND BLANK > REPLACE name WITH "My nam

Re: VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
Yes I have I've tried something very simple like CREATE TABLE tmp (name C(30), ad1 C(30)) APPEND BLANK REPLACE name WITH "My name", ad1 WITH "My address line" #Define LF Chr(13)+Chr(10) _Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1) APPEND BLANK EDIT *and press Ctrl-V All I get is "Myname" in the

Re: VFP9 - Pasting

2011-08-11 Thread Richard Quilhot
Have you tried writing the data to a temp var file, and then importing back into the other app? Rick Q quilh...@gmail.com On Thu, Aug 11, 2011 at 8:14 PM, Sytze de Boer wrote: > Rick, my LF is exactly that (chr(13)+chr(10) > But thanks for suggestion > I'll keep trying but I suspect I need t

Re: VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
Rick, my LF is exactly that (chr(13)+chr(10) But thanks for suggestion I'll keep trying but I suspect I need to copy each item to 4 different "cliptexts", and paste 4 different items I'm even trying trythis= _vfp.datatoclip("tmp",1,3) On Fri, Aug 12, 2011 at 11:53 AM, Richard Quilhot wrote: >

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Stephen Russell
On Thu, Aug 11, 2011 at 3:14 PM, MB Software Solutions, LLC wrote: > On 8/11/2011 4:04 PM, Stephen Russell wrote: >> I change the security settings depending on the machine server and version >> or workstation. >> >> I didn't get burned on my servers. > > But that's the point--on the workstations

Re: [NF] "Word" printer driver

2011-08-11 Thread Ted Roche
On Thu, Aug 11, 2011 at 7:47 PM, Jarvis, Matthew wrote: >> >> P.S. This has 'bad idea' written all over it, you know... >> > > Hmm - how so?  Maybe too brain dead to see the obvious and the 3 days > off I start in about 14 minutes has my mind elsewhere... DOC is a COM-based, object-oriented stora

Re: VFP9 - Pasting

2011-08-11 Thread Richard Quilhot
I think it should be chr(13)+chr(10). Rick Q quilh...@gmail.com On Thu, Aug 11, 2011 at 7:48 PM, Sytze de Boer wrote: > I've tried > #Define LF CHR(13)+CHR(9) > > _Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+ALLTRIM(ad3) > > It pastes very nicely into a memo box , bu

RE: [NF] "Word" printer driver

2011-08-11 Thread Jarvis, Matthew
> > P.S. This has 'bad idea' written all over it, you know... > Hmm - how so? Maybe too brain dead to see the obvious and the 3 days off I start in about 14 minutes has my mind elsewhere... Full story: We have a 3rd party forms repository that over the years has been loaded up with all sorts

Re: VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
I've tried #Define LF CHR(13)+CHR(9) _Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+ALLTRIM(ad3) It pastes very nicely into a memo box , but not into 4 edit boxes I'll keep trying On Fri, Aug 12, 2011 at 11:38 AM, Jarvis, Matthew wrote: >> Yes, in my system I can do >>

RE: VFP9 - Pasting

2011-08-11 Thread Jarvis, Matthew
> Yes, in my system I can do > > Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+Alltr im > (ad3)+LF+""+Alltrim(ad4) > and I can paste this in a word doc or memo file, but in another fox app. > I've tried it and it will paste the first item, but not the others in > the subsequen

Re: VFP9 - Pasting

2011-08-11 Thread Michael Oke, II
I think that I misunderstood your request. I'm not sure how you can do that unless you can stuff the enter or tab character string into the clipboard and have the other FoxPro application interpret those correctly and move thru the text (edit) boxes as it goes. No idea if that will work but not su

Re: [NF] "Word" printer driver

2011-08-11 Thread Ted Roche
On Thu, Aug 11, 2011 at 6:24 PM, Jarvis, Matthew wrote: > Great - does such a thing exist that does the same thing except go > straight to a Word (.doc) format instead? More hints required. Since you flagged this [NF] Not Fox - you're looking to print what kind of documents to .DOC. P.S. This h

Re: VFP9 - Pasting

2011-08-11 Thread Richard Quilhot
You may need a CRLF inplace of just a LF. Rick Q quilh...@gmail.com On Thu, Aug 11, 2011 at 7:33 PM, Sytze de Boer wrote: > Hi Michael > Thanks for your input, but I suspect this is not the answer > > Yes, in my system I can do > > Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)

Re: [OT] Looks like Obama is crashing the Australian markets too.

2011-08-11 Thread Michael Madigan
I was talking about the wars in Iraq, Libya and Afghanistan.  From: "MB Software Solutions, LLC" To: ProFox Email List Sent: Thursday, August 11, 2011 5:04 PM Subject: Re: [OT] Looks like Obama is crashing the Australian markets too. On 8/8/2011 3:07 PM, Michae

Re: VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
Hi Michael Thanks for your input, but I suspect this is not the answer Yes, in my system I can do Cliptext=Alltrim(Name)+LF+""+Alltrim(ad1)+LF+""+Alltrim(ad2)+LF+""+Alltrim(ad3)+LF+""+Alltrim(ad4) and I can paste this in a word doc or memo file, but in another fox app. I've tried it and it w

Re: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Ricardo Araoz
El 11/08/11 10:22, Adam Buckland escribió: > Apparently the French media have shown scenes on TV and the entire French > army has surrendered... You mean like the Brit army surrendered to the Japs in Indonesia in WWII? > -Original Message- > From: profox-boun...@leafe.com [mailto:profox

Re: VFP9 - Pasting

2011-08-11 Thread Michael Oke, II
In your VFP application, just concatenate your address lines however you want them and store them in _cliptext This will store them in the clipboard and make them available to any application that has access to same. _cliptext = whateveryouwantontheclipboard. Michael Oke, II 661-349-6221 oke...@

Re: [NF] "Word" printer driver

2011-08-11 Thread Sytze de Boer
I use XFRX and it does exactly that i.e. I can report straight into a PDF or DOC or XLS file (and more) On Fri, Aug 12, 2011 at 10:53 AM, Jarvis, Matthew wrote: >> Maybe this would work? >> >> http://www.eprintdriver.com/ePrintFilePrinter.html > > > > It's close, but has failed on the two docum

VFP9 - Pasting

2011-08-11 Thread Sytze de Boer
This is what I want to achieve, is it possible In my application I want to clip 4 address lines to a clipboard Then I go to another program altogether, it is a Fox app but I have no control over it Here I want to Paste the 4 lines from the clipboard into this other app Whats the best way to do th

RE: [NF] "Word" printer driver

2011-08-11 Thread Jarvis, Matthew
> Maybe this would work? > > http://www.eprintdriver.com/ePrintFilePrinter.html It's close, but has failed on the two documents I've tried it on... Okay, *it* didn't fail - our documents failed to convert... looks like they are in some oddball scanned-in format i.e. more of a graphic than text

Re: [NF] "Word" printer driver

2011-08-11 Thread Fred Taylor
Maybe this would work? http://www.eprintdriver.com/ePrintFilePrinter.html Fred On Thu, Aug 11, 2011 at 3:24 PM, Jarvis, Matthew wrote: > Ya know how if you install, for example, CutePDF, then you have a choice > to printer anything to that driver and it gives you a PDF document... > > > > Cut

[NF] "Word" printer driver

2011-08-11 Thread Jarvis, Matthew
Ya know how if you install, for example, CutePDF, then you have a choice to printer anything to that driver and it gives you a PDF document... CutePDF appears as just another printer on your machine and is slick and easy to use Great - does such a thing exist that does the same thing ex

Re: DIR command output????

2011-08-11 Thread Gérard Lochon
> > > Has anyone developed a better DIR command for VFP Just look at ADIR() function ! ___ 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: [OT] Looks like Obama is crashing the Australian markets too.

2011-08-11 Thread MB Software Solutions, LLC
On 8/8/2011 3:07 PM, Michael Madigan wrote: > The wars will eventually end, the welfare state won't The Jews and Muslims have been fighting over in the middle east for how many centuries now? "The wars will eventually end" you saybut no time soon if the Jews/Muslims are any model.

RE: [NF] Has two network cards disabled today

2011-08-11 Thread Tracy Pearson
MB Software Solutions, LLC wrote on 2011-08-11: > On 8/11/2011 4:04 PM, Stephen Russell wrote: > I change the security settings depending on the machine server and version or workstation. > > I didn't get burned on my servers. > > But that's the point--on the workstations, users have set

RE: Error 39

2011-08-11 Thread Tracy Pearson
Sytze de Boer wrote on 2011-08-11: > Tracey > Thank you for your patience > I've located the issue and my attempt to find a way to (partly) > auto-fix a solution is now working exactly how I want it. > Yes, I agree with others that a Try-Endtry would be much better. > My routine is an ambula

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Michael Madigan
They test it, but they can't test every possibility.   There are a gazillion different classes of computers with a gazillion configurations of hardware and software.  Some of it is bound to break.  From: "MB Software Solutions, LLC" To: ProFox Email List Sent:

Re: Error 39

2011-08-11 Thread Sytze de Boer
Tracey Thank you for your patience I've located the issue and my attempt to find a way to (partly) auto-fix a solution is now working exactly how I want it. Yes, I agree with others that a Try-Endtry would be much better. My routine is an ambulance at the bottom of the hill. If I knew where the pro

Re: [NF] Has two network cards disabled today

2011-08-11 Thread MB Software Solutions, LLC
On 8/11/2011 4:04 PM, Stephen Russell wrote: > I change the security settings depending on the machine server and version or > workstation. > > I didn't get burned on my servers. But that's the point--on the workstations, users have set their Windows Update settings to "NO!" but MS has done upda

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Stephen Russell
I change the security settings depending on the machine server and version or workstation. I didn't get burned on my servers. Sent from my iPhone Stephen Russell 901.246-0159 On Aug 11, 2011, at 2:58 PM, "MB Software Solutions, LLC" wrote: > On 8/11/2011 3:55 PM, Michael Madigan wrote: >>

Re: [NF] Has two network cards disabled today

2011-08-11 Thread MB Software Solutions, LLC
On 8/11/2011 3:55 PM, Michael Madigan wrote: > The only way it looks like you can stop it is by blocking the update site in > your router. It's frustrating that they get away with this (if in fact that's the case). ___ Post Messages to: ProFox@leafe.c

Trying to delete Sheet1 from Excel 2007 worksheet created by Craig Boyd's AppendXLSX.PRG

2011-08-11 Thread MB Software Solutions, LLC
VFP9SP1 / Excel 2007 Craig's code works for creating my sheets as requested, but his code for deleting Sheet1 is not working. He's got this (from his AppendXLSX.prg program): m.loConnection.ConnectionString = [Provider=Microsoft.ACE.OLEDB.12.0;Data Source="] + m.tcXLSFile + [

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Michael Madigan
The only way it looks like you can stop it is by blocking the update site in your router.  - Original Message - From: "Jarvis, Matthew" To: profox@leafe.com Cc: Sent: Thursday, August 11, 2011 12:15 PM Subject: RE: [NF] Has two network cards disabled today > > Maybe related, we had a

Re: FoxInCloud pricing released

2011-08-11 Thread Alan Bourke
Good luck with this product BTW. > -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/l

RE: VPF 9 HELP command

2011-08-11 Thread Allen
Not sure but if you compile the help to do so it might work Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: 11 August 2011 21:17 To: profoxt...@leafe.com Subject: RE: VPF 9 HELP command Allen wrote on 2011-08-

RE: VPF 9 HELP command

2011-08-11 Thread Tracy Pearson
Allen wrote on 2011-08-11: > Hi Tracy > Isn't it just "help" ? > Al > Allen, HELP && Launch the CHM on the Contents tab HELP ID 0 && Launch the CHM on the Index tab HELP ID 800 && Launch the CHM, load the ContextID, and leave the tab where it is Nothing I've found launched opening the Sear

RE: VPF 9 HELP command

2011-08-11 Thread Allen
Hi Tracy Isn't it just "help" ? Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: 11 August 2011 20:35 To: profoxt...@leafe.com Subject: VPF 9 HELP command Is there a menu item to launch the CHM set with SET HEL

Re: DIR command output????

2011-08-11 Thread MB Software Solutions, LLC
On 8/11/2011 9:16 AM, Matt Slay wrote: > Is there any way to make the output from the DIR command show more > information about the files in the current directory? I would expect to see > output much like the real DOS command where it shows columns of information > that include the filename, date,

VPF 9 HELP command

2011-08-11 Thread Tracy Pearson
Is there a menu item to launch the CHM set with SET HELP TO myhelp.chm on the Search tab? I know I can do it with API's, but it launches a separate CHM than what is launched by _MST_HPSCH. *-- This API call opens the search tab in the CHM file DECLARE long HtmlHelp IN hhctrl.ocx as HtmlHe

Re: [NF] Has two network cards disabled today

2011-08-11 Thread MB Software Solutions, LLC
On 8/11/2011 11:16 AM, Alan Bourke wrote: > > > On Thu, 11 Aug 2011 10:23 -0400, "Pete Theisen" > wrote: >> > >> and their "morality" is evidently non-existent. > > > Fortune 500 companies rarely do morality, or hadn't you noticed. Right...it's all about shareholder value. Screw the rest of it

Re: [OT] Can Islam Be Reformed?

2011-08-11 Thread Stephen Russell
On Thu, Aug 11, 2011 at 2:21 AM, Pete Theisen wrote: > Hi Everybody, > > http://www.humanevents.com/article.php?id=45263 > > "After having studied Arabic at college and lectured on comparative > religion for decades, and having devoted years to writing my upcoming > book comparing American values

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Alan Bourke
I can't see anything on any of the sites that would be normally be highlighting a problem like the one reported, so at the moment if the recent Windows update *did* break something in networking it's not at all widespread. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Paul Hill
On Thu, Aug 11, 2011 at 5:15 PM, Jarvis, Matthew wrote: > Somehow we've got all MS updates locked down to not happen... > Supposedly... > > Our corporate overseers get the updates, "test" them (and I use that > term very loosely), then we get a push from them about these new > updates... > > Stuff

RE: [NF] Has two network cards disabled today

2011-08-11 Thread Charlie Coleman
... >Somehow we've got all MS updates locked down to not happen... >Supposedly... ... It depends. If they have a Linux box somewhere in the I-net link then maybe. But if they're depending on Microsoft "group policy" or other software settings, then no. The PCs are definitely not protected. You

Re: Comparing 2 tables and showing differences between them

2011-08-11 Thread Charlie Coleman
At 11:22 AM 8/11/2011 +0200, you wrote: > > > > Does anyone know if a tool exists to do this? Basically we want to compare > > table structures and data differences with the ability to move the correct > > data to the final production tables. > > Below is a quick thing I threw together to check ta

RE: [NF] Has two network cards disabled today

2011-08-11 Thread Jarvis, Matthew
> > Maybe related, we had a client who had the automatic windows update > enabled and a recent XP update broke the terminal > services client so they could not connect. They had to re-install the rdp > client and everything started working again. > Typical untested M$ garbage. > Somehow we've

Re: [NF] Has two network cards disabled today

2011-08-11 Thread kamcginnis
Maybe related, we had a client who had the automatic windows update enabled and a recent XP update broke the terminal services client so they could not connect. They had to re-install the rdp client and everything started working again. Typical untested M$ garbage. - Original Message -

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Ted Roche
On Wed, Aug 10, 2011 at 11:01 PM, Mike Copeland wrote: > There was an update to XP networking a week or two ago that broke a > client's ability to connect to a Linux Samba server. The fix was > simple...once I figured out what it was (thank you Google!). > > ARGH x 2! > Got a link handy? I expec

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Alan Bourke
On Thu, 11 Aug 2011 10:23 -0400, "Pete Theisen" wrote: > > and their "morality" is evidently non-existent. Fortune 500 companies rarely do morality, or hadn't you noticed. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages t

Re: DIR command output????

2011-08-11 Thread Alan Bourke
On Thu, 11 Aug 2011 08:16 -0500, "Matt Slay" wrote: > However, if you use Dir *.*, then what FoxPro spits out is some dorky > sideways list of just file names, without the date and filesize. It's > just > really hard to read. What were they thinking? Probably they were thinking "this DIR comma

RE: DIR command output????

2011-08-11 Thread Dave Crozier
Matt, If you want to load up recursed directories into a table then use this: Dave *** * Start of Code * * Display Files in a Folder within a Table Clear All Clear Public oForm oForm=Createobject("MyForm",Addbs(Getdir("c:\temp\")),"*.*",.F.) Define Class MyForm As Form AllowOutput

Re: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Pete Theisen
Adam Buckland wrote: > My information is coming from live reports on all news channels, friends > who were trapped in their homes, three customers who have lost their > businesses. The initial event started in one community but was taken > over by scum who think that they if they can't afford somet

Re: [NF] Has two network cards disabled today

2011-08-11 Thread Pete Theisen
Charlie Coleman wrote: > At 07:49 PM 8/10/2011 -0500, John Harvey wrote: >> They did do an update, one of those that doesn't care what you think. >> AAA! >> >> John Harvey > > Are folks still giving MS a "pass" when they push out updates even though > you have disabled auto-up

RE: DIR command output????

2011-08-11 Thread Richard Kaye
I think you're right; DIR was designed for DBFs first. Use ADIR() instead. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Matt Slay Sent: Thursday, August 11, 2011 9:16 AM To: profoxt...@leafe.com Subject: DIR command outpu

Re: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Jean Laeremans
So early in the dayyou should wait till sundown A+ jml On Thu, Aug 11, 2011 at 3:22 PM, Adam Buckland wrote: > Apparently the French media have shown scenes on TV and the entire French > army has surrendered... > > -Original Message- > From: profox-boun...@leafe.com [mailto:pro

RE: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Adam Buckland
Apparently the French media have shown scenes on TV and the entire French army has surrendered... -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan Sent: 10 August 2011 17:30 To: ProFox Email List Subject: Re: [OT] London Rio

DIR command output????

2011-08-11 Thread Matt Slay
Is there any way to make the output from the DIR command show more information about the files in the current directory? I would expect to see output much like the real DOS command where it shows columns of information that include the filename, date, and file size in a vertical flowing format.

RE: [NF] Has two network cards disabled today

2011-08-11 Thread Charlie Coleman
At 07:49 PM 8/10/2011 -0500, John Harvey wrote: >They did do an update, one of those that doesn't care what you think. >AAA! > >John Harvey Are folks still giving MS a "pass" when they push out updates even though you have disabled auto-updates? I thought they got some bad pr

Re: Error 39

2011-08-11 Thread Tracy Pearson
Sytze de Boer wrote: >I have a small TEMP.PRG and I'm convinced I'm not dreaming > >on error do trerror with sys(16),lineno(),message(1) >am1=9 >am2=0 >am3=am1/am2 >replace qty_onhand WITH am3 > >My error routine tells me xerror(6) = replace qty_onhand WITH am > >I've replaced this line with >rep

RE: Comparing 2 tables and showing differences between them

2011-08-11 Thread Alan Lukachko
Thanks Dave for both of your suggestions Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Thursday, August 11, 2011 5:39 AM To: profoxt...@leafe.com Subject: RE: Comparing 2 tables and showing differences between

RE: Comparing 2 tables and showing differences between them

2011-08-11 Thread Alan Lukachko
Yes -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gérard Lochon Sent: Thursday, August 11, 2011 5:22 AM To: profoxt...@leafe.com Subject: Re: Comparing 2 tables and showing differences between them > > Does anyone know if a tool e

Re: Error 39

2011-08-11 Thread Peter Cushing
Sytze de Boer wrote: > I wonder if some of you care to comment. > > There's a zillion places in my app where something is updated and an > example could be > > lnOv=10 > lnNv=20 > newvalue=lnOv/lcNv > replace currentcost with newvalue > > No problem sofar > > If lnOV=0 >we end up with numeric o

RE: Comparing 2 tables and showing differences between them

2011-08-11 Thread Dave Crozier
They also do DBFSync https://astersoft.com/dbfsync/ I think a combination of the two would do the job. Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Gérard Lochon Sent: 11 August 2011 10:22 To: ProFox Email List Subject: Re: Comp

RE: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Adam Buckland
I don't think they are afraid, however I'm no expert but from what was being said water canon only works well for large groups, tear gas, not in the UK.. and live bullets, only (I believe) if there is serious threat to life from a particular incident. In Ireland they use rubber bullets and water

RE: Comparing 2 tables and showing differences between them

2011-08-11 Thread Dave Crozier
This would seem to be what you want... http://dbfcomparer.com/ Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Gérard Lochon Sent: 11 August 2011 10:22 To: ProFox Email List Subject: Re: Comparing 2 tables and showing differences bet

Re: Comparing 2 tables and showing differences between them

2011-08-11 Thread Gérard Lochon
> > Does anyone know if a tool exists to do this? Basically we want to compare > table structures and data differences with the ability to move the correct > data to the final production tables. > Have you got equal primary keys in the two tables ? _

RE: call different browser

2011-08-11 Thread Dave Crozier
Gary, No, it was just an example I used to test it out. As you may guess I am into flying!!! You feed in anything that you want! Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Gary Jeurink Sent: 10 August 2011 22:40 To: 'ProFox Em

Re: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Michael Madigan
Why are the London police afraid to use bullets, teargas and water canons?  Why? - Original Message - From: Adam Buckland To: ProFox Email List Cc: Sent: Thursday, August 11, 2011 4:14 AM Subject: RE: [OT] London Riot Reports Sketchy in US My information is coming from live reports on

RE: [OT] London Riot Reports Sketchy in US

2011-08-11 Thread Adam Buckland
My information is coming from live reports on all news channels, friends who were trapped in their homes, three customers who have lost their businesses. The initial event started in one community but was taken over by scum who think that they if they can't afford something they can just take it. T

Re: Error 39

2011-08-11 Thread Alan Bourke
Wouldn't it be better to use TRY ... CATCH ... FINALLY ? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http:

[OT] Can Islam Be Reformed?

2011-08-11 Thread Pete Theisen
Hi Everybody, http://www.humanevents.com/article.php?id=45263 "After having studied Arabic at college and lectured on comparative religion for decades, and having devoted years to writing my upcoming book comparing American values with leftist and Islamist values, I have become convinced of tw