Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a Report in Word 97
Message
From
02/02/2000 16:05:26
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00324525
Message ID:
00326386
Views:
23
Thanks again for your help. What I ended up doing was using the loop to place my form field number and its name in a table. Once I knew the number of my form field all I had to do was change the result of that specific field.
ex.
With oWord.ActiveDocument
.FormFields(1).Result = alltrim(audit.name)
&&&&and all other fields here
endwith

Using this method in my program for 50+ form fields reduced the speed of the program from 5+minutes down to a mere seconds .

Thanks,
Todd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform