Re: error syntax
Posted by:
mauro rr
Date: May 18, 2011 05:11PM
Sorry, Peter. I forgot to mention that this is a procedure. So my code is:
procedure transac.movimento;
begin
tabelas.THist.Open;
tabelas.THist.Insert;
tabelas.THistsaldoqtd.Value := eqsaldo;
tabelas.Thist.Post;
tabelas.Thist.Close;
end;
I use Delphi.
Edited 1 time(s). Last edit at 05/18/2011 05:14PM by mauro rr.
Subject
Written By
Posted
Re: error syntax
May 18, 2011 05:11PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.