At 02:52 PM 4/11/2008, Bill Eyring wrote:

I have a 2 table Edit Form using the latest 7.6. The 2nd table has
a 4 row scrolling region.

I have an enhanced speed button to add a row for the order detail.

Here is the code in the button;

PROPERTY Table trandetail 'insert'
Property Table trandetail 'post'
Property Table trandetail 'Refresh'
Property Table trandetail 'LAST'
ret

According to RDocs the INSERT command should insert a new blank
row, instead it duplicates the previous row data to the new row.

Can anyone explain where I've gone wrong ?


Without knowing all details, in your specific situation, try the
following command in an EEP when TranDetail table is focused.

-- start
NEWROW
RETURN
-- End

That's all there is to it!

Very Best R:egards,

Razzak.


Reply via email to