Microsoft
Software
Hardware
Network
Question : Using VBA in MS Access trying to prefill a pdf form...stumped on how to programmatically fill a check box..
Using VBA in MS Access trying to prefill a pdf form...
I have the following code to prefill if it is text box, stuck on how to check or uncheck a check box based on a field value.
Dim AcroApp As Acrobat.CAcroApp
Dim pdDoc As Acrobat.CAcroPDDoc
Dim fcount As Long
Dim sFieldName As String
Dim Field As AFORMAUTLib.Field
Dim Fields As AFORMAUTLib.Fields
Dim AcroForm As AFORMAUTLib.AFormApp
Dim jso As Object
dim x as object
Dim answer As Integer
If (Dir("c:\namus_reader.pdf"
) = "") Then
MsgBox "Questionnaire files not found "
Exit Sub
End If
Set pdDoc = CreateObject("AcroExch.PDD
oc")
If pdDoc.Open("c:\namus_reade
r.pdf") Then
Set X = jso.getfield("ch_agenow")
X.Value = yrsnow
Set X = jso.getfield("ch_ncicnumbe
r")
X.Value = NCICnumber
Answer : Using VBA in MS Access trying to prefill a pdf form...stumped on how to programmatically fill a check box..
You do not "need" a trust to use ADMT however trusts can make migration alot easier so are recomended by most for that reason.
Random Solutions
Login Script to add multiple network printers?
MS Dynamics 4.0 Outlook Configuration - Microsoft Dynamics CRM server is not available
Netapp - increased LUN volume - resized to gain space - but windows server has not picked up change - what am i Missing please
XP Mode - usb software key not working
I'm trying to config route and vpn in Ubuntu
Installing Small Business Server 2008 trail
Microsoft AutoUpdate of Office 2008 for Mac
How to connect treeview & listview or grid through Access database
VMWare ESX 4 Update Manager and failing Remediation for certain patches
How to calculate OSPF cost?