Inserting Custom Grid Records - problems with focus, page down. Again.

cse

Member
Hi all,
anybody know how solve this problem ?

post from: dkettle
subject: Inserting Custom Grid Records - problems with focus, page down.

Thanks Eugene
 
Re to:
post from: dkettle
subject: Inserting Custom Grid Records - problems with focus, page down.


1.
Grid Options
check: Disable Page-at-a-Time Procesing

2.
Event: Last Grid Record Has Been Read
insert code:
Copy Grid Row To Grid Buffer(FC Grid, "1")
Delete Grid Row(FC Grid, "1")
Insert Grid Buffer Row(FC Grid, "1", <Yes>, <No>, <Yes>, <Yes>, <No>)
 
Back
Top