page.ShowModalSheetAbsolute("tiShiftDetail", "2%", "2%", "96%", "95%")
Seems that this method uses the parent screen's top for its position. If the underlying screen from which this is called, is scrolled down many rows, the result is the second screen shot.
Using - ABMGentiShiftModal.Size = ABM.MODALSHEET_SIZE_FULL will always place the modal sheet full window regardless of where the parent form's top position is.
Thanks
Scrolled down since it is respecting the parent form's top - not the screen top.
Seems that this method uses the parent screen's top for its position. If the underlying screen from which this is called, is scrolled down many rows, the result is the second screen shot.
Using - ABMGentiShiftModal.Size = ABM.MODALSHEET_SIZE_FULL will always place the modal sheet full window regardless of where the parent form's top position is.
Thanks
Scrolled down since it is respecting the parent form's top - not the screen top.