Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Shagun Grover #1
Datatype of oAcroPDDoc.GetJSObject() changes automatically
Hi,
I am using Acrobat SDk for Adobe Professional 7.0 for integratting
Vb.net and Adobe forms.
I have some form feilds that used in my application.
The following code is used
Dim jsObj As Object
Dim oAcroPDDoc As Acrobat.AcroPDDoc
oAcroPDDoc = avDoc.GetPDDoc()
jsObj = oAcroPDDoc.GetJSObject()
Dim H As Object
H = jsObj.getField("Age")
H.value = "23"
Here 23 is a string that is set in the form feilds, How ever when
again I get the values of the "Age" field. by doing the
H = jsObj.getField("Age")
Here suprisingly the datatype of H changes to double. How can I
restrict this ? PLease help
Shagun Grover Guest
-
how to type cast getjsobject form vb.net to c#
how to type cast getjsobject form vb.net to c# -
ASP.NET Insert into bit datatype
Hey, I'm using ASP.NET vb and sql server 2000, basically I have a form with a few yes/no radio buttons and they insert into table with bit field... -
citext datatype
Does anyone use citext, http://gborg.postgresql.org/project/citext/projdisplay.php, the case insensitive text datatype? Are there any negative... -
I think it's a datatype issue
I cannot seem to get this entry to be accepted into the intended table. I am getting the common error message which tells me cannot be found in... -
Check datatype
Doh! I seem to have forgoten how to check if an item is an integer! Can someone remind me! Thanks, Andrew J Durstewitz * * * Sent via...



Reply With Quote

