PureBytes Links
Trading Reference Links
|
Hi all -
I want the user to be able to input a date.
The code below generates the desired dialogue box, but I can't use the year
arrow up down arrows to change the year.
Month1:=Input("What month?",1,12,1);
Day1:=Input("What day?",1,31,1);
Year1:=Input("What year?",2000,2015,2007);
I get the message that the value must be greater than 2,000.00
If I don't use the arrows, but just enter 2005 into the box by hand, there
is no problem.
Is there a work around for a six input limit?
If you want 2 dates entered there goes the limit.
TIA
Ron
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|