Real dialog boxes are windows code and I don't think it is possible to create one in a script.
I think you could do that in a DLL since they have access to windows functions. The easiest thing may be ParamList. That AFL function allows you to present a list to the user in the parameter box and the results of the selection would be a string variable but that can be used to control many functions in your AFL code. Barry --- In [email protected], "sszretter" <[EMAIL PROTECTED]> wrote: > > is it possible from a script to create custom dialogs to get user input? > > I am looking to present a list of choices, allow the user to highlight > one, and know what the user chose. > > multi-select would be ideal (multiple choices into an array for > example)... > > if this is not possible in the AB language would you suggest an > alternative option (vbscript/jscript)? >
