04-19-07 03:05 PM
I am attempting to write a quick 'mover' utility for a client which takes a
posting from one channel (in this case News) and moves it to another (News A
rchive).
Basically, I have a listbox containing all the postings within the News chan
nel. The user can highlight multiple postings and then click the 'Move' butt
on. I then just iterate through each posting, determine if it was selected a
nd if so attempt to move it to the Archive directory. The problem is that I
get the following error:
"Invalid mode for update. The requested action modifies the state of an obj
ect and can only be performed when the session is in the 'Update' mode."
When I attempt to change the PublishingMode to Update, I receive an error te
lling me it's read-only.
Is there some way to set the PublishingMode that I am missing?
Jordan
[ Post a follow-up to this message ]
|