Hi,
I'm looking to fill out some fields on a GP window, and also populate a line in a scrolling window. Is it possible to fill out a line in a scrolling window with VS Tools?
When I try, the fields appear to be momentarily populated, but then the scrolling window flashes, gets cleared completely, and then a header field gets focus.
I'm trying to set the line fields using this approach:
ivTransferEntryWindow.IvTransferScroll.ItemNumber.Value = "TEST100";
Thanks,