This is the Personal Stock Monitor scripting developers forum.
Subscribe to RSS Feed
Developing Custom Stock Market Software using PSM -> Example of Getting Data From User?
Not logged in.
2010-04-27 03:55:15
1 of 6
#2079
Howdy Guys,

Could you post an example of how to prompt the user for data in a script / extension?

Thank you,

-Don
Posted by: dgoyette
2010-05-05 05:27:16
2 of 6
#2128
in reply to #2079
Anyone know how to do this?
Posted by: dgoyette
2010-05-05 10:34:24
3 of 6
#2129
in reply to #2128
How much data do you want to enter? Meaning, do you just want a simple single field input box, or do you need a whole form? VBScript has an InputBox function that will let you get a single value from the user, but for something more complex, you need to use our form support.
Posted by: Anatoly
2010-05-08 05:37:38
4 of 6
#2151
in reply to #2129
The ability to enter a date would get me started. But I would also like to know how to use the PSM form support you wrote of.

Thank you very much!

-Don
Posted by: dgoyette
2010-05-08 09:59:07
5 of 6
#2154
in reply to #2151
Ok, I just posted the source of our position sizing extension, which demonstrates how to do this.

http://www.personalstockmonitor.com/developing-custom-s...
Posted by: Anatoly
2010-10-27 16:43:10
6 of 6
#2488
in reply to #2154
Thank you Anatoly

Sorry it's been so long since I've been here. Just starting to look into scripting once again.

-Don
Posted by: dgoyette