I am using a scrolling window in which the columns are populated automatically until a certain condition is reached.
I wanted to know how to go to next line of the scrolling window.
As of now I am using:
Window_PullFocus(window NewAssetEntryScroll);
fill window NewAssetEntryScroll;
Window_ScrollScrollingWindow(window NewAssetEntryScroll, SCROLLTYPE_NEXT);
But it is not consistent. It works sometimes, but at other times Window_ScrollScrollingWindow() throws error "FOCUS_NOEXIST_EOF"
Is there any other way I can do it?
*This post is locked for comments
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156