|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Create a Highly Available Database Solution. Advantage Database Server can provide the availability to keep your data safe and ready for your application and users. |
|
#1
|
|||
|
|||
|
Hi I want to set a random picture into a word template, I can get the picture into the template but it doesn't set where I want it to. It causes the rest of the template to move down the page and picture and doesn't set where I need it to set. here is the code we have:
ActiveDocumtent.shapes.AddPicture App.path & "\images\" & rs.fields("fldPicture"),,,100,150 Help please ![]() I'm using word 2000 Last edited by Alex2003 : February 21st, 2003 at 12:51 PM. |
|
#2
|
|||
|
|||
|
Have you tried setting the wrap format to none?
ie: Code:
with ActiveDocument.Shapes.AddPicture(App.path & "\images\" & rs.fields("fldPicture"),,,100,150)
let .WrapFormat.Type=wdWrapNone
end with
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Report with Word |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|