These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Assigning of integer value of a text box to min in <occur min="">

surekha
Registered: Feb 5 2009
Posts: 21

Hi,

I want to assign a dynamic integer value that is stored into a text box to min of the subform.
Here the min accept onlythe integer value. But I have the integer value in text box which is accessed
using it's name like test.rawValue.

ie If assign I am getting error like" Invalid value:'xfa.test1.rawValue' for 'integer property ". Please help.

My Product Information:
LiveCycle Designer, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
In FormCalc the syntax is:

Quote:
if ([i]logical statement[/i]) then
[i]block of statements[/i]
endif
And do not put variables or the value's of variables in quotes.

If (assign < occur) thenmin = test.rawValueendif

George Kaiser

surekha
Registered: Feb 5 2009
Posts: 21
Hi,
Please can any one reply to my last post ?
Because I am facing the opening problem in adobe reader.


Best Regards,
Surekha.
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
Reader is stripped down to being a reading/viewer application unless special rights for commenting and some form processing are extended to it.

The ability to access a database has never been extended to Reader, but one can use Reader to submit PDF form data to a web script page that can interact with a web based database.

George Kaiser