The INSERT moves the pointer, thus canceling the LOCATE!
Best,
Francis I. Coppage, Jr.
"Two things are infinite: the universe and human stupidity; and I'm not sure
about the universe."
... Albert Einstein
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTE
- Currently in Vista Business, Same occurred in XP Pro.
- VFP 9.0 SP2
- Development
- Codebook
- Open a class/form
Labels are not at the xy that are designated by the properties.
Highlighting one then using the right arrow key causes the label
to reposition one place
:[EMAIL PROTECTED] On
Behalf Of Tracy Pearson
Sent: Monday, November 24, 2008 8:27 AM
To: [EMAIL PROTECTED]
Subject: RE: VFP9 - FORM Problem
Vaguely recalling this behavior with Labels which have Right Alignment and
AutoSize on.
Tracy
-Original Message-
From: Behalf Of Francis I. Coppage, Jr
Download msxml.msi from here and install. That'll take care of the problem
... er ... missing file. :-)
http://www.microsoft.com/downloads/details.aspx?familyid=3144B72B-B4F2-46DA-
B4B6-C5D7485F2B42&displaylang=en
Francis
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROT
Michael,
I know we're not talking DoD security here, but I find the ZipString &
UnzipString functions quite handy in
storing character data in fields that I don't want any casual "Browsers" to
see since I do have some clients that
have VFP (dangerous) on their desktops. As in keeping honest people
, Francis I. Coppage, Jr. wrote:
> Michael,
>
>
> I know we're not talking DoD security here, but I find the ZipString &
> UnzipString functions quite handy in storing character data in fields
> that I don't want any casual "Browsers"
> to see since I do h
I know I've done this before, but right now I'm suffering
from a Brain F... reeze or something.
I have a PO file, a PO Lineitem file, and a Process file.
PO
Orderno
PO Lineitem
Orderno
LineItem
Process
Orderno
Sequence (same as LineItem)
What I need to do is retrieve all PO's that do not hav
s this:
Select po.orderno, pol.lineitem ;
From po inner join pol on po.orderno == pol.orderno ;
Where po.orderno not in ;
(select pol.orderno from pol left join process ;
On pol.lineitem == process.sequence ;
Where isnull(process.orderno))
-Original Message-
From: Francis I. Co
Steve,
Cathy Pountney explains it best. Here are a couple of articles that may help
Up on msdn under
Development Tools and Languages/Visual FoxPro/Visual FoxPro 9.0
SP2/Technical Articles
http://msdn.microsoft.com/en-us/library/ms965281.aspx
I picked up her book from Whil's site when I wanted
From po inner join pol on po.orderno == pol.orderno ;
Where po.orderno not in ;
(select pol.orderno from pol left join process ;
On pol.lineitem == process.sequence ;
Where isnull(process.orderno))
-Original Message-
From: Francis I. Coppage, Jr.
Sent: Friday, December 05, 2008
Steve,
It might surprise you! Basically all I did was write a couple of wrappers
(depending on whether
I wanted like on a page on a pageframe or on a separate form), rolled the
Query and sent it and the
Report to the object with a parm that told it where to put it (no laughing
please). It did the
Cathy
When I got your book from Whil there were updates (New In 8 & New In 9)
which was enough to get me started with _Listeners (9), and dumping the
printer environment (8).
Looking forward to the SP2 book ... with Whil??? ... and ANY Report rewrites
:-)
Keep up the good work. ... I'm sure GRAFU
Fantastic ... I await with bated breath!
Francis
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Cathy Pountney
Sent: Monday, December 08, 2008 12:00 PM
To: [EMAIL PROTECTED]
Subject: RE: Non Modal Report Preview?
> Looking forward to the SP2 book ... wi
... And all the work you've SAVED ME
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Ellenoff
Sent: Monday, December 08, 2008 1:10 PM
To: [EMAIL PROTECTED]
Subject: RE: Non Modal Report Preview?
Thanks for the NOWAIT tip, I look forward to tryin
Dave,
What address do they use for these updates?
Francis
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of David Smith
Sent: Wednesday, December 10, 2008 9:27 AM
To: [EMAIL PROTECTED]
Subject: RE: [NF] Windows Update setting reset to Automatic
I agree, h
Ted ... I'm proud of you ... You didn't start your answer with the "MAPI
Bad, SMTP Good" line!!!
GDR,VVF
Francis
-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of Ted Roche
Sent: Friday, August 19, 2011 1:03 PM
To: profoxt...@leafe.co
com
Subject: Re: Sending E-mail from VFP
On Fri, Aug 19, 2011 at 3:55 PM, Francis I. Coppage, Jr.
wrote:
> Ted ... I'm proud of you ... You didn't start your answer with the "MAPI
> Bad, SMTP Good" line!!!
>
Not that it isn't still true :)
I wondered how long it w
Ah ... But do you have a VFP 4.0 Beta CD ... LOL
-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of Alan Bourke
Sent: Friday, September 30, 2011 7:54 AM
To: profoxt...@leafe.com
Subject: Ah memories ...
Moving office soon and going thr
Yep ... still have mine too
-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of Ed Leafe
Sent: Friday, September 30, 2011 8:45 AM
To: profoxt...@leafe.com
Subject: Re: Ah memories ...
On Sep 30, 2011, at 7:53 AM, Alan Bourke wrote:
I have a client that doesn't like my bland grey/silver background.
They have seen and want what amounts to a TAN.
I've seen it in some VB apps but have nothing that I can get the coding
from.
Any help out there?
Francis
--- StripMime Report -- processed MIME parts ---
multipart/alte
the rest of the comments/suggestions for the
future!!!
Thanks all!!!
Best,
Francis I. Coppage, Jr.
-- "Two things are infinite: the universe and human stupidity; and I'm not
sure about the universe."
... Albert Einstein
-Original Message-
From: profoxtech-boun...@lea
To quote one of our more revered members ...
MAPI Bad, SMTP Good!
I've been using BLATT (free), for the last 6 years with fantastic results.
www.blat.net
Thanks you Ted!!
Best,
Francis I. Coppage, Jr.
"Two things are infinite: the universe and human stupidity; and I'm not
Would XMLTOCURSOR() and a SQL-Select work? JMTC
Best,
Francis I. Coppage, Jr.
"Two things are infinite: the universe and human stupidity; and I'm not sure
about the universe."
... Albert Einstein
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Be
Granted my machine is 4 years old, but after installing SP3 I was never able
to "restart" the
machine twice in a row without going through 'Safe Mode' and doing a system
restore.
Had to roll back to SP2 for stability. Just my two cents!
Best,
Francis I. Coppage, Jr.
&quo
SP3 VFP ??? No such thing.
Best,
Francis I. Coppage, Jr.
"Two things are infinite: the universe and human stupidity; and I'm not sure
about the universe."
... Albert Einstein
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allen
Sent: Fr
Why should this produce a 'Numeric Overflow'? I would expect it to return
390.
?VAL("390E 390TX")
It is translating the 'E' to exponential with the following numeric to its
exponent.
What would your suggestions be to just evaluate the leading numeric?
Gianni,
So simple ... I must be brain dead ... Thanks!!!
Best,
Francis I. Coppage, Jr.
-- "Two things are infinite: the universe and human stupidity; and I'm not
sure about the universe."
... Albert Einstein
-Original Message-
From: profoxtech-boun...@leafe.com [ma
Adam,
Those aren't real snowflakes ... there are duplicates ... MC&HNY
Best,
Francis
-Original Message-
From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On
Behalf Of Adam Buckland
Sent: Tuesday, December 23, 2008 5:34 AM
To: profoxt...@leafe.com
Subject: Merry Chr
28 matches
Mail list logo