Click here to Skip to main content
15,900,110 members

Comments by Member 11893460 (Top 8 by date)

Member 11893460 2-Apr-21 23:50pm View    
This is windows application. Actually. Checkbox checked save record in mysql db. In db if checkbox checked save yes. If yes in db then login user then home screen was open. In home screen button there if button click then form open. If checked save value in db then open form and if not permission unchecked save value ( no) then not open form
Member 11893460 1-Apr-21 5:47am View    
i have done code but one problem there,i take value from database checkbox inserted value (yes ,no)if select then save in database yes & unselect then save no
Member 11893460 1-Apr-21 5:41am View    
actaually if i click the button then not open form,if user has no permission & if user have permission open form (username b this user access open form1 if permission & username a has no permission access form1 )
Member 11893460 1-Apr-21 4:46am View    
using checkbox checked permission form access,suppose if checked checkbox chksetting,then login admin access only setting form not click other button like frmmanual ..(name of check box chkSettings , chkmanual there are 2 check boxes & name of my form frmsetting,frmmanual,frmhome) in frmhome add button (btnmanual,btnsetting)when i click btnsetting then open setting form & then btnmanual not open form on button click c# windows application
Member 11893460 31-Mar-21 7:09am View    
i try this code but this code not correct