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:
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
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
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
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
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
---
_
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. :-)
__
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
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
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
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
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
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
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
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:
>
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
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
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
>
> 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
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
>>
> 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
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
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
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)
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
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
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
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...@
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
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
> 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
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
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
>
>
> 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
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.
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
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
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:
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
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
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:
>>
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
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 +
[
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
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
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-
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
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
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,
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
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
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
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
___
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
...
>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
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
>
> 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
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 -
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
>
> 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 ?
_
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
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
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
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:
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
82 matches
Mail list logo