Hi,

Figured this one out myself. :-)  Jeanne writes such good docs!

Heres the script that works.  Why would you want to do this extra scripting
you say?  Well the field in question is part of a group that is being pasted
in from a template and the button can't know ahead of time the number of the
field as this is variable nor can it now the name of the subsumming grp.

on mouseUp
  put the short name of the owner of me into myOwner
  put the number of field "fldGrp" of grp myOwner into myNum
  revPrintField ("field" && myNum)
end mouseUp

Regards,

Steve

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to