Tabs in a field
    Richard Gaskin 
    ambassador at fourthworld.com
       
    Fri May 23 09:39:01 EDT 2003
    
    
  
Dan Friedman wrote:
> How do you make it so that typing the tab key puts a tab
> in the field?  There must be some field property...
> Do I really have to trap the tabKey message??
It takes only a few seconds to work around this HyperCard compatibility
feature:
  on tabkey
    put tab into the selection
  end tabkey
-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc
    
    
More information about the use-livecode
mailing list