TDIProgramer
Programmer
I have a macro in Extra Basic using Extra Enterprise 7.11. I have added user driven Input Boxes (asking for the last business date). I have reviewed the HELP and also on the internet, but so far I have not found an example of using the xpos% and ypos% to move the Input box other than the default location on the screen. All seem to find is VB versions of this code:
InputBox(prompt[, title] [, default] [, xpos] [, ypos] [, helpfile, context])
and in the Extra Basic help:
rc$ = InputBox[$](prompt$ [,title$ [,default$ _
[,xpos%,ypos%]]])
what would this look like in a real world example?
InputBox(prompt[, title] [, default] [, xpos] [, ypos] [, helpfile, context])
and in the Extra Basic help:
rc$ = InputBox[$](prompt$ [,title$ [,default$ _
[,xpos%,ypos%]]])
what would this look like in a real world example?