Hi
In my PHP script I'm able to update bookmarks without in hassles but
document properties just don't work!
I know in VB custom properties can be changed with the following:
wdApp.ActiveDoc ument.CustomDoc umentProperties (MyProperty) =
"NewValue"
How do I do this in PHP?
Thank you,
CJ.
In my PHP script I'm able to update bookmarks without in hassles but
document properties just don't work!
I know in VB custom properties can be changed with the following:
wdApp.ActiveDoc ument.CustomDoc umentProperties (MyProperty) =
"NewValue"
How do I do this in PHP?
Thank you,
CJ.