
 Nuno Francisco - 2009-10-24 21:39:10
 
I tried to change the class addind two functions. 
One for TextBoxes anda another one for ChecBoxes.
The code is above:
 function AssinalaCheck( $Bookmark)
   {
        
$this->handle->ActiveDocument->FormFields($Bookmark)->CheckBox->Value = 1;
   }
       
        function TextBox( $Bookmark, $Text)
       {
          $this->handle->FormFields($Bookmark)->Result = $Text;
          
       }
Can anyone help me?
Thanks