PDA

View Full Version : DBISaveChanges with BDE on Uses .HELP ME!


Tavares
09-27-2001, 09:32 AM
Hi!
I am putting on afterpost event of table.

dbisavechanges(table.handle);

And I put BDE on uses,but when I am compiling my project I have this message on this line:

LIne: Table1.FieldbyName('Time').AsString := TimetoStr(Time);

Message :'(' expected but ')' found.

IF I take out the dbisavechanges and bde from uses nothing happens.

Could anybody help me please?
I am using D5 with paradox.(BDE)

Regards,
Eduardo Tavares
www.tavareswebsite.cjb.net

HTML
10-02-2001, 06:43 AM
Hello,

Ive mnay times used the fieldbyname save to table method and dbisavechnages together never got that message that you receive.

Try adding that field to the fields inspector box, maybe that will help?