StackByte Posted November 3, 2018 Share Posted November 3, 2018 CheckBox Favori Nasıl Yapabilirim örnek Koda Göre if durum then nSecili = "0" tSec = Page.EnumerateObjects(); for i,v in pairs (tSec) do tip = Page.GetObjectType(v); if tip == OBJECT_CHECKBOX and CheckBox.IsEnabled(v) then CheckBox.SetChecked(v, durum); nSecili = nSecili + 1 end end Label.SetText("Label1", "Seçilen Program Sayısı : "..nSecili); else tSec = Page.EnumerateObjects(); for i,v in pairs (tSec) do CheckBox.SetChecked(v, false); nSecili = "0" end Label.SetText("Label1", "Seçilen Program Sayısı : "..nSecili); end end toplu seçim kodu bu bunu nasıl CheckBox1 den CheckBox24 kadar seçip kurdurabilirim ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.