Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and word97 error
Message
From
02/05/1998 12:12:22
 
 
To
30/04/1998 13:25:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00095638
Message ID:
00096508
Views:
20
>>Hello Lou Harris,
>>
>> I Thank you to try help me but i did what you write to me and i didn't success, but the VFP don't shows me a error message and my word document don't had changes
>>
>>thanks
>Hi Ander,
oWordDocument=createobject("word.application")	&& Create word object
>with oWordDocument
>	with oWordDocument.wordbasic
>		.appshow
>		.fileopen("c:\temp\ander.doc")
>	endwith
>	.ActiveDocument.variables("Cidade").value = "Porto Allegre"
>	For ix= 1 to .ActiveDocument.Fields.count
>    	if at("Cidade",.ActiveDocument.Fields(ix).Code.text) > 0
>        	.ActiveDocument.Fields(ix).Update
>	EndIf
>	Next
>endwith
>Cetin

Hello

Possible immediately update all Fields in the Word Document and don't needed the cycle.

Very easy:
...
oWordDocument.ActiveDocument.Fields.Update
...

Good luck.

Alexander Grigorjev
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform