I am having an issue automating a Screen using the Solomon Object Model StartApplication function.
If I open any standard SL screens containing a grid control, such as the AP Batch release, it opens and responds well to sent commands (select all).
When I the same to open a Custom Screen, the screen appears with one grid line, and what looks like the SAFGrid control on the screen. Sending the select all only selects the grid line that appears on the screen.
This is how it appears when opened directly from Dynamics SL
This is how it opens when using the startapplication function:
SIVApp = sivTB.StartApplication(strApplication)
*This post is locked for comments