At 11:49 02/11/2003, you wrote:
Hi,
What version of the reader are you using?
4.0 x86 linux stout0124
the JavaScript implementation differs from version to version. I don't have AR 4 here, so I can't test it. Hans has a good overview about JS and AR.
I don't know what openactions are default, but try these two:
\setupinteraction[state=start,openaction=] \setupinteraction[state=start,openaction=ResetForm]
in most cases i leave openaction empty (or sometimes something openaction=page(2) or so); the ResetForm is/was sometimes needed if you want to make sure that widgets are initialized (there is some fuzzy async initialization in acrobat, imagine that you access page 4 while acrobat in the background is still initializing form fields as well as the javascript engine while page 4 has some fields on it that are related to fields somewhere else in the document) Hans