Can anyone help me, with the following screen shot. I have an error when i launch the widget.
[error]
"Name of the class in the class statement frmEMaint.cls must match the pattern of the name file".
Looks like you are trying to instantiate the object (form) with <object variable> = new frmEMaint() when it should be <object variable> = new UI.general.frmEMaint().
full path of the the program location in your project folder is required when instantiating your class, instead of eg. CLASS frmEMaint INHERITS form, try using in your case UI.general.frmEMaint INHERITS form
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.