Uidoc.Composedocuments sucks ? WindowWith does not work

Hi,

I am create a temporary document out of a frameset with uiworkspace.composedocument.

It works good but I would like my document in a small window instead of fullscreen.

But whaterver I specify as parameter for windowwidth and windowheight, I am always getting a document sizing fullscreen.

Does anyone know a solution or a workaround ?

Thanks

Frank

Subject: Uidoc.Composedocuments sucks ? WindowWith does not work

From the help: “Note: This parameter is obsolete in Release 5.0 but is maintained for backward compatibility.”

By “Release 5,” this means “R5 and later.” The windowheight and windowwidth parameters worked in R4, but not since, due to a fundamental change in the way the Notes client manages windows.

So if you think this sucks badly enough, the workaround is to downgrade to an R4 client :wink:

Subject: RE: Uidoc.Composedocuments sucks ? WindowWith does not work

Is there no other way to create a new document in the frontend with a small window ?

Subject: RE: Uidoc.Composedocuments sucks ? WindowWith does not work

Yes : use dialogbox instead.

It’s not the same, but depending on what you want to do, it may be a solution for you.

Tom