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...
-
I created a customized report by first making a duplicate of a standard report. I found the form used to enter criteria for the report (right click -> setup), then copied and modified the criteria form as well. I read about creating report links on MSDN, yet I can't seem to find how the original...
-
Hello. I'm working with Dynamics AX 4.2. Has anyone figured out a way to save a user's customized profile for a form. Once the user creates his/her personal form, it can be wiped out if their usage data is cleared. I was looking for a way to save that form in case this ever happens. Thanks for...
-
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...