aromech
Mechanical
- May 29, 2003
- 24
Well, I think I'm thoroughly confused. Here's another explanation that I came up with:
The application has a CheckBox labeled "Checked?" that coincides with a custom file property that I'll label "Checked". If the user checks the box, it will write a Yes value (hopefully some type of True False value?) to the property. If the user leaves the box unchecked, the application will write a No value to the property when they click OK.
However, when the application is accessed, the CheckBox should default to unchecked whether the property is Yes or No and the user needs to recheck the Checkbox and click OK if he/she wants to keep the Yes value.
Does that make sense? I'm struggling with the property Types and all that retrieval stuff seen in my code above. As I think through this, do I not even need to worry about retrieval based on my explanation? Thanks!
__________________
Jeremy (VB 6.0)
Every man dies, but not every man lives. - William Wallace
The application has a CheckBox labeled "Checked?" that coincides with a custom file property that I'll label "Checked". If the user checks the box, it will write a Yes value (hopefully some type of True False value?) to the property. If the user leaves the box unchecked, the application will write a No value to the property when they click OK.
However, when the application is accessed, the CheckBox should default to unchecked whether the property is Yes or No and the user needs to recheck the Checkbox and click OK if he/she wants to keep the Yes value.
Does that make sense? I'm struggling with the property Types and all that retrieval stuff seen in my code above. As I think through this, do I not even need to worry about retrieval based on my explanation? Thanks!
__________________
Jeremy (VB 6.0)
Every man dies, but not every man lives. - William Wallace