Error executing code: FormFunctionButtonControl object does not have method 'visibleColsValue'.

Hi, Guys

When open order from sales list orders

Error executing code: FormFunctionButtonControl object does not have method ‘visibleColsValue’.

Stack trace

(C)\Classes\FormFunctionButtonControl\visibleColsValue

(C)\Forms\SalesTable\Methods\init - line 103

(C)\Classes\SysSetupFormRun\init - line 3

(C)\Classes\FormFunctionButtonControl\Clicked

(C)\Classes\FormRun\task

(C)\Classes\SysSetupFormRun\task - line 20

How solve this problem?

What the error says is true, therefore there is a bug in your code and the call stack tells you where exactly - in SalesTable.init() on line 103. I assume that you’re working with a different type than you think, but it’s hard to guess without ever seeing your code.