printing contents of a text field revPrintField
Posted: Sat Jul 21, 2007 10:14 pm
I need to print the contents of a text field. I think I have figured it out. (Once again, Revolution seems to handle a simple, common need in a needlessly complex and obscure way). I post this message to provide the information to others who might search the forum for this topic, and to get further comments from those who know more.
The command revPrintField seems to be what is needed. The Documentation Dictionary says that this command "Prints the contents of a field."
However, it tells us that the command below does NOT work:
revPrintField field "MyField"
Strangely, the command below prints the CONTENTS of a text field:
revPrintField the name of field "display"
If someone can explain this logic, I would appreciate it.
Thanks,
Derek
The command revPrintField seems to be what is needed. The Documentation Dictionary says that this command "Prints the contents of a field."
However, it tells us that the command below does NOT work:
revPrintField field "MyField"
Strangely, the command below prints the CONTENTS of a text field:
revPrintField the name of field "display"
If someone can explain this logic, I would appreciate it.
Thanks,
Derek