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.
Author |
Topic |
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2005-05-16 : 22:09:09
|
Hi allHas 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 thisInkVwAx1.InkData = Rs!Fieldwhere Filed is the OLE object type. This works in VB6 and not sure about AccessMadhivananFailing to plan is Planning to fail |
 |
|
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" |
 |
|
|
|
|