Jim Dean![]() Sage ![]() ![]() Posts: 3022 Joined: 9/21/2006 Location: L'ville, GA ![]() | Re dialog boxes These also can be incorporated via OLang or SDK into an Indicator. But you have to be careful to prevent extended looping that repeatedly pops up the box. I have used both MsgBox and InputBox extensively with good success. In one case (MTV), the entire (long) User Manual is viewable pane by pane with section jumps etc. (driven by a structured text file) I’ve also used it for “context sensitive” Help pop ups when a given param is set to a particular value (usually -1). These are considerably easier to implement and manage than file I/O … but still care is needed. I’m not sure how N could improve on this - all the standard VBA MsgBox and InputBox features are accessible, even in OLang. [Edited by Jim Dean on 7/12/2018 9:35 AM] |