Search found 3 matches

by colelaus
Thu Dec 28, 2017 1:08 am
Forum: Document Printing
Topic: Cannot print from GdViewer control on MS Access form
Replies: 1
Views: 13745

Cannot print from GdViewer control on MS Access form

I'm needing to add print capability to my MS Access form that is using the GDPicture.NET 10 - Document Imaging SDK library. Seems like it should be pretty easy, load the file into the oGdViewer control and then execute the following: Private Sub btnPrintDocument_Click() Dim oGdViewer As GdPicture_NE...
by colelaus
Sun Dec 29, 2013 3:00 am
Forum: COM interoperability
Topic: Need help assigning an annotation object
Replies: 2
Views: 12056

Re: Need help assigning an annotation object

It happens almost everytime.... right after posting a problem that has me going nuts I figure out the problem. Arghh. So simple... My code should have used the SET command as in: Dim annot As AnnotationRubberStamp Set annot = oAnnotationManager.AddRubberStampAnnot(-16777216, 0, 0, 3, 3, "APPROV...
by colelaus
Sun Dec 29, 2013 2:52 am
Forum: COM interoperability
Topic: Need help assigning an annotation object
Replies: 2
Views: 12056

Need help assigning an annotation object

I'm attempting to implement in MS Access 2007 example code from the GdPicture online documentation that imports a file, adds and rubber stamp, rotates it and then displays it. However, when I attempt to replicate this code in an access 2007 vba environment, my attempt to assign the returned Annotati...