That is a definite program error.
You say you are trying to save "details".
What exactly are you saving and do you have an option of different formats to save to.
Usually this error is caused when there are duplicate variables defined in a program (causes a compile error). But I am thinking - maybe - the program is trying to pass a variable to an output routine and it is already showing as being there ready for output. This could be due to the program having different routines that are used for the various types of output formats. I haven't tried saving to various formats, I have only "saved" something once that I recall - I just pull up what I need on the fly when i need it.
If there is another output format option like txt vs html, choose one of the other options and try that.
I am guessing that this is one of the bugs (previously found or new) in the 1.8 Beta. If so then I don't know what to do since it would most likely require a code fix.
Of course if this isn't a result of the "usual problem", then it may be able to be worked around, but I don't have clue as to where to start.
It's time like these that I really wish H&E would have been allowed to go to open source after work ended on it.
Jerry
You say you are trying to save "details".
What exactly are you saving and do you have an option of different formats to save to.
Usually this error is caused when there are duplicate variables defined in a program (causes a compile error). But I am thinking - maybe - the program is trying to pass a variable to an output routine and it is already showing as being there ready for output. This could be due to the program having different routines that are used for the various types of output formats. I haven't tried saving to various formats, I have only "saved" something once that I recall - I just pull up what I need on the fly when i need it.
If there is another output format option like txt vs html, choose one of the other options and try that.
I am guessing that this is one of the bugs (previously found or new) in the 1.8 Beta. If so then I don't know what to do since it would most likely require a code fix.
Of course if this isn't a result of the "usual problem", then it may be able to be worked around, but I don't have clue as to where to start.
It's time like these that I really wish H&E would have been allowed to go to open source after work ended on it.
Jerry