i followed the following blog to create a dialouge.
daxbeginners.wordpress.com/.../how-to-create-a-simple-dialog-through-x
im getting the following error in line 3 . im using AX4.
public static void main(Args _args){ CustCreateDialog custCreate = new CustCreateDialog(); //line 3 error // Prompt the dialog, if user clicks in OK it returns true if (custCreate.prompt()) { custCreate.run(); }}ERROR:
Object could not be created because abstract method RunBase.pack() has not been implemented.
i need some suggestion to resolve this error.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (