- Jun 6, 2020
- 11,593
- 4,507
I have an xCLV with an AutoTextSizeLabel, a series of buttons and a series of CheckBoxes. The data is populated from a small SQLite database table with 200 records.
I select a few items by clicking a number of checkboxes. Then, I click a button below the xCLV that displays all items that were checked in the checkboxes. It returns the following error. However, if I use only 35 records in the SQL statement with LIMIT 35 instead of LIMIT 200, there is no crash. I am including a small project that reproduces the behavior. Thank you.
The relevant button code is:
B4X:
B4X:
I select a few items by clicking a number of checkboxes. Then, I click a button below the xCLV that displays all items that were checked in the checkboxes. It returns the following error. However, if I use only 35 records in the SQL statement with LIMIT 35 instead of LIMIT 200, there is no crash. I am including a small project that reproduces the behavior. Thank you.
The relevant button code is:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
** Activity (main) Resume **...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید