Skip to main content

I created a new custom screen, but the initialize () method which was declared override was not found. 
Error: no suitable method found to override

thank you in advance :)

 

There’s no Initialize method in PXGraph that you can override this way. If you want to run code during graph initialization, add a constructor -- public void CLCalculetteMaintFss()


Reply