Page 1 of 1

Bulk Checking/Unchecking of Checkboxes

Posted: 2024-04-12 03:57:17
by wolfman142
I am not a programmer. I hope someone who is reads this.

I am trying to uncheck all of the 6000 checkboxes that sit next to the movie titles in my catalog. Currently, they are all checked. I do not want to go through each movie, one by one, to uncheck the box.

There must be some way to uncheck all 6000 at once. A search of the forum found an old 2012 post by member YoungBoy, who said,

I solved (InvertClickCheckBoxes = True)

It looks like he wrote a script that will do exactly what I want to do. If he did, will someone send me or post the entire script? Or if he didn't, will someone send me or post a script that will do this?

Thank you for your help. I continue to find the Ant Movie Catalog extremely useful, and use it regularly.

wolfman142

Re: Bulk Checking/Unchecking of Checkboxes

Posted: 2024-04-13 05:31:52
by fulvio53s03
If I well understand, you want to uncheck all movies in a catalog.
Try the following script and before saving your catalog, check/control it.
;)

Code: Select all

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=Fulvio53s03
Title=UncheckAll
Description=Uncheck All
Site=
Version=1.0
Requires=4.2
Comments=Questo script deseleziona.
License=GPL
GetInfo=0
RequiresMovies=1

[Options]

[Parameters]

***************************************************)

program UncheckAll;

//
//MAIN PROGRAM
//
begin
   SetField(fieldChecked, 'False');
end.

Re: Bulk Checking/Unchecking of Checkboxes

Posted: 2024-04-13 22:11:09
by wolfman142
Hello fulvio53s03,

Your script worked perfectly. It did exactly what I wanted to do. Thank you!

Non parlo italiano. Questo รจ con l'aiuto di Google Translate:
Il tuo script ha funzionato perfettamente. Ha fatto esattamente quello che volevo fare. Grazie!