Showing related tags and posts across the entire site.
-
I am new developer and I need to modify the report call Cycle count I need to modify the report Cycle Count Report need to be able to run by different warehouse ( what ever they choose ) not able to add criteria so I added new table Invent Dim and create new Relation between Invent transId and Invent...
-
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...
-
I would go with the 2-datasource model. It is logically more correct and easy, and this is more reliable, at least. It probably is also more efficient, because you won't have to re-query the table each time the tab is changed. You will just preformed 2 queries at form startup.
-
Well, it's fairly simple. You can use the Image class for that: Image image = new Image(); image.loadImage(_filePath); <YourTable>.<YourField> = image.getData();