VISM.OCX in Delphi
Please suggest me.
I use delphi to develop and import VISM.OCX to component in delphi.
I run My Qurey Code in terminal get data many line but in VisM1.PLIST get data One line.
This is my code.
VisM1.MServer := 'IP and Port My Server';
VisM1.NameSpace := 'My Namespace';
VisM1.Execute('My Qurey Code');
VisM1.PLIST;
Suggest what?
Why VisM1.PLIST get data single line.
I want data multiline.
Thank.
Also, I advise you to look at CacheActiveX instead of VisM, which has restrictions on the size of the transmitted data.
Here is my old article on this subject: link to machine translation