Sensitive F1 DataHelp
When you AddRelatedValue and your focus is located in the control defined in str_Control (which is control name) parameter you get 2 magic advantages.
- When you leave from this control you will retrieve respected value related to this control value
- When you press F1 Key this will trigger DataHelp Browser filled with the table defined in str_Table parameter , you can select any row by double click it , this will close DataHelp Browser and assigned the data selected to the control defined in str_RetControl parameter

When you AddGridRelatedValue and your focus is located in the column defined in str_Column (which is Column name) parameter you get 2 magic advantages.
- When you leave from this control you will retrieve respected value related to this control value
- When you press F1 Key this will trigger DataHelp Browser filled with the table defined in str_Table parameter , you can select any row by double click it , this will close DataHelp Browser and assigned the data selected to the column defined in str_GridRetColumn parameter
|