M
mopfer
Guest
You can check to see if ACTIVE-FORM is type-of Progress.Windows.IForm during construction of a new .cls, and if it is then ACTIVE-FORM
ROWINHANDLE will be the handle to the .cls/.w that is active as your new .cls is being built. You can make the same check in a .w before enable_ui as well.
Continue reading...
Continue reading...