Hello Supote,

Dear sir,
I want to know what happen of text error below. And I want to know how to solve this problem.

        executing at 10:18:21 AM
Type    cancel: message id is not an integer
Object    NextWeek
Line Hint button id 2691 of card id 1002 of stack "Calendar Schedule111" of stack "E:/schedule fill day month label of groupweek.rev"

this indicates that this object (a button apparently) is causing an error with its script:

button id 2691 of card id 1002 of stack "Calendar Schedule111" of .....


And that the script is trying to "CANCEL" a -> "pending message" (see the docs for "pending message")
but is NOT supplying a correct ID number, which MUST be numeric!

Please check your script for this line:

....
cancel ...
...

Looks like you are providing a variable with "cancel" and the variable does not contain
a correct ID NUMBER.

Hope this helps.

Thank you very much.
Best Regard
Supote

Regards

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

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

Reply via email to