At 10:19 AM 8/11/2014, rehan wyne wrote:
Whenever I press ADD button on the DB Navigator, to add a new blank
row/ record in a table it does not appends new record after the last
row, it adds empty record before the current row pointer points in
DB Grid or DB Scrolling Region in the form.
Even if, I move to the last record first and then press ADD button,
it adds empty record before the Last row. (i.e. last record -1
position, means b/w last and second last record).
How do I overcome this problem?
Rehan,
It is not a problem.
By design the [+] button on the DB Navigator is intended to "Insert"
a blank row based upon the previously focus row.
However, using the "Enhanced DB Navigator" control, you can customize
the following option:
[ ] Use Insert Button as Append
Programmatically, you can create a button with the following code to
accomplish the same results:
-- Append a new row
PROPERTY TABLE tablename 'APPEND'
RETURN
That's all there is to it!
Vert Best R:egards,
Razzak.
www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--