Thanks for the suggestion Philip but I still get a "can't find handler" error for

on mouseUp
  global gquestion, gthisanswer
  set the tabStops of cd field 5 to "10,50"
  put gquestion & tab & gthisanswer into cd field 5
end mouseUp

    Rick

[EMAIL PROTECTED] wrote:

> try:
>
> set the tabStops of field 1 to "10,50"
> put variable1 & tab & variable2 into field 1
>
> Philip Chumbley
>
> << How do I use tabstops and tabkey to put the contents of two variables into a
> field? I tried:
> set the tabstops of cd field 1 to "10,50"
> put variable 1 & tabkey & variable 2 into cd field 1
> All I get is an error message.
>     Thanks
>     Rick
> :


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to