hongwei529 Posted January 7, 2012 Posted January 7, 2012 hello: unidbGrid only execute dataset.insert,can't execute dataset.append, if execute dataset.append then unidbgrid not last row Quote
dionel1969 Posted January 10, 2012 Posted January 10, 2012 hello: unidbGrid only execute dataset.insert,can't execute dataset.append, if execute dataset.append then unidbgrid not last row You mean, when you call "dataset.append" the row appear in grid between others or in first row??? If that is the case, it is normally, because at the time of insertion the indexes are not applied yet. Later, when you call "dataset.post" the record must appear in the last row, depending on the indexes applied at UI level. (IMO). Quote
Administrators Farshad Mohajeri Posted January 10, 2012 Administrators Posted January 10, 2012 hello: unidbGrid only execute dataset.insert,can't execute dataset.append, if execute dataset.append then unidbgrid not last row It does append to the DataSet but visually behave as insert. Quote
hongwei529 Posted January 13, 2012 Author Posted January 13, 2012 yes ,It does append to the DataSet but visually behave as insert. i want to last row on unidbgrid, try index on DataSet,but invalidation Quote
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.