How can I retrieve data from a field?

This is a read only forum. It contains the most frequently asked questions about Amyuni products and licensing.
Post Reply
Dany
Amyuni Team
Posts: 113
Joined: Wed Sep 11 2002
Location: Montreal.
Contact:

How can I retrieve data from a field?

Post by Dany »

In run mode text is set and read in fields using the ‘Value’ property.
PDFCreactiveX1.ObjectAttribute['MyField', 'Value'] := 'My Text';
In Design mode text is set and read using ‘Text’ property.
PDFCreactiveX1.ObjectAttribute['MyField', 'Text'] := 'My Text';
Post Reply