Hello I want to help make a membership card for students The idea is to use the camera to take a picture of the student and save it with his name and class number in a database can you help me?
You can store an image in CloudDB. You will need to use a dictionary to save record-type data in CloudDB. I have covered saving and loading customer records in this video: th-cam.com/video/EVRoyvyloUU/w-d-xo.html
yes you can....you can have a label for showing total price and a global variable for totall Price. Every time, the user adds a new item with its price, you add that price to the global variable totalPrice and show it in the label.
Thank you very much! You solved my problem🥰🥰🥰
Great work 👏
Thank you 😊
Hello I want to help make a membership card for students The idea is to use the camera to take a picture of the student and save it with his name and class number in a database can you help me?
You can store an image in CloudDB. You will need to use a dictionary to save record-type data in CloudDB. I have covered saving and loading customer records in this video: th-cam.com/video/EVRoyvyloUU/w-d-xo.html
@@ObsidianSoftEducation
Thank you
can you add price/quantity for each item then calculate the total?
yes you can....you can have a label for showing total price and a global variable for totall Price. Every time, the user adds a new item with its price, you add that price to the global variable totalPrice and show it in the label.