- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Use of vbscript input box function with mas 200
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 11:08 AM
Succeeded in mas 90 using the following:
Retval = inputbox("enter value",,0)
However in mas 200 you get ole error number 70. Permission denied 'inputbox'
Sounds similar to issues of msgbox and message box. Anyone know how to get around this?
Target System Technology, Inc. - Spokane, WA -
The best solution often comes not from answering the question asked, but understanding WHY the question was asked.
Solved! Go to Solution.
Re: Use of vbscript input box function with mas 200
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 11:14 AM
Just found info on this in another thread which suggests I will have to use a UDF after all to get the info as inputbox isn't going to work in MAS 200.
However, if anyone has figured out a way to do it since, I would be happy to hear about it.
Target System Technology, Inc. - Spokane, WA -
The best solution often comes not from answering the question asked, but understanding WHY the question was asked.
Re: Use of vbscript input box function with mas 200
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 11:43 AM
You can use MessageBox to put up multiple response buttons and return an indication of what button was clicked, but no solution for general prompt data.
Re: Use of vbscript input box function with mas 200
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 12:55 PM
Yup. Have done the button trick for discrete options, but as you say it doesn't work if you have a range of values.
On to using UDF's.
Target System Technology, Inc. - Spokane, WA -
The best solution often comes not from answering the question asked, but understanding WHY the question was asked.


