PHP Classes

FormFields

Recommend this page to a friend!

      PHP MS Word  >  All threads  >  FormFields  >  (Un) Subscribe thread alerts  
Subject:FormFields
Summary:Don't work with Formfields
Messages:1
Author:Nuno Francisco
Date:2009-10-24 21:39:10
 

  1. FormFields   Reply   Report abuse  
Picture of Nuno Francisco 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