Question Peter Kopp · Sep 4, 2020 Replace ActiveX in ZEN interfaces running in Chrome and Edge? Does anybody have a solution for replacing ActiveX in ZEN interfaces running in Chrome and Edge? I am not able to modify security settings in either browser, hence looking for a replacement for those controls. Sample1: #HTML #ZEN #Ensemble 0 3 0 1.1K
Question Peter Kopp · Jun 6, 2019 Timeout of windows spawned using window.open I use the window.open javascript command in several of my ZEN applications. I would like the window spawned by window.open to timeout when the original window, that spawned the secondary window, times out. Thank you for all input. #ZEN #Ensemble 0 2 0 308
Question Peter Kopp · Oct 17, 2018 SQLGateWay performance. I have a ZEN page with nine tablepanes. Each tablepane queries a table in the same SQLServer db. I have a single SQLGateWay(odbc) to this SQLServer db. I need to get better performance when I query all nine table at the same time. Would my performance improve if I had nine SQLGateWays(nine odbc configurations/connections), one for each query? I would appreciate any and all suggestions for getting the very best performance when using SQLGateWays. Thank you. #SQL #Performance #ZEN #Caché 0 1 0 296
Question Peter Kopp · Jun 4, 2018 link component on a ZEN page When using the link component on a ZEN page the default behavior is for the link to appear to the right of the tablepane row. Has anybody changed this behavior so the link appears to the left of the tablepane row? Thank you in advance for any and all feedback. #ZEN #Caché 0 1 0 230
Question Peter Kopp · May 24, 2018 image tab Good afternoon, I have a tabGroup where I populate tabs with images using the scr property. If a user scrolls to the bottom of the image on a tab, when they go to the next tab, they are also at the bottom. When moving between tabs, I would like the user to always be presented with the top of the tab content. I have not been unsuccessful in doing this. Would someone have input on how to make this happen? Thank you in advance for any and all feedback. #ZEN #Caché 0 2 0 277
Question Peter Kopp · Feb 2, 2018 OnDrawCell triggers the onselectrow attribute. I am using OnDrawCell for a column in a tablepane. The OnDrawCell triggers the onselectrow attribute of the tablepane. I only want to reformat the data in the column. Is there a way to not trigger the onselectrow? Thank you. #ZEN #Caché 0 1 0 326
Question Peter Kopp · Jan 30, 2018 508 compliance in Zen interfaces. I would like to know if anybody has any lessons learned implementing 508 compliance in Zen interfaces.Thank you for any feedback. #ZEN #Caché 0 1 0 344
Question Peter Kopp · Sep 26, 2017 Render and print BPL diagrams. Has anybody devised a process that would allow the render and printing of BPL diagrams created in Studio? Thank you. #Business Process (BPL) #Ensemble 0 4 0 452
Question Peter Kopp · Apr 20, 2017 Getting and Setting mime types. I am attempting to do two things with the mime types. Collect the mime type from a stream(%FileBinaryStream) using this syntax: myCONTENTTYPE=stream.GetAttribute("Content-Type") #ZEN #Ensemble 0 4 0 754
Question Peter Kopp · Apr 4, 2017 Different tablepane cell background colors depending on the value of a cell. Has anybody created a way to change the background color of a cell depending on the value contained in the cell. This is simple when only one background color is required. However, if there is a requirement for several different colors depending on the value of the cell, the out of the box <condition/> approach does not suffice. Thank you for any feedback. #ZEN #Ensemble 0 4 0 266
Question Peter Kopp · Mar 13, 2017 Delegated Authentication using the Windows Certificate Store. Has anyone created Delegated Authentication using the Windows Certificate Store? Thank you for any feedback. #Security #Caché 0 1 0 293
Question Peter Kopp · Dec 16, 2016 How to print a series of files on disk to the windows print spool. Hello, I have a list of files on disk. Each record is the fully qualified UNC path and filename. I would like to send these files to the end users default printer as a document. I have attempted to build a html page using document.write statements and print using printWindow.print(); command. I think there must be a better way to send a series of files to the windows print spooler. I would welcome any and all input. #ZEN #Caché 0 5 0 432
Question Peter Kopp · Sep 1, 2016 Fully qualified domain names in a CSPGateWay configuration or zenLink. Good morning, I have a ZEN application being served up through a CSPGateWay. That ZEN application is made up of two ZEN pages. One ZEN page uses a zenLink to call the other ZEN page(see below #1). The ZEN page that is called contains a tab group with one tab. That tab contains a tif image. I have components on the called ZEN page that execute JavaScript to perform simple image manipulations - zoom and rotate(see below #2). Those simple image manipulations have stopped working. #ZEN #Caché 0 1 0 299
Question Peter Kopp · Jun 2, 2016 Tab group tab src zoom in and out. I have a ZEN page with buttons, text boxes and a tab group. The tab group contains a single tab which I use to display an image(src). When the user, uses the browser zoom capabilities to reduce or enlarge the image, the other controls are reduced or enlarged as well. How can I reduce or enlarge the tab src alone? Thank you for any and all input. #Frontend #Caché 0 1 0 389
Question Peter Kopp · May 23, 2016 Execute tablepane onselectrow from tableNavigatorBar action. Good morning, I am using a tableNavigatorBar on a tablepane. I want to execute the onselectrow method of the tablepane each time the tableNavigatorBar is used to proceed to a tablepane record. Has anyone connected these two component in this way before? Thank you for any hints, input and/or comments. #ZEN #Caché 0 4 0 322
Question Peter Kopp · May 4, 2016 Advantages and Dis-advantages of SqlComputeCode. Good afternoon, I have working prototypes of each of these approaches. I do not have an expansive cache background.I have a couple of projects where I am ingesting files from disk.The name of the file contains a lot of the information I will need to reference the file in the future. #Caché 1 2 0 893
Question Peter Kopp · Apr 21, 2016 Display images on disk in an <image> control. Good afternoon, I have image files stored on disk. I would like to display those images in an <image> control as the end user clicks on rows in a tablepane. I already do this with image data stored in a cache database:s imageComp = %page.%GetComponentById("ImgTab"_tLdCnt)s imageComp.disabled=0s tId=rsId.Get("ID")s tPageObj=##class(My.PageObj).%OpenId(tId)s oid=tPageObj.ImageBLOB.%Oid()s encryptedOid=..Encrypt(oid)s imageComp.src="%25CSP.StreamServer.cls?STREAMOID="_encryptedOid #Frontend #Ensemble 0 2 0 725