Hi guys, We are trying to add an event handler to OIS300. We want to use the F8 key which has no functionality assigned to it on this program. Pressing F8 does the function we require, however it also still throws the error "F8 is not valid here." Obviously M3 is still adding an event handler even though there's no…
Hi, Is there any way to add an editable grid in a popup dialog box in M3 H5? I can add a non-editable HTML grid, However, I want to edit two columns in my grid. Regards Prabodha
Hello everyone, I have a discussion/question about MWS620PF printout. When I print, I saw something unusual. For my case, there was a shipment data which has the same exact item number and item name but different QTY. The default behavior of this printout is too show both of those item number / item name separately with…
Hi, I developed a MEC mapping and while trying to publish the mapping the program crashed and I'm unbale to open it anymore, I opened the map file in text editor and checked the xml it looks fine didn't find any issue over there, Even tried to export the zap and reimport it in new project still had the same issue. This…
Hello I am facing an issue with one of my H5 scripts. I added a script to my screen where I have to set a field to readonly. It is a screen containing a grid. When I go to my screen the field is set to readonly but when I scroll down on the grid the script stops working and my field becomes editable. I tried adding an…
Hello! Is it possible to have a delay or similar to the showing of cell-tooltip on soho-datagrid? Now I am running a M3 api when I hoover certain cells and it seems like the tooltip is showing before I get the response from api. Regards Jan Ivar M
Hi, I have a script in PPS300/A panel. Script checks Transaction date and prevents user from moving to PPS300/E panel if date is outside of permitted range. Scrip works fine in Classic UI. However, it does not work in V2 M3 portal. It still stops user if transaction date is not within permitted range. But, if date is…
Hi, I am writing H5 script to add an event callback function when ever the field value is changed but call back is not being called. let testfield$ = ScriptUtil.FindChild(this.controller.ParentWindow, fieldname); ScriptUtil.AddEventHandler(testfield$, "change", (event:any) => { console.log("Event called",event) }) I am not…
Is there a means to make an H5 script log to a file? The console and the IScriptArgs.IScriptLog object (which as far as I can tell only logs to the console) are fine for development. Unfortunately the console is local and short lived and we have a need for persistent verbose logging in production to record a scripts…
I have a requirement to change the alignment of the cells in the M3 browse panel based on a condition. is this possible via H5 ?
It looks like you're new here. Sign in or register to get started.