Hi Guys,
I've set DEFAULTMODE ="xlsx" in my report to be exported to Excel but it's exporting as .zip, is there something I need to add or set or maybe MS Excel to be installed in the server?
Thanks
Hi Guys,
I've set DEFAULTMODE ="xlsx" in my report to be exported to Excel but it's exporting as .zip, is there something I need to add or set or maybe MS Excel to be installed in the server?
Thanks
Hi Guys,
is there a Runtime EXE for Excel or ms office, I've a report that would like to open in excel?
Thanks
Hi Guys,
How can I download or populate a query resultset or a content or DataGrid or zen report to a CSV file ?
basically, I know how to create a csv file than save it in a local path eg. C:\Temp\filename.csv but this is not convenient for the user to go then a try to find the file, I would like the CSV file to be downloaded or opened for the user to view the same way for example when you go a website where you have an option to download or open a csv file from query resultset or a zen report .
Thanks
Hi Guys,
I've bind a textarea to show up in a tablepane cell and it's working fine as follow:
this the column injh question:
<column colName="FollowUp" header="FollowUp Comments" width="9%" style="text-align:left;" OnDrawCell="txtFollowUp"/>
txtFollowUp method:
Method txtFollowUp(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) As %Status
{
&html<<textarea name="followup" name="followup" rows="3" text="#(%query(pName))#" style=" width: 95%;" onchange="zenPage.
Hi Guys,
is there a way to include a datetext in a tablepane cell maybe using OnDrawCell?
I've tried :
&html<<input type ="date" id="serialno" style=" width: 80%;" />>
but doesn't work with IE 11 and under, so it would be good if I can include datetext component instead.
Thanks
Hi Guys,
How can I programmatically change the font colour in column in tablepane, for example to text in a specific column to be red, maybe that could be done in %OnAfterCreatePage or OnDrawCell ?
Thanks'
Hi Guys,
I'm using a Modal Group but whenever I click outside it the Modal gets minimised, so How can I change the view so that whenever pops up the view get locked until I'm finished with my modal then click exit to endModal ?
thanks
Hi Guys,
my understanding that Arrow can't be used in left or right joins as the example below, so is there an alternative ?
SELECT Sample.Employee.Name, Sample.Company.Name AS CompName FROM Sample.Employee LEFT OUTER JOIN Sample.Company ON Sample.Employee.Company->Name = Sample.Company.Name
Thanks
Hi Guys,
when using $ZD(mydate,4) sometimes it returns year as 4 digits and sometimes two, and the documentation is saying ([YY]YY is a two-digit year if hdate falls within the active window for two-digit years; otherwise it is a four-digit year), what active window for two means and how can I force the year to be always 4 digits ?
Thanks
Hi Guys,
Would like to know how to hide an element or component in zen report?
I've a list of element (eg. table, images, items..etc) defined under
XData ReportDefinition [ XMLNamespace = http://www.intersystems.com/zen/report/definition ]
{
}
and all of them don't have hidden attribute available, so how can I hide any component under ReportDefinition?
Thanks
Hi guys,
I've a zen page report that I would like to export to .csv file, any ideas on how to do that?
Thanks
Hi Guys,
I'm using the below style and everything looks good, with my Dynamic Grid width 1300px, but when I refresh my grid the width goes out of whack and the grid is too wide, so how can I re-call my enforce my style to be applied again after refreshing my grid, so basically I'm looking for a line of code that I add it to my refreshing () clientMethod ?
XData Style
{
<style type="text/css">
body {
padding: 5px;
margin: 0px;
height: 100%;
background-image : url(images/bkground.gif);
}
.zenLabel {
font-family: Trebuchet MS;
font-size: 0.
Hi Guys,
is there a Onmouseover event in TablePane?
I'm looking to show an image when the user hover with the mouse on a specific Cell in a tablepane, any Ideas?
Thanks'
Hi Guys,
The lines in my dynamicGrid are getting chopped off and not wrapping to the next lines, how can I make rows wrapping to the next line pls?
Thanks
Hi Guys,
how can I call a client method inside %OnAfterCreate method?
thanks
Hi guys,
how to clear selection in a table pane?
Thanks
Hi Guys,
for some reason the height in my tablepane are very big, how can I adjust the height in the rows in a tablepane?
Thanks
Hi Guys,
I've a combo inside a tabGroup inside a form and using :
var MyInput = zen("MyCombo").findElement("input").value;
is not finding the current input, any help pls?
Thanks
Hi Guys,
I'm wondering how can I get fields defined as %GlobalCharacterStream diplayed in a SQL query or even objects?
I've some data that I need to convert over to a new system and the old uses %GlobalCharacterStream data type for one of its fields and I''m unable to display or extract to a spreadsheet, any help pls?
thanks
Hi Guys,
I'm new in HL7 and have seen the basic learning material in "HL7 Business Services and Business Operations" but I'm wondering if there are learning materials and samples that I can boost my HL7 knowledge pls?
Thanks
Hi Guys,
have a file located in \\servername\Myfiles\pull.csv but for some reason my cache routine can't file, but can when using the local drive C:\servername\Myfiles\pull.csv.
FYI I can access \\servername\Myfiles\pull.csv via Win explorer with no problems.
anyway how I can fix this?
Thanks Guys
Hi Guys,
I'm upgrading Cache 2008 to 2014, and for two clients so far all good, but with this third one and while trying to mount the main database that includes the data, I'm getting error #36 "database is not mountable"!?
but cache instances the old 2008 and the new 2014 at installed the same way (8 bit) and Cache.dat is (archive) NOT read only so I don't know what could be the problem?
Thanks
Hi Guys,
is the there a way that I can make a routine call from one cache to another?
I've a client that still on Cache 2008 and given that JSON is not much supported in V2008 we thinking of installing Cache 2014 in the same server Create a routine that handles JSON (in Cache2014), and then simply call in their current Cache 2008 just make a routine call of that is V2014?
thanks
Hello,
I'm restating a new posted as its seems that the old was closed but still having problems.
as I mentioned in a previous post and with one of our clients, experiencing different crushing errors when running Crystal Reports and sometimes crystals running but not generating data.etc and we are temporarily fixing them by opening the related classes in Studio and recompiling them and as i mentioned compiling them with $System.OBJ.
Hi Guys,
We experiencing a strange problem with one of the clients on Cache 2008, for time to time they can't run any of their Crystal reports and each time we had re-compile the classes used in the affected report to get it running, then it happens again for the same reports.
Hello,
I'm getting <WIDE CHAR> error in one of my routines, I was thinking a corrupted data or disk out of space or no mount database but all seems to be OK?
I'm running Cache 2014.1.2 and the same routines and data works in our client main server with not problems but having the same copy in their backup server is generating <WIDE CHAR> error, some other reports works but this specific doesn't?
Thanks
Hi Guys,
One of our clients is running Cache 2014.1.4 and for some reason is not recognising UNC paths?
The Path is accessible via windows explorer with no issues (\\backupsvr) and also my works fine when using :
but using : O \\backupsvr\folder\file.txt:("WNS"):5 bring an error "Can not create file" knowing that \\backupsvr\folder\ can be accessed via explorer with not issues?
Thanks
Hi Guys,
I'm looking to Remove file from a location to another similar to CUT & Past function, I'm using this :
s file=##class(%File).%New() d file.CopyFile(File,ArchivePath) d file.Delete(File)
and the copying is happening but not the Deleting, and help pls?
Thanks
Hi Guys,
I'm using the below code to Post JSON request to a REST API, but I'm getting "Failed to parse JSON request content." Error,
Set Body = ##class(%ZEN.proxyObject).%New() Set Body.ElectronicMailAddressT = "ElectronicMailAddressT" Set Body.TelephoneMinimalN = "TelephoneMinimalN" Set Body.AustralianBusinessNumberId = "AustralianBusinessNumberId" Set Body.OrganisationDetailsOrganisationBranchC = "OrganisationDetailsOrganisationBranchC" Set Body.DetailsOrganisationalNameT = "DetailsOrganisationalNameT" Set Body.
Hi Guys,
I'm using Ensemble 2014 and have a code that Posts HttpRequest to a REST API and working fine, but don't know how to add Header to my request!?
I tried Set Request.SetHeader("Source","Civicview") but it's bringing a Syntax error, any help pls?
Set Request= ##class(%Net.HttpRequest).%New() // D Body.%ToJSON() Set Request.Server = "devtest.altus.net.au" Set Request.Location = "/STP_IF/rest/Employee/CivicCreate" //S Request.ProxyAuthorization="SVRWSVMhME4yOlVyYW51czY=" Set Request.ContentType = "application/json" Set Request.SetHeader("Source","Civicview") Set Request