Question Nezla · Jun 8 Create Python pages Hi Guys, How can I create Python pages instead of CSP or Zen pages, not familiar with Python and the only way I know is using embedded Python as methods as attached below? Thanks #InterSystems IRIS 0 1 0 43
Question Nezla · Jun 5, 2024 JavaScript in Zen pages Hi Guys, This is more of a Javascript question but just in case would have an idea. basically I'm calling the below JavaScript function from a classMethod to add Options to an html <Select> tag (Dropdown) and after adding all options I would like to set a specific value or index to be selected, its working and actually the required option is selected but not showing as selected in the dropdown box. For testing purposes I've set option 4 to be selected by default as example and it's not showing as selected in required dropdown (green) #Ensemble 0 2 0 206
Question Nezla · Apr 29, 2024 Page not found in Zen application Hi Guy, Made a fresh new Install of our currently working application from our current server to a new one but when trying to run the application in the new server it raises a page not found error: this is the web application setup #Ensemble 0 4 0 120
Question Nezla · Apr 24, 2024 Unable to access web Gateway via IIS Hi I've installed Ensemble 2018 then enabled IIS from Win features, then realized that CSPGateway doesn't exit so I downloaded and installed CSPGateway-2018 from WRC. #Microsoft Windows #Web Gateway #Ensemble 0 12 0 349
Question Nezla · Apr 8, 2024 DynaTree problem Hi Guys, Any Idea on how can make a dynaTree with 4 levels hierarchy (attached), I'm using the below code but sometimes works and other cases it doesn't? #Ensemble 0 1 0 96
Question Nezla · Mar 27, 2024 dataCombo not working after conversion Hi Guys, I've upgraded from Ensemble 2014 to 2018 and copied all classes across, ran Upgrade & CompileAll and looks fine, but when trying to search on dataCombo I get the below error here is the definition of the Combo #Ensemble 0 3 0 147
Question Nezla · Mar 12, 2024 Get JWT Token Hi Guys, I'm trying both of these methods to get a JWT token but none is working for some reason and not sure what I'm missing? it works when I tested it from Postman Thanks #Ensemble 1 12 1 351
Question Nezla · Feb 29, 2024 List of workstations Hi Guys, How to get a list of workstations (machines) connected to the Server? Thanks #Ensemble 1 2 0 145
Question Nezla · Feb 14, 2024 Sending a file in HTTP response Hi Guys, I’ve the below service that receives a request from a client requiring a pdf file to be sent back for printing. #Ensemble 0 1 0 326
Question Nezla · Dec 3, 2023 Getting posted JSON in a service production Hi Guys, I have a client posting me JSNON file using a Get action and I'm using the below code to retrieve the data: #Ensemble 0 6 0 261
Question Nezla · Nov 30, 2023 Production allowed ports Hi Guys, Do we need to configure something in ports so that we can use it in a production? I've a production with 8 running services and recently added a new service with new port but unable to get it working raising error 404. When using an existing port that is used by current running service, my new service works fine but not when using a new port, I've added the new port to inbound rules in the firewall bit still no luck, so is there something I need to do to in Ensemble ? Thanks #Ensemble 0 3 0 196
Question Nezla · Oct 23, 2023 Release System Locks Hi Guys, We currently for reason I'm getting too many locks in the system (around 990 locks) and is making the system slow most of these locks are on globals #Ensemble 0 11 0 615
Question Nezla · Sep 14, 2023 %OnSubmit is not invoked from client Hi Guys, I've an fileupload and button that executes Upload() clientmethod to upload files in my database and everything works fine when I run the application in the server where it is located, but if I run it from a client machine the %OnSubmit class method doesn't get invoked when form.submit() get executed so how can I fix this? #Ensemble 0 1 0 194
Question Nezla · Sep 13, 2023 Fileupload and %OnSubmit Hi Guys, I've a popup zen page to upload files using the input tag and submit button as below : #ZEN #Ensemble 0 2 0 292
Question Nezla · Sep 8, 2023 Viewing stored images Hi Guys, In my Zen page I've a grid with a list of uploaded images and it's working fine when running from the Server where the application resides where I can just click to an image and my code displays the image in a second screen (MSDS.Image.StreamServer.cls) , #ZEN #Ensemble 0 1 1 226
Question Nezla · Jun 19, 2023 Images in Zen Reports Hi Guys, I have images in my zen report, eg. #Ensemble 0 2 0 209
Question Nezla · Jun 15, 2023 Get a list of available printers Hi guys, How can I get the list of printer in client Zen page? We currently use an ActivexObject call "MSDesign.WebLabel" to get the list of printer loaded in a dropdown in our Zen pages: webControl = new ActiveXObject("MSDesign.WebLabel"); if (webControl!=null) printers = webControl.getPrinters();and this will give us a list of printers available in client machine but this does work in Edge or Chrome, is there a tool or simple code that I can use to get me the list of printers available? Thanks #Ensemble 0 2 0 182
Question Nezla · Jun 4, 2023 Linking with javascript in Zenpages Hi Guys, Sorry I'm not that familiar in using Javascript in Zen pages, so basically we have a priting utility (app) that requires us to add a bit of JavaScript call to facilitate printing from our Zen pages as below: So I added XData link pasted the required script, is this the correct way? Thanks #ZEN #Ensemble 0 0 0 145
Question Nezla · May 25, 2023 Using <IMAGE> sample Hi Guys, is there any sample I can use for Images, I'm just looking for a very simple one where I can have an upload control to upload images & image control to show them? Thanks #Ensemble 0 12 0 260
Question Nezla · Apr 17, 2023 Find a specific column in a dataCombo Hello, I've the below datacombo definition and when selecting an item from it and make this call: var component=zen("Component").getProperty("value"); I would get the ID (first column) which is what I'm looking for #Ensemble 0 0 0 166