revPrintField problem
Ban Nguyen
bann at sunncomm.com
Mon Jul 25 17:33:40 EDT 2005
Hello everyone,
I am having a problem with revPrintField
Here is the problem:
I create a stack
On the card, I create a text field (has a many lines of text), 5 images,
then I group them and make scroll bar so user can scroll up and down to
see the text and images (name the group as "myField")
Then on the same card, I create a button called "print" and put this
code into the print button:
on mouseUp
revPrintField the name of field "myField"
end mouseUp
This is the error I got when I click on "print":
executing at 2:32:48 PM
Type Chunk: no such object
Object Button
Line revPrintField the name of field "myField"
Hint myField
Has anyone went throught this situation? Please help
More information about the use-livecode
mailing list