[mdo-support] Error in MDOTable once more
Brought to you by:
henriquemeira
|
From: Grzesiek <gt...@in...> - 2005-10-20 10:15:21
|
Hello, The error in MDOTable is somewhere in POST method. If we write following code : with MDOTable do begin Append; FieldValues assigned between Append .. Post Post; Edit; FieldValues assigned between Edit .. Post Post; end; then "FieldValues assigned between Append .. Post " HAVE BEEN WRITTEN do = the underlaying database table and "FieldValues assigned between Edit .. Post" HAVE NOT BEEN WRITTEN = do the underlaying database table. Regards Gregor |