Create and connect my checklistBox with my local database in csharp smart device project
-
Hello, I am developing a GMAO csharp smart device application.I am in the step of creating a checklist:
I have two tables:Travaux (Works in English) and Actions related by the two fields Nature (table Travaux)and typeTravail(Table Actions).If the user enters the number of the work(NBT the pk_Travaux),the system shows a checklistbox(the steps that should the user follows to accomplish his work).After that,the user has the possibility or not to check the step if he did it.
Thank a lot if u give me some ressources about checklistBox in csharp smart device or a code to begin with this tool.I am gooling a lot but I am a tuto or a link that deals with checklist developpement in csharp smart device STEP by STEP. Thanks :)
-
Hello, I am developing a GMAO csharp smart device application.I am in the step of creating a checklist:
I have two tables:Travaux (Works in English) and Actions related by the two fields Nature (table Travaux)and typeTravail(Table Actions).If the user enters the number of the work(NBT the pk_Travaux),the system shows a checklistbox(the steps that should the user follows to accomplish his work).After that,the user has the possibility or not to check the step if he did it.
Thank a lot if u give me some ressources about checklistBox in csharp smart device or a code to begin with this tool.I am gooling a lot but I am a tuto or a link that deals with checklist developpement in csharp smart device STEP by STEP. Thanks :)
So you've connected your database now? :laugh:
-
So you've connected your database now? :laugh:
Hi, Yes Michel I connected to my database thanks to u help. :laugh: Can u help me now Michel to complete my project :) Thanks
-
Hi, Yes Michel I connected to my database thanks to u help. :laugh: Can u help me now Michel to complete my project :) Thanks
Sorry, list boxes and check boxes are not really my area ;P . More of a backend and system kinda of person... Good Luck!