B4J Question Is there a way to use fx.msg(from,...,..

colin van Blommestein

Member
Licensed User
Longtime User
Is there a way to use fx.msgbox(frm,.....,...)
From a class module without passing a form?
The goal is to display an error message on the currently active form.
Whilst programming in B4J the program cannot compile because frm is not defined in the class module
 
Top