ironfelix717
Registered User.
- Local time
- Today, 15:47
- Joined
- Sep 20, 2019
- Messages
- 193
The entire basis of this project relies on the ability to retrieve the LB index when the mouse is moved over the row. That is derrived from the GetListIndex function, thus the GetLRBH function, thus the Wizhooks function.
The UpdateRecordset failed for that exact reason - the index was retrieved incorrectly - then passed to updaterecordset and failed, hence error 3021. UpdateRecordset (3021) and 6015 are NOT separate issues like you are suggesting. They work 100% of the time when the index is retrieved correctly. They parallel each-other in how they work. The only explanation would be GetListIndex code, or Wizhooks code.
So, do you have evidence to suggest it is NOT wizhooks-related? That could be solved pretty quickly if you would step through the code and see what incorrect indicies are returning when 6015 occurs, which somehow does not occur for me as i've shown in multiple videos. - further suggesting that it is highly related to Wizhooks.
The UpdateRecordset failed for that exact reason - the index was retrieved incorrectly - then passed to updaterecordset and failed, hence error 3021. UpdateRecordset (3021) and 6015 are NOT separate issues like you are suggesting. They work 100% of the time when the index is retrieved correctly. They parallel each-other in how they work. The only explanation would be GetListIndex code, or Wizhooks code.
So, do you have evidence to suggest it is NOT wizhooks-related? That could be solved pretty quickly if you would step through the code and see what incorrect indicies are returning when 6015 occurs, which somehow does not occur for me as i've shown in multiple videos. - further suggesting that it is highly related to Wizhooks.