trick for taborder in a web app

just found this, could be of interest to web app devs here.

if you want to exclude a webcontrol from the taborders, just put “-1” in the taborder property in the IDE.

[quote=419602:@Jean-Yves Pochez]just found this, could be of interest to web app devs here.

if you want to exclude a webcontrol from the taborders, just put “-1” in the taborder property in the IDE.[/quote]

Does this trick work on desktop app??

on a desktop app, you can exclude a control from the tabs chain, with a property for that. no need for this trick.
on the web you can’t.