Question Sagun Tangsrisanguan · May 30, 2022 Fetch data from global to text file but show communication Error Hi I use VB.net and add reference VISM.OCX in my project to fetch my data in global ^ztonMS it had 4000 record code is AxVisM1.MServer = "CN_IPTCP:" & TCLServer & ":" & Authen AxVisM1.NameSpace = TCLNamespace AxVisM1.P0 = "" AxVisM1.P1 = "" AxVisM1.P2 = "" AxVisM1.P3 = "" AxVisM1.P4 = "" 'AxVisM1.Execute("d RefRange^NHSNAV2") #.NET #VSCode 0 1 0 153
Question Sagun Tangsrisanguan · Jan 16, 2020 Why VISM cannot return result in PLIST Hello Everyone I use VB.NET to dev. some program for query data Code in VB like this Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click AxVisM1.MServer = "CN_IPTCP:myserver[1972]" AxVisM1.NameSpace = "LABDATA" AxVisM1.Code = "s err="""",err=$$select^LVBEPVIS(""" & ln & """)" AxVisM1.Execute(AxVisM1.Code) tmptxt = AxVisM1.PLIST.ToString messagebox.show(tmptxt) #Caché 0 7 0 381
Question Sagun Tangsrisanguan · Apr 20, 2017 How to create ASCII text file from HS2014 (on RHEL) unicode I'm a beginner for hs2014 I try to write text file in ASCII format (encode CP874) from HS2014 (run on RHEL) I try to use o file:"WNSK\CP874\" o file:"RSK\CP874\" o file:"WNSK\THAW\ o file:"WNS" but output file still in UTF-8 encoding please advise me Thk. #Beginner #HealthShare 0 10 0 611