> @object GenDocumentGroupClass BasicDocumentGroup = {
> GDGI_untitledName = "Basic Untitled";
> GDGI_protocolMajor = 1;
> GDGI_protocolMinor = 0;
> GDGI_documentClass = &BasicDocumentClass;
> GDGI_documentControl = @BasicDocumentControl;
> GDGI_attrs = @default;
> }
Where is your GDGI_output variable?
For instance, in one of my apps, it's setup like so:
GDGI_output = process;
In your's, you might point it there also...or somewhere else, depending on
what you are doing with it.
Lee