Index: UI/PR/GA/dlgTBOpties.cls.xml =================================================================== diff -u -r51143 -r62809 --- UI/PR/GA/dlgTBOpties.cls.xml (.../dlgTBOpties.cls.xml) (revision 51143) +++ UI/PR/GA/dlgTBOpties.cls.xml (.../dlgTBOpties.cls.xml) (revision 62809) @@ -4,7 +4,6 @@ serial Default %Library.TMFormClass -0 %Library.TMForm @@ -474,6 +473,11 @@ s Sender=##class(%TMPersistent).GetObjOref($lg(Args,1)) ;Beginning of user code + If (..Form.Left < 1) Set ..Form.Left = 201 + If (..Form.Top < 1) Set ..Form.Top = 201 + + Do ##class(vhLib.Logger).%New("TBX_Opties").Info("dlgTBOpties", "Frm.dlgTBOpties properties : Position='" _ ..Form.Position _"' - Left Top : "_ ..Form.Left _ " , "_ ..Form.Top _ " - HxW : " _ ..Form.Height _ " x " _ ..Form.Width) + Do ..OKButtonEnabled() Set ..NMAnswer="" @@ -681,6 +685,9 @@ document literal