Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 printing inkPicture controls

Author  Topic 

rrb
SQLTeam Poet Laureate

1479 Posts

Posted - 2005-05-16 : 22:09:09
Hi all

Has anyone been able to get an inkPicture to print? I have several on a form, but when I print (or printpreview) the form, I get white rectangles where the controls are. This behaviour also occurs when an inkPicture is placed on a report.

The controls work fine on the form.

Please don't post back a solution until you've either read my question or tried it yourself....

--
I hope that when I die someone will say of me "That guy sure owed me a lot of money"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-05-17 : 01:08:16
rrb, Are you trying to print image at the Ink control taking it from table?
If so, you can try this
InkVwAx1.InkData = Rs!Field
where Filed is the OLE object type. This works in VB6 and not sure about Access


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

rrb
SQLTeam Poet Laureate

1479 Posts

Posted - 2005-05-17 : 01:12:28
No -

I have inkPictures on a form in Access, but when I print preview the form, the inkPicture does not show.

I am using Access forms, not VB6

--
I hope that when I die someone will say of me "That guy sure owed me a lot of money"
Go to Top of Page
   

- Advertisement -