Showing related tags and posts across the entire site.
-
Create a new method on WinAPI class: static int setWindowLong (HWND _HWND, int _nIndex, int _dwNewLong) { DLL DLL; DLLFunction DLLFunction; ; DLL = new DLL(#UserDLL); DLLFunction = new DLLFunction(DLL, ' SetWindowLongA ' ); DLLFunction.arg(ExtTypes::DWord, ExtTypes::DWord, ExtTypes::DWord); DLLFunction...
-
Basically, on the button you just need to call YourDataSourceName_ds.create(); This does the same as Ctrl+n
-
You are probably looking for the modified() method on the control (or on the datasource field or modifiedField on the table) This method gets called automatically after you selected a new value (Item Number, in this case)