dbdrd(db,prmpt,ddlist,ddvar)
func
db&":dropdown "&char(34)&prmpt&char(34)&","&string(ddlist)&","&ddvar
Endfunc
dbtxt(db,txt)
func
db&":text "&char(34)&txt&char(34)
Endfunc
dbend(db)
func
db&":enddlog"
Endfunc
Note that you don't really need to use these functions, instead, you can just build the dialog box as a
big string and use it as the argument to expr(). This is a better approach if you only have a single
dialog box.
[9.8] Dialog box limitations
Dialog boxes can include Text, DropDown and Request functions. There are limits to the number of
functions you can include in a single Dialog box:
1 maximumTitle:
7 maximumRequest:
9 maximumDropDown:
10 maximumText:
This table shows the maximum number of Request functions for combinations of Text and DropDown
functions. For example, if you have four Text functions and three DropDown functions, you can have
as many as two Request functions.
09
08
017
00126
011235
0122344
01223453
012234552
00123345661
011233456670
Number of DropDown lines"
109876543210Number of Text lines #
Here are some other Dialog box property limitations:
9 - 9