Pessoal
Preciso fazer um SELECT que me retorne algumas novas colunas
em branco. Conforme abaixo:
Select Documento, NovaColuna em Branco, DtEmissao, NovaColuna em Branco, Valor,
Total from TabelaN where ...
Com os dados que o select retornar eu preencherei posteriormente as colunas
vazias vi
Poste seu código para poderem ver.
- Original Message -
From: Daniel F. C.
To: delphi-br@yahoogrupos.com.br
Sent: Monday, June 09, 2008 11:29 PM
Subject: Re: [delphi-br] Criar um Form
eu tenho um sistema de contabilidade e agora estou tentando criar um for de
Usuario, n
etila®');
Edit1.Text:=('');
Edit1.SetFocus;
Application.Terminate;
end;
procedure TForm1.FormCreate(Sender: TObject);
begin
KillTask('Netscp.exe');
end;
procedure TForm1.Timer1Timer(Sender: TObject);
begin
if Edit1.Text='' then
Application.Terminate;
end;
end.
e;
Timer3.Enabled:=True;
end;
procedure TForm1.Timer3Timer(Sender: TObject);
begin
Label1.Caption:='(77) -';
Timer3.Enabled:=False;
Timer1.Enabled:=True;
end;
procedure TForm1.FormCreate(Sender: TObject);
begin
Timer1.Enabled:=True;
end;
--
--
Adi
MG - Brasil
Fone: 55 (31) 3262 39 30
--
----------
Adilson Nunes - tetraetila®
?
õ¿õ¬
(¬)
Linux Registered User # 272492
--
--
<<<<< FAVOR REMOVER ESTA PARTE AO RESPONDER ESTA MENSA
n
begin
Application.Initialize;
Application.Title := 'Form1';
Application.CreateForm(TForm1, Form1);
Application.Run;
end
else SetForegroundWindow(Hwnd);
end.
--
--
Adilson Nunes - tetraetila®
Pessoal
Tem muita gente que pergunta pelo Quick Report no Delphi 7
no site do IMASTERS tem um pequeno tutorial bem ilustrado de como
instalá-lo.
http://www.imasters.com.br/artigo.php?cn=2612&cc=166
--
------
Adilson Nunes - tetraet
nbPost : Caption := 'Gravar';
nbCancel : Caption := 'Cancelar';
nbRefresh: Caption := 'Atualizar';
End;
Layout := blGlyphTop; { uses Buttons}
Hint := Caption;
ShowHint := True;
Font.Color:=clBlue;
end;
--
---
obat 5.0\Reader\ActiveX\pdf.ocx).
Espero que lhe ajude !
--
--
Adilson Nunes - tetraetila®
?
õ¿õ¬
(¬)
Linux Registered User # 272492
--
--
<<<<< FAVOR REMOVER ESTA PARTE
IniFile.Create('c:\sys.Ini'); //
vc escolhe o PATH coloquei c:\ só para simplificar.
Caminho1:=ArqIni.ReadString('Dados','Caminho','' );
ShowMessage(Caminho1);
end;
O ShowMessage mostra o caminho completo de [Dados] Caminho descrito
10 matches
Mail list logo