Handler: error in statement

2005-03-23 Thread Paul Salyers
code: on mouseUp go to card 5 end mouseUp Error: executing at 8:24:58 AM TypeHandler: error in statement Object Label Field Linego to card 5 HintmouseUp Dear Rev Programmers, Whats wrong here, I have looked at it till I see it in my sleep. Paul Salyers PS1 - Senior Rep

handler: error in statement

2008-01-15 Thread mfstuart
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: on mouseDoubleUp

Re: Handler: error in statement

2005-03-23 Thread Thomas McGrath III
x27; code tom On Mar 23, 2005, at 9:29 AM, Paul Salyers wrote: code: on mouseUp go to card 5 end mouseUp Error: executing at 8:24:58 AM Type Handler: error in statement Object Label Field Linego to card 5 HintmouseUp Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, P

Re: Handler: error in statement

2005-03-23 Thread Devin Asay
On Mar 23, 2005, at 7:29 AM, Paul Salyers wrote: code: on mouseUp go to card 5 end mouseUp Error: executing at 8:24:58 AM TypeHandler: error in statement Object Label Field Linego to card 5 HintmouseUp Dear Rev Programmers, Whats wrong here, I have looked at it till I see it

Re: Handler: error in statement

2005-03-28 Thread Sarah Reichelt
xecuting at 8:24:58 AM Type Handler: error in statement Object Label Field Linego to card 5 HintmouseUp Dear Rev Programmers, Whats wrong here, I have looked at it till I see it in my sleep. ___ use-revolution mailing list use-revolution@li

Re: handler: error in statement

2008-01-16 Thread Mark Schonewille
Hi Mark, Could you please post the exact and complete error message? Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Quickly extract data from your HyperCard stacks with DIFfersifier. http://differsifier.e

Re: handler: error in statement

2008-01-16 Thread Klaus Major
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:

Re: handler: error in statement

2008-01-16 Thread Eric Chatonet
Hi Mark, As said Mark Schonewille, getting the complete error message would be better :-) But here are some clues: I assume that gRecord is declared :-) I assume also that 'there is a card "EditRecord" of stack "names". If it is the case, I suspect that you run some code at openCard or preO

Re: handler: error in statement

2008-01-16 Thread mfstuart
So here's the exact RunRev error message: Type - Handler: error in statement Object - Results Line - go card "EditRecord" of stack "names" Hint - mouseDoubleUp When I click the "Script" button from the RunRev Errors dialog box, it hilights the followin