cvd Posted February 12, 2004 Report Share Posted February 12, 2004 Como eu faço progredir umadata especifica.... por exemploeu digito 03/02/2004 depois eu digito 3 que corresponde 3 dias eu quero que insere na tabela03/02/2004 04/02/2004 05/02/2004 06/02/2004 eu fiz esse codigo e so insere a mesma data 3 vezes..... while I < n do begin table1.insert; table1.FieldByName ('data').asdatetime :=date+n; table1.post; end; grato!! Quote Link to comment Share on other sites More sharing options...
0 KeitaroSan Posted February 12, 2004 Report Share Posted February 12, 2004 esse codigo nom deu certo nom cara? o.osó uma coisa, esse laço nom ficou infinito nom? ^__^''''vuce nom assina "n" e nem "I" dentro do laço, comu ele consegue sair? Quote Link to comment Share on other sites More sharing options...
Question
cvd
Como eu faço progredir uma
data especifica.... por exemplo
eu digito 03/02/2004 depois eu digito 3 que corresponde 3 dias
eu quero que insere na tabela
03/02/2004
04/02/2004
05/02/2004
06/02/2004
eu fiz esse codigo e so insere a mesma data 3 vezes.....
while I < n do
begin
table1.insert;
table1.FieldByName ('data').asdatetime :=date+n;
table1.post;
end;
grato!!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.