1 (edited by daamoucheacil 2021-08-26 10:01:00)

Topic: help tablegrid

Hello
I have a problem, please: when I open the program directly and click in an empty place in the table, all the results of the table appear automatically, see the attached file (contains the screenshot for more clarification)
Note: The project is in Arabic

Post's attachments

Attachment icon Projet.zip 628.08 kb, 202 downloads since 2021-08-26 

2 (edited by derek 2021-08-26 10:29:47)

Re: help tablegrid

Hi Daamoucheacil,
It happens because no row has been highlighted in your tablegrid and so the incremental 'search' (button70) treats it like a wild card and retrieves all the rows.
To fix it, remove the incremental search (see screenshot1 in the attachment) and then add this line of code (see screenshot2 in the attachment).
Derek.

Post's attachments

Attachment icon Projet fixed.zip 900.54 kb, 212 downloads since 2021-08-26 

Re: help tablegrid

Excellent work Thank you very much derk