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.

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

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 following part of the script... go card EditRecord

handler: error in statement

2008-01-15 Thread mfstuart
. Thanx, Mark Stuart -- View this message in context: http://www.nabble.com/handler%3A-error-in-statement-tp14860651p14860651.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution

Re: Handler: error in statement

2005-03-28 Thread Sarah Reichelt
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. ___ use-revolution mailing list use-revolution@lists.runrev.com http

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

Re: Handler: error in statement

2005-03-23 Thread Thomas McGrath III
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 TypeHandler: error in statement Object Label Field Linego to card 5 HintmouseUp Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885

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