You cannot post messages because only members can post, and you are not currently a member.
Description:
Online community for users of the InterSystems Zen (TM) web development framework. Discussions, Q&A, FAQs, Tutorials, Examples, and Custom Components, all driven by the user community.
|
|
|
New Google Site for document sharing and editing
|
| |
Google has chosen to discontinue the article functionality in the
Google Groups. To allow us to continue to share/edit documents, we
have created a Google site. All discussions will remain here, but
please see the new Google site to view Zen related articles and to
upload articles and any sample code. InterSystems will be launching an... more »
|
|
InterSystems Student Programming Competition Deadline
|
| |
Students! Learn more about the InterSystems Student Programming Competition. The deadline is in February 2012. Build a solution using our technologies on your own or with a team and win a trip to the InterSystems Global Summit 2012 and cash prizes for yourself and your school. Find out more: [link]... more »
|
|
ZEN Table Link Property Encoding my Data
|
| |
Hey Folks, I was wandering if anyone has come across the following issue: I have a table with a column that has a "link" property that calls a JavaScript method: <column header="Order Code" colName="UnitCodeMne" id="idColUCMne" width= "75px" style="font-size: 11px;" *** link="javascript:zenPage.jumpT oUnitCode('#(%query.UnitCodeMn e)#','#(%query.Accession)#');"... more »
|
|
re; JSON
|
| |
Hi, I have a zen page which receives JSON formatted text (from an MV Basic application) and I wish to know the easiest method to extract the data and populate some of the text fields on my zen page. These fields are not data bound, here is an example of data received ; "HOT" : [ { "FileId":"ABC",... more »
|
|
Dragon Naturally Speaking
|
| |
We are doing some research on integrating Dragon Naturally Speaking into our Zen application. One thing the Dragon JavaScript library needs is some custom property for the controls, for example: <input type="text" class="tdInput" data-nusa-concept-name="proced ure"/> On the Zen page, we use our... more »
|
|
multiple primary keys
|
| |
how can i put multiple primary keys on a class
I have this propertys as primary keys..
Property Edificio As %Integer;
Index EdificioIndex On Edificio [ PrimaryKey, Unique ];
Property Planta As %Integer;
Index PlantaIndex On Planta [ PrimaryKey, Unique ];
Property Sala As %Integer;... more »
|
|
hosting existing cache.dat
|
| |
I don't know if anyone could offer any advice. We have an instance of cache that runs our electronic prescribing system, we have no access to the back end of the system as this is prohibited by the vendors, however we are able to run reports based on the SQL tables that have been set up by the vendor... more »
|
|
Get info from an SQL Database in Cache using PHP coding
|
| |
hi. i have created a PHP website that will get informatiopm from a MySQL Database of pictures and this will be listed in a TABLE format. Is it possible to do the same thing but to use a Pick Database within Cache now within MySQL? Can you use PHP coding in Cache/Zen? I am currently using Dreamweaver PHP... more »
|
|
To execute dataListBox dinamically?
|
| |
Hi, men! What I need is following: I build an SQL query for my dataListBox based on some information from ZEN-page (or %session object). So, 1) I need to get a value from my ZEN-page; 2) Rebuild my SQL-query for my dataListBox; 3) Show the new results into dataListBox (put on my ZEN-page)... more »
|
|
JSON Parameters set from javascript at runtime
|
| |
Hi,
Before invoking the javascript client side json.getContentObject() method, I want to see the parameters for the json component. Their values sit in text boxes on my page. Two text boxes:
<text id="objectClass" label="ClassName" />
<text id="objectID" label="Id" />
I have tried the following:... more »
|
|
Sending Zen report to printer using $MODE=ps&$PS=
|
| |
I have a functioning Zen reporting rendering to a browser as a PDF. I want to send directly to the printer now. The documentation seems very straight forward, but I am not being successful. Does anybody have an example? Thank you for any input you may have.
|
|
automated response
|
| |
I am currently out of the office traveling and will not have access to email on Monday and Tuesday, May 6th and 7th. I am returning to the office on Wednesday, May 8th.
|
|
|