Visual FoxPro Dabo
GETCOLOR() dabo.ui.getColor(color=None)
GETDIR() dabo.ui.getFolder()
GETFILE()
GETFONT() dabo.ui.getFont(font=None)
INPUTBOX() Use one of the following, depending on the data type desired:
MESSAGEBOX() There are several, each of which shows the appropriate icon: Also, this is handy for user confirmation:
  • dabo.ui.areYouSure(message="Are you sure?", title=None, defaultNo=False, cancelButton=True)
PUTFILE()