revprintfield script

Richard Gaskin ambassador at fourthworld.com
Tue Dec 3 12:02:00 EST 2002


Steve Messimer wrote:

> hi folks
> 
> I am trying to get a script to work and I haven't had much luck.  Here's the
> script any one have any suggestions?
> 
> on mouseUp
> put the short name of the owner of me into myOwner
> put the short id of field "fldGrp" of grp myOwner into myID
> revPrintField ("field" && myID)
> end mouseUp
> 
> I can't see why this doesn't work. My ID contains the proper number w/o
> quotes. What am I doing wrong?  If I type the ID into the script this works
> w/o probs.  

Try this:

   revPrintField the long ID of field ID myID
  
-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.1: 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