Android Question strange Cursor Not initialized or Error Evaluating RowCount but Work Fine

Gianni Sassanelli

Active Member
Licensed User
Longtime User
Hi,
from B4a 11.0 i have this strange behaviour

if i try to use cursor and run a query to select some record all thinks work fine but in debug mode b4a IDE return error for all property of cursor object

the above image is a sample in debug mode when i try to pos my mouse on object
but the code work fine without error, the cursor have all record and fields into and rows correctly valued
cr_righe.IsInitialized = False
cr_righe.Position is in Error
cr_righe.RowCount is in Error



1632848527343.png
 
Top