I really like this Shel.
Looks more like you stepped out of a time
machine than a truck.
The sepia tone is perfect for this.
The tree line fading into the haze in the
background gives a nice sense of depth.
Looks a lot like something I'd see here
in Iowa.
I can see it in a *nice* barnwood frame.
The only thing I would have done was crop
out a wee bit of the left side, but that's
just me.
Very, very nice.

Don


> -----Original Message-----
> From: Shel Belinkoff [mailto:[EMAIL PROTECTED]
> Sent: Saturday, December 11, 2004 1:16 AM
> To: [EMAIL PROTECTED]
> Subject: PAW PESO - Rural Snapshot
>
>
> While driving I spotted this scene, and asked my friend, Ron, who was
> driving, to stop the truck, and got out to make this photograph.  I'd have
> loved to have gotten closer, but Ron was being a pill and urged me to
> hurry, and this was the only snap I got.  It's a little different
> from most
> of my work, and maybe you'll enjoy it.
>
> http://home.earthlink.net/~my-pics/911.html
>
>
> Shel
>
>
From jeff Sat Dec 11 12:01:40 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 04:01:40 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@mail-archive.com
Delivery-date: Sat, 11 Dec 2004 04:01:40 -0800
Received: from exprod5mx18.postini.com ([64.18.0.158] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd5wR-0005iP-00
        for <archive@mail-archive.com>; Sat, 11 Dec 2004 04:01:39 -0800
Received: from source ([66.94.237.28]) by exprod5mx18.postini.com 
([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 02:04:10 HST
Received: from [66.218.69.3] by n14.bulk.scd.yahoo.com with NNFMP; 11 Dec 2004 
12:04:10 -0000
Received: from [66.218.67.199] by mailer3.bulk.scd.yahoo.com with NNFMP; 11 Dec 
2004 12:04:09 -0000
X-Yahoo-Newman-Property: groups-email
X-Sender: [EMAIL PROTECTED]
X-Apparently-To: [EMAIL PROTECTED]
Received: (qmail 34253 invoked from network); 11 Dec 2004 12:04:07 -0000
Received: from unknown (66.218.66.218)
  by m6.grp.scd.yahoo.com with QMQP; 11 Dec 2004 12:04:07 -0000
Received: from unknown (HELO loncoche.terra.com.br) (200.154.55.229)
  by mta3.grp.scd.yahoo.com with SMTP; 11 Dec 2004 12:04:06 -0000
Received: from merida.terra.com.br (merida.terra.com.br [200.154.55.132])
        by loncoche.terra.com.br (Postfix) with ESMTP id 795BFE78C40
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:04:04 -0200 
(BRST)
X-Terra-Karma: -2%
X-Terra-Hash: 427077017d1de63f536defc76aa32b09
Received: from terra.com.br (200-203-103-253.pltce7004.dsl.brasiltelecom.net.br 
[200.203.103.253])
        (authenticated user spatiumg)
        by merida.terra.com.br (Postfix) with ESMTP id 511313C012
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:04:04 -0200 
(BRST)
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (Windows; U; Win98; pt-BR; rv:1.0.2) Gecko/20030208 
Netscape/7.02
X-Accept-Language: pt-br, pt
To: [EMAIL PROTECTED]
X-eGroups-Remote-IP: 200.154.55.229
From: "Fernando B. Aldrighi" <[EMAIL PROTECTED]>
X-Yahoo-Profile: fernandoaldrighi
MIME-Version: 1.0
Mailing-List: list [EMAIL PROTECTED]; contact [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
Date: Sat, 11 Dec 2004 10:12:13 -0200
Subject: [delphi-br] FormatFloat com Try
Reply-To: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64



Uso edit para mostrar um valor
Quando o usuario for clicar no botao Gravar,
eu verifico se os edit estao preenchidos corretamente.

Se no Edit1.text estiver assim:  3.200,00
(usei o FormaFloat('#,##0.00',valor1)

No Try ocorre erro dizendo que não e´um float valido.

try
    strtofloat(edit1.text);
  except
    begin
       showmessage('Valor inválido');
       edit1.setfocus;
       exit;
    end;
  end;

Como resolver isto.
Sei que se eu usar: FormaFloat('###0.00', valor1)
o erro não ocorrerá, mas gostaria de usar o
separador de milheiro ('#,##0.00')






-- 
<<<<< FAVOR REMOVER ESTA PARTE AO RESPONDER ESTA MENSAGEM >>>>>

Para ver as mensagens antigas, acesse:
 http://br.groups.yahoo.com/group/delphi-br/messages

Para falar com o moderador, envie um e-mail para:
 [EMAIL PROTECTED] ou [EMAIL PROTECTED]
 
Links do Yahoo! Grupos

<*> Para visitar o site do seu grupo na web, acesse:
    http://br.groups.yahoo.com/group/delphi-br/

<*> Para sair deste grupo, envie um e-mail para:
    [EMAIL PROTECTED]

<*> O uso que você faz do Yahoo! Grupos está sujeito aos:
    http://br.yahoo.com/info/utos.html

 

Reply via email to