Adrianna
Registered User.
- Local time
- Today, 07:44
- Joined
- Oct 16, 2000
- Messages
- 254
Okay....I'm trying to provide refferencial data for my clients that will provide a description of the fields that they are filling in.
The ControlTip provides them with a brief description of what they need to fill in the field (I'm put into place input masks, formatting, and validation where possible).
Now I want to add additional referencial information.
My idea was to use the Mouse Right-click or DblClick() to deplay a message box with the formal definitions and requirements for the information that the clients will be reporting. Works great on textfields, but on Yes/No check boxes...the DblClick() changes the value of the field and then displays the message.
So....I need to either provide another option, like pulling a "?" icon to the field that they want defined......
Or
I can test for the status of the field....display the message and return the field back to it's original state! This does work...I've tried it, but I was hoping that I could do something else.
The ControlTip provides them with a brief description of what they need to fill in the field (I'm put into place input masks, formatting, and validation where possible).
Now I want to add additional referencial information.
My idea was to use the Mouse Right-click or DblClick() to deplay a message box with the formal definitions and requirements for the information that the clients will be reporting. Works great on textfields, but on Yes/No check boxes...the DblClick() changes the value of the field and then displays the message.
So....I need to either provide another option, like pulling a "?" icon to the field that they want defined......
Or
I can test for the status of the field....display the message and return the field back to it's original state! This does work...I've tried it, but I was hoping that I could do something else.