Question:
How can I force the use of a scrollbar with DoModal method?
Solution:
To do so, you must add zoom type to “Screen” parameter, as well as a question mark (which indicates scrollbar use).
Sample script:
Application.DoModal "InitialScreen?100?1", "Title Test", , , , , 0, -1