RunRev Enterprise 5.5 OSX to Windows XP

2010-10-25 Thread bsummerton

I am programming on a Mac and exporting standalone for Windows XP and
higher.  IHave written a script that puts the contents of a field named
Results into an email  - auto filling out To/ CC/ and Subject.  But there
are over 1500 characters from the field Results which will not fit into
the email content due to windows limitation!!!  I have tried to attach the
content of the field Results as a PDF under the latest update of Rev
Enterprise, (as per RunRev Documentation) but I have not been able to get
this to work either.  Can ANYONE please demonstrate for me a script that I
can I use to creat a PDF of my field Results that is automatically loaded
into an email client to b...@ipot.com.au with a subject Test Results. 
Thank you in advance.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Printing Field contents in RunRev Enterprise 4.5.5

2010-08-15 Thread Bsummerton


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
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution