go to post Ponnumani Gurusamy · Apr 24, 2023 Try to use "window.location.replace" instead of "window.location.href" if (response == "1") { window.location.replace("cmain.csp"); }
go to post Ponnumani Gurusamy · May 4, 2020 We tried with administrator credential also. But we are facing this same issue.
go to post Ponnumani Gurusamy · Aug 27, 2019 Hi Vivek,%Save() is a function . So please assign it to one variable and check it. Surely it will work.for ex: set jData=objExternalUser.%Save()Thanks.
go to post Ponnumani Gurusamy · Mar 12, 2019 Really thanks for your another perspective explaination.
go to post Ponnumani Gurusamy · Mar 12, 2019 Hi Thembelani, First we convert date to horolog. set p="12/03/2019" set horval=$zdateh(p) //now we got horolog value is 65350 After that , we use $zdate function and convert the date format. w $zdate(horval,3) // now we got 2019-12-03Thanks,Ponnumani G
go to post Ponnumani Gurusamy · Jun 22, 2018 I used both of routine and cls. But I did like for cls . We are appliying FHIR concept to class easily and generated the structure of the data flow.
go to post Ponnumani Gurusamy · Jun 1, 2017 DeepSee has a Developer Tutorial in the Documentation. This Is very good . Some example available for this Document .For Ex."HoleFoods" and "Patients" cubes in the SAMPLES namespace .
go to post Ponnumani Gurusamy · May 27, 2017 It is both :For Ex:No SQL : ^Stock(item,size,color,pattern) = quantitySQL: SELECT *from obj.property1,obj.property2Thanks,Ponnumani Gurusamy
go to post Ponnumani Gurusamy · May 27, 2017 Hi ,Our Community also using Deepsee and Created Analytics report .I think it is useful example dor your learning.Analytics .https://analytics.community.intersystems.com/dswpub/index.html#!/f/Publi...Thanks,Ponnumani Gurusamy.
go to post Ponnumani Gurusamy · May 20, 2017 iknow technology product information,document and videos are available in below link.I think this is useful for your learning.http://www.intersystems.com/our-products/embedded-technologies/iknow/http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GIKNOWhttps://www.youtube.com/playlist?list=PLKb2cBVphNQShrR68_Tc_IBJoxCaiAz9z
go to post Ponnumani Gurusamy · May 16, 2017 I am using HTTPS Protocal.So request is working fine and response is return empty.But this same URL run with Post man.It is return correct xml data.So how to I solve the code.
go to post Ponnumani Gurusamy · May 15, 2017 Hi, Suppose we are passing only services but not directory and host name.If possible it is return any token.Please give the solution.
go to post Ponnumani Gurusamy · Sep 26, 2016 Please give one example program of Stream file Binaryand images are store and retrieve these program. I confused this topics.
go to post Ponnumani Gurusamy · Sep 23, 2016 Existing image as offline or online :? plz give example of any path of sample.
go to post Ponnumani Gurusamy · Sep 21, 2016 set obj.name = name1,name2,name3Is possible I retrieve the all data in same properties without Id?