Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
That method will not call the Navigated event. You need to call the navigate(...) method if you want the navigate event to fire. There is a Navigate(Absolute) parameter that will allow you do to an absolute record. Just FYI, if you look in the docs you can get more detail, but the Move methods do not refresh any bound controls and calling the Navigate event would refresh bounds controls.
|