Re: editing/posting to a table


2003-12-02 11:08:57 AM
off-topic5
Hi Kendra,
Quote
begin
tbNetTest.Edit;
tbNetTestSuccess.AsFloat := 0.0;
tbNetTest.Post;
end;
I would have thought you would need to do
tbNetTest.FieldByName("Success").AsFloat := 0.0;
for it to work????