![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm new to this newsgroup so if the answer's already here please excuse. I had a quick look and couldn't find it. I'd like to know if there's any way to set up conditional tabbing. By this I mean I would like to have the tab jump selectively to two different places depending on what the user enters into the current field. For example, say the user is currently in a field "Number of people" and enters an integer. I would like to set things so that if they enter zero it jumps to field A but have it jump to field B if they enter any other value. Is there a way to do this? I've not been able to find one. If it makes any difference I'm using FMPro V.6 |
#3
| |||
| |||
|
|
You can use this free plugin to do that http://www.softs4humans.com/FMPro_Plugins.html |
#4
| |||
| |||
|
|
You could use a script call plugin when the user modify the field, to send a validation that excecute a script to jump to the desire field upond your validation. You can use this free plugin to do that http://www.softs4humans.com/FMPro_Plugins.html Good luck JF Fortier "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 45937c07$0$13938$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... I'm new to this newsgroup so if the answer's already here please excuse. I had a quick look and couldn't find it. I'd like to know if there's any way to set up conditional tabbing. By this I mean I would like to have the tab jump selectively to two different places depending on what the user enters into the current field. For example, say the user is currently in a field "Number of people" and enters an integer. I would like to set things so that if they enter zero it jumps to field A but have it jump to field B if they enter any other value. Is there a way to do this? I've not been able to find one. If it makes any difference I'm using FMPro V.6 |
#5
| |||
| |||
|
|
Unfortunately it seems that the plugin only works with version 7 or 8 and I have version 6. Oh well, I was looking for an excuse to upgrade... JF Fortier wrote: You could use a script call plugin when the user modify the field, to send a validation that excecute a script to jump to the desire field upond your validation. You can use this free plugin to do that http://www.softs4humans.com/FMPro_Plugins.html Good luck JF Fortier "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 45937c07$0$13938$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... I'm new to this newsgroup so if the answer's already here please excuse. I had a quick look and couldn't find it. I'd like to know if there's any way to set up conditional tabbing. By this I mean I would like to have the tab jump selectively to two different places depending on what the user enters into the current field. For example, say the user is currently in a field "Number of people" and enters an integer. I would like to set things so that if they enter zero it jumps to field A but have it jump to field B if they enter any other value. Is there a way to do this? I've not been able to find one. If it makes any difference I'm using FMPro V.6 |
#6
| |||
| |||
|
|
Then in FMP6, you may use 'Events' or 'Troi Activator', both with fees. 'Events3' can be found at : http://www.wmotion.com/s.nl/it.I/id....&category=-102 'Activator' can be found at www.troi.com/software/activatordetails.html. Remi-Noel "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 459486a8$0$2608$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... Unfortunately it seems that the plugin only works with version 7 or 8 and I have version 6. Oh well, I was looking for an excuse to upgrade... JF Fortier wrote: You could use a script call plugin when the user modify the field, to send a validation that excecute a script to jump to the desire field upond your validation. You can use this free plugin to do that http://www.softs4humans.com/FMPro_Plugins.html Good luck JF Fortier "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 45937c07$0$13938$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... I'm new to this newsgroup so if the answer's already here please excuse. I had a quick look and couldn't find it. I'd like to know if there's any way to set up conditional tabbing. By this I mean I would like to have the tab jump selectively to two different places depending on what the user enters into the current field. For example, say the user is currently in a field "Number of people" and enters an integer. I would like to set things so that if they enter zero it jumps to field A but have it jump to field B if they enter any other value. Is there a way to do this? I've not been able to find one. If it makes any difference I'm using FMPro V.6 |
#7
| |||
| |||
|
|
Thanks! Sorry I didn't reply to this earlier but JF Fortier above contacted me outside the news group with a plugin (Script Sheduler 2.0) that worked well and solved the problem. Thank you though and I'll check out your sites as well in case they have other useful abilities as SS did. Remi-Noel Menegaux wrote: Then in FMP6, you may use 'Events' or 'Troi Activator', both with fees. 'Events3' can be found at : http://www.wmotion.com/s.nl/it.I/id....&category=-102 'Activator' can be found at www.troi.com/software/activatordetails.html. Remi-Noel "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 459486a8$0$2608$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... Unfortunately it seems that the plugin only works with version 7 or 8 and I have version 6. Oh well, I was looking for an excuse to upgrade... JF Fortier wrote: You could use a script call plugin when the user modify the field, to send a validation that excecute a script to jump to the desire field upond your validation. You can use this free plugin to do that http://www.softs4humans.com/FMPro_Plugins.html Good luck JF Fortier "Colin Croft" <ccroft (AT) iinet (DOT) net.au> a écrit dans le message de news: 45937c07$0$13938$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... I'm new to this newsgroup so if the answer's already here please excuse. I had a quick look and couldn't find it. I'd like to know if there's any way to set up conditional tabbing. By this I mean I would like to have the tab jump selectively to two different places depending on what the user enters into the current field. For example, say the user is currently in a field "Number of people" and enters an integer. I would like to set things so that if they enter zero it jumps to field A but have it jump to field B if they enter any other value. Is there a way to do this? I've not been able to find one. If it makes any difference I'm using FMPro V.6 |
![]() |
| Thread Tools | |
| Display Modes | |
| |