Question Con Skordis · Jan 26, 2023 Dynamically adding an image to ZEN PDF report How can I use STREAMOID to populate an <img> tag in ZEN reports from a stored jpg in a class object The value of Image : http://xxx.xxx.xxx.xxx:57772/csp/dev/%25CSP.StreamServer.cls?STREAMOID=8...$k2fQlX10YSRwgCO2zbiA Snippet below: #ZEN #InterSystems IRIS 0 1 0 197
Question Con Skordis · Jan 16, 2023 PDF printing with Unicode characters I'm trying to add the greater than or equal character on a ZEN PDF report and was wondering how and what code I can use Unicode to print it. Is is as simple as using $c #InterSystems IRIS 0 11 0 368
Question Con Skordis · Jun 24, 2022 RowSpan What is the correct way to specify rowspan and colspan in a ZEN PDF report using <Item> <Caption> I am specifying rowspan in the <Caption> tag after the <Item> but it's not working. #ZEN #Caché 0 1 0 306
Question Con Skordis · Jan 26, 2022 Using XSLT to add background image I have a PDF ZEN report module that I'm using XslFoXslt to highlight the table cell. What I need is for a particular value to add a background image to the <item> that is calling the XSLFoXslt The code I have is the following but all that happens is the color. #ZEN #Caché 0 7 0 1.4K
Question Con Skordis · Sep 3, 2021 Installing new fonts for FOP I'm using FOP 1.1 for ZEN reports and would like to install fonts within the Windows/Fonts directory. I added the xml tags in fop.xconf but so far I have been unable to get the correct font. <renderers> <renderer mime="application/pdf"> <fonts> <directory>c:\windows\fonts</directory> <!-- automatically detect operating system installed fonts --> <auto-detect/> </fonts> </renderer> </renderers> Any advice would be appreciated. #ZEN #Caché 1 5 0 478
Question Con Skordis · Aug 9, 2021 Dynamically create tables in ZEN PDF report Dear Developers, I have a complex ZEN PDF report that has multiple tables that essentially are the same but are populated by different global definitions. The code has hardcoded groups for these tables but I would like the number of tables to be variable as many as there are global levels for a particular report. Is there any way that I could build a report from a variable source of data rather that hardcoding 10 or more exact sections like the code below ? The code below is for table 2 in my report #Caché 0 1 0 260
Question Con Skordis · Jul 22, 2021 Dynamically updating XData XslFoXslt sections I'm writing a ZEN PDF report that uses StyleCalls to modify/HiLight table cells. Is it possible to use a ZenMethod to create the Xdata below? I need to modify the colors based on flags. #ZEN #Caché 0 1 0 137
Question Con Skordis · Jul 20, 2021 Zen Report page number variable I have a report that requires a different header block for the first page and another for subsequent pages. Is there a way to direct a header page to another header page based on what the current page number is? #Caché 0 5 0 183
Question Con Skordis · Jul 12, 2021 Embedding png images in PDF Report I have a ZEN PDF report that prints headers and footers with images correctly but when I try to embed an image into a table it does not print. Are there examples snippets where a fully url qualified image can be embedded within the <table><item><img> tags? #ZEN #Caché 0 2 0 229
Question Con Skordis · Jul 1, 2021 ifexpression syntax What is the correct syntax when passing values on a zen method after ifexpression? <pagebreak ifexpression="%report.PageBefore('Graph',1)=1"></pagebreak> ???? ..... #ZEN #Caché 0 1 0 195
Question Con Skordis · Jul 1, 2021 Rich Text Textarea Is there a ZEN control that allows rich text entry that can be used to print PDF reports #ZEN #Caché 0 1 0 195
Question Con Skordis · Jun 12, 2021 Dynamically add tables and other components to ZEN PDF Reports I need a way to programically and dynamically add tables and other controls to a blank Zen Page. Are there code examples where a global can dynamically create the tables and populate it with data? #ZEN #Caché 0 1 0 197
Question Con Skordis · Jun 7, 2021 Merging multiple PDF documents into one Is there a call in ZEN to FOP to combine (merge) separate PDF documents into one? Or does anyone know of a Windows server program that could be called from Cache to do this. Thank you in advance. #ZEN #Caché 0 1 0 365
Question Con Skordis · May 30, 2021 Force Form Feeding What is the syntax in Zen PDF Reports to form feed between tables? #ZEN #Caché 0 3 0 155
Question Con Skordis · May 5, 2021 ZEN Gradient color bar with values Is there a way of coding in ZEN for the graphic below for ZEN PDF reports? #ZEN #Caché 0 4 0 186
Question Con Skordis · Apr 16, 2021 Embedding Google Maps in Zen PDF report I can run Google Maps within a Zen app via the <ds:mapView> with no issue. Is there a way to embed google maps in a ZEN PDF report? An example of code would be most useful. Thank you #Caché 0 2 0 137
Question Con Skordis · Aug 1, 2018 2018.1 field test release notes Downloading the release notes for 2018.1 gives the 2017.1 PDF release notes. Can someone please correct this or direct me where the release notes could be found #Field Tests #Documentation 0 2 0 409