ModifiedFormPages.Add causes internal error

T

the_christl

Hi,

I have a problem with adding a new page to an already existing
appointment item

The lines of code below do work, if I open a new appointment-item
The lines of code below do NOT work, if I open an already existing
appointment item - but I get an 'internal application error'
(the debugger shows, that the count of ModifiedFormPages increases
form 0 to 1, but no no item will be created)

Am I not allowed to add a page to an already existing item (which
would be very bad for me....)?

Dim Inspector As Inspector
Dim objActualPages As Object
Dim objActualPage As Object

Set objActualPages = Inspector.ModifiedFormPages
Set objActualPage = objActualPages.Add("NewPage") 'this line causes
the internal error

hope someone out there has an answer for this problem

thanks in advance
chris
 

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