Bulk Checking/Unchecking of Checkboxes

If you need help on how to use the program
Post Reply
wolfman142
Posts: 6
Joined: 2017-12-03 21:15:25

Bulk Checking/Unchecking of Checkboxes

Post 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
fulvio53s03
Posts: 744
Joined: 2007-04-28 05:46:43
Location: Italy

Re: Bulk Checking/Unchecking of Checkboxes

Post 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.
wolfman142
Posts: 6
Joined: 2017-12-03 21:15:25

Re: Bulk Checking/Unchecking of Checkboxes

Post 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!
Post Reply