Hi Mark

Hi all,

This error (see subject) happens when I double-click on a table field of
data that has an "on mouseDoubleUp" in it.
The idea of the script is to get the ID value (item 1) and place it into a
global variable.
Then go to a card to edit the record.

Here's the RunRevScript:

Try this:

on mouseDoubleUp

    ## !!!
    global gRecord

  set the itemDel to tab
##  put item 1 of the selectedText into gRecord

  put item 1 of the selectedText OF ME into gRecord

  go card "EditRecord" of stack "names"
end mouseDoubleUp

Anything wrong with this script?
3rd line causes the error
....
As soon as I put this script (go card...) into the table field and use it
there, the above error occurs.
Any help is much appreciated.

Thanx,
Mark Stuart

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to