Thank you for suggestions but I am still having trouble.

I have a Stack that has thirty Cards containing multiple choice questions.  On 
Four of these thirty Cards I have a Field named "Results"  that contains the 
users answers for each section.  On each of the four Cards that has the field 
"Results" I have a Print Button.  I have tried the following scripts to try and 
print on a Networked Printer the contents of the Field "Results,"  to no avail. 
 What am I doing wrong?


on Mouseup
print card "Output"
end Mouseup
(Used this as a TEST - This prints the Card to the printer successfully)


on Mouseup
revPrintText "Hello world"
End Mouseup
(Used this as a TEST - This prints a Blank Page)


on Mouseup
revPrintField the name of field "Results"
end mouseup
(This continues to print a Blank Page)


on Mouseup
revPrintText (the htmlText of field "Results"),"Results",the time && the date
End Mouseup
(This continues to print a Blank Page)

I have checked that the Field "Results" contains text that is Black and not 
White.  Can a Stack only have one Field Named "Results" within its Cards?  I am 
using a Mac and exporting to Mac (which prints fine) but the Windows Standalone 
continues to print a Blank Page.  Am using Enterprise 4.5.5

If YOU were wanting to print the text from a Field named "Results" what 
specifically would YOU script: 

Kind regards, Brent.









_______________________________________________
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