Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: What calls ValidateRecord? 1999-03-09 -- Dennis Evans The ValidateRecord method is called from the ViewManager, Next and Previous
methods.
The Next and Previous methods are called by the BrowseClass Fetch method,
depending on the direction parameter.
The Fetch method is called to fill the queue, at start, or when the queue needs to
scroll up or down, it will call the Next/Previous methods 1 to n times.
Where n is the number of the ItemsToFill property.
One note, the Fetch method will be called if the user attempts to scroll past the BOF
or the EOF.
Today is November 21, 2024, 3:32 am This article has been viewed 35200 times.
|
|