How does O4WGOTOTAB work (O4W)
At 14 JUL 2012 04:38:18PM jackie jones wrote:
Does O4WGoToTab work? If so, how? I have five tabbed sections on an order form. When the user selects a product from the list on section 3, I thought with this command we could automatically move them over to section 4. But I can't get it to work. It keeps breaking out if not numeric and if numeric it doesn't do anything I can tell.
Also, is there some command that will fire up another command like Send Event does in OI? Probably not?
Thanks
At 15 JUL 2012 12:37PM bshumsky wrote:
Does O4WGoToTab work? If so, how? I have five tabbed sections on an order form. When the user selects a product from the list on section 3, I thought with this command we could automatically move them over to section 4. But I can't get it to work. It keeps breaking out if not numeric and if numeric it doesn't do anything I can tell.
Also, is there some command that will fire up another command like Send Event does in OI? Probably not?
Thanks
Hi, Jackie. Yes, as far as I know, O4WGoToTab does work. The first parameter is the overall name of the tab section (when you first created the tab with the O4WTabs control), and the second parameter is which tab number to go to (tab _number_, from 1 to the number of tabs you've defined).
Re: your second question. Can you be a little clearer on what you're asking about? Or give a more specific example?
Thanks,
- Bryan Shumsky
At 15 JUL 2012 02:00PM jackie jones wrote:
Yes that Does work! Thanks, that is very cool.
On the other question, I need to try to figure out exactly what the problem is before I ask again.
Thanks again!