We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f339d71 commit d0506b1Copy full SHA for d0506b1
Project/Sources/Forms/WP_Palette/method.4dm
@@ -112,6 +112,11 @@ Case of
112
113
: (Form event code:C388=On Unload:K2:2)
114
//CLEAR VARIABLE(oForm) // don't clear it, it may still be used in other windows in the same process
115
- oForm:=New object:C1471 // just make it smaller (!)
+
116
+ //oForm:=New object //commented on 2024-05-13 (ACI0104798)
117
+ //{
118
+ // finally don't clear at all (RL 2024-05-13)
119
+ // oForm should be renamed Form.local but too many occurences (RL 2024-05-13)
120
+ //}
121
122
End case
0 commit comments