CFileDialog whata f...??? hehehee
-
Hey pals...look... it's so weird.. I have a property page where I save the data entered by the user to a database, the users can enter some personal informations about themselves and choose a image file, here is the problem... if the user not choose a image file, opening a File Dialog, all data it's saved in the database when the " add information" button is pressed, but if the damn user choose a file, nothing happens no one record is added to the database..what is this? make my day friends..help me hehehehee thanks in advance...
-
Hey pals...look... it's so weird.. I have a property page where I save the data entered by the user to a database, the users can enter some personal informations about themselves and choose a image file, here is the problem... if the user not choose a image file, opening a File Dialog, all data it's saved in the database when the " add information" button is pressed, but if the damn user choose a file, nothing happens no one record is added to the database..what is this? make my day friends..help me hehehehee thanks in advance...
This is a blanket question that is almost impossible to answer. The only advice I can give is to put well-placed breakpoints in the app, first of all in the "Add information" button handler. Go from there, inspect the contents of the variables, and finally, the saving function for the database.
-
This is a blanket question that is almost impossible to answer. The only advice I can give is to put well-placed breakpoints in the app, first of all in the "Add information" button handler. Go from there, inspect the contents of the variables, and finally, the saving function for the database.