Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

InputBox Positioning, Need help using the xpos/ypos

Status
Not open for further replies.

TDIProgramer

Programmer
Jun 23, 2010
1
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top