D
dannie
Overview: I have a report that pulls its info from a table and each time it
moves to a new record I have VB code which manipulates the information how I
want.
Problem: I can flip through the pages to the right but lets say I go to
record 20 and then start flipping backwards, it does not call my code under
Report_Activate() or Report_Page() for 9 records, these 9 records are
displayed correctly from memory but are not being updated. The 10th record
recieves the correct record information but uses the record 20 case, even
though it runs through the case 10 code when I debug it. Every record after
that is 1 case off from what it should be.
Possible Solutions: Is there any way to make my VB code called when I go
back records? Does anyone know why it waits 10 records before it starts
calling code again? Is there somewhere that you can set how many records it
keeps on memory or something?
moves to a new record I have VB code which manipulates the information how I
want.
Problem: I can flip through the pages to the right but lets say I go to
record 20 and then start flipping backwards, it does not call my code under
Report_Activate() or Report_Page() for 9 records, these 9 records are
displayed correctly from memory but are not being updated. The 10th record
recieves the correct record information but uses the record 20 case, even
though it runs through the case 10 code when I debug it. Every record after
that is 1 case off from what it should be.
Possible Solutions: Is there any way to make my VB code called when I go
back records? Does anyone know why it waits 10 records before it starts
calling code again? Is there somewhere that you can set how many records it
keeps on memory or something?