I am attempting to use this (http://www.lebans.com/conformscurcontrol.htm) in a continuous subform.
I have a form with records, and a subform that displays records related to the parent record. I want to display dynamic controltip text on the subform, similar to how Lebans designed for a standard continuous form.
It works fine as is until I need to scroll down in the subform. The class doesn't seem to recognize that the subform has scrolled, and so moving the mouse over the control will only display the controltip text for the first page of records.
How can I get it sense the subform scroll?
I have a form with records, and a subform that displays records related to the parent record. I want to display dynamic controltip text on the subform, similar to how Lebans designed for a standard continuous form.
It works fine as is until I need to scroll down in the subform. The class doesn't seem to recognize that the subform has scrolled, and so moving the mouse over the control will only display the controltip text for the first page of records.
How can I get it sense the subform scroll?
Comment