Automatic save when data changes through Internet Explorer 6

  • Thread starter kevin.mcglasson
  • Start date
K

kevin.mcglasson

I have a PowerPoint presentation of 3 slides which through a plugin
which updates data live from a database. When this file is opened via
the internet through a browser IE6, after each slide it says
"document has been modified do you want to save changes" I am trying
to remove this annoying popup and have the presentation run smoothyly.

I have tried adding 2 lines using VB editor VB:

ActivePresentation.Saved = True
virtual BOOL SaveModified( );

but I didn't really understand what I was doing

I have removed all the security settings in IE6 as one path of though
took me down the activeX control route, to no avail.

It must be something simple to tell the presentation or IE6 to never
save any changes, please help.

Kev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top