Quote Originally Posted by LaVolpe View Post
@DerWise. I think I may have it but am not sure.

In your copy of the class, can you make the following changes, for testing only. We are going to take the sItems() array out of pvInitStructure and move it to the declarations section:

1. Add this at top of declarations section: Private sItems() As String
2. In pvInitStructure method...
a. remove sItems from the DIM statements
b. remove the line: Erase sItems()

Now try it.
Sorry, still hangs but slightly differently.
1. It now takes about 1 second after I click SAVE before the hang
2. The Fault Module shown is propsys.dll

One more question:
We use MANY absolute variables declared in several modules.
I didn't see any in your code.
Still is there a chance we step on something of yours?
(I found one, pIndex, and changed it to be safe, but there can be many others.

Thanks!