Re: Photo field in Form
- From: "Doug Robbins" <dkr@xxxxxxxxxxxxxx>
- Date: Wed, 3 Aug 2005 06:24:03 +0200
I am not sure if that is covered in the following:
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22
Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46
Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119
Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127
Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136
But you will need a macro to unprotect the form, and then .Show the
InsertPictureDialog and then reprotect the form:
ActiveDocument.Unprotect
Dialogs(wdDialogInsertPicture).Show
ActiveDocument.Protect wdAllowOnlyFormFields, NoReset
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Imperial" <Imperial@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:550DE575-4277-4696-A9CF-EDDEB24B653F@xxxxxxxxxxxxxxxx
> How do I create a field in a form so the user can add photos?
.
- References:
- Photo field in Form
- From: Imperial
- Photo field in Form
- Prev by Date: Re: x instead of graphics
- Next by Date: Re: Locking a graphic in a Word document
- Previous by thread: Photo field in Form
- Next by thread: underline all the way
- Index(es):
Relevant Pages
|