go to post Robert Cemper · Jun 12 I share your suspicion on reserved Verbs. You may try m.Name as "myName" Or even m.Name as "Name" Just a guess from the hip
go to post Robert Cemper · Jun 9 Start reading the documentation:Running the Terminal Application from the Command Line
go to post Robert Cemper · Jun 7 once you know what namespace you are looking at you may list available schemata bySELECT * FROM INFORMATION_SCHEMA.SCHEMATA which returns 750 rows for namespace HSCUSTOM
go to post Robert Cemper · Jun 7 first you need to install a valid DSN: Defining an ODBC Data Source on Windowsfor PS you may take the same approach as described here
go to post Robert Cemper · Jun 6 And here is the full documentationProcessing Errors at the Terminal Prompt
go to post Robert Cemper · Jun 6 2d indicates that you are 2 stack levels down from Command prompt last entered by doenter QUIT to return to top do ^%STACK may display your way down to your actual point
go to post Robert Cemper · Jun 5 Wrap your SELECT in an Outer SELECT LIST(...inner select ...)try: SELECT LIST(DIAGNOSE) FROM ( SELECT MRDIA_.....->MRCID.... FROM ...... WHERE ..... ORDER BY ...... )
go to post Robert Cemper · Jun 4 What you describe is indeed named Global:and the syntax could be ^ehr.IP to follow your question.It is visible over the whole namespace.If you use ^%ehr.IP the % makes it available over all namespaces of your installation. Set ^%ehr.IP="whatever you need" is creating it
go to post Robert Cemper · Jun 4 @Enrico Parisi : I fully support your point!Global mapping - in any form - is the path for CONTROLLED managed growth.So I wonder about the intention of the "continuation".
go to post Robert Cemper · Jun 4 A quite interesting feature.Did you take a look on how backup management is affected / involved by this design ? I just fail to imagine how to keep all this in synch.e.g. if spread over several drives:Are they backed up in total or in volume junks ?
go to post Robert Cemper · Jun 2 Sorry: my typo: zipcode.csp generates csp.zipcode.CLS <script language="cache" method="AlertUser"> this generates the method.But your CSP page works with HTML + js in your Browserto the Browser that interprets and call just as JS. BTW: old CSP pagesYES, this hasn't changed since it was fresh ~22 years ago (my 1st training docu @ISC)and NO browser ever accepted ObjectScript as scripting language.the <script language="cache" ...> tag is just a compiler directive and never reaches the browser.
go to post Robert Cemper · Jun 1 Principal limit: HTML just knows about JavaScriptJavaScript is executing an XHTML call to your Ensemble carrying along all required credentials.e.g. sessionid, encryption, cookies, ....In your namespace SAMPLES zipcode.cls ia a detailed example,your call looks like this; #server(..validateZipCode(zipcode))# But the generated code is this: ("cspHttpServerMethod")_"('"_(..Encrypt($listbuild($classname()_".validateZipCode"))_$select(%session.UseSessionCookie'=2:"&CSPCHD="_%session.CSPSessionCookie,1:""))_"',zipcode)",! HTML has no idea about all this
go to post Robert Cemper · May 30 OOUHH. Weblink had end of life more than 20 years agoIt was the unloved predecessor of CSP.
go to post Robert Cemper · May 27 Win authentication is somethingIRIS authentication is something else.They rarely match each other.
go to post Robert Cemper · May 24 Yeah,I build my review list when it is "full" and the reviews are sent for publishing. yours was the last. But censoring and approval by OEX Admin vary between hours and days.
go to post Robert Cemper · May 20 the date format is most suspicious to me.in SMP you can set it to- Logical Mode >>> 66453 like +$horolog- Display Mode >>> 2024/03/25 as you did. It is depending on default display settings.- ODBC Mode >>> 2024-03-25
go to post Robert Cemper · May 16 more drastic: KILL does an ObjectScript Kill on all related Globals. Quick and FastDELETE loops on subscripts and mimics a SQL DELETE row by row and has definitely more overhead
go to post Robert Cemper · May 13 Being happy married for 55 years I find the subject of such a calculation just disgusting. I just would refuse to marry a partner calculating impact of the wedding costs on his retirement.I'd rather prefer one that attempts to raise his income by working more and harderand not thinks of forecasting retirement before the wedding.