Re: MultiValue Visual Basic
- From: "GVP" <gvp@xxxxxxxxxxxx>
- Date: 26 Oct 2005 22:34:05 -0700
We using variant as array. Each MV level is next level in array.
VBArr(a) - PBArr<a>
VBArr(a)(v) - PBArr<a,v>
VBArr(a)(v)(s) - PBArr<a,v,s>
......
We wrote functions for convert VBArr to PBArr and PBArr to VBArr .
There is an opportunity to write library for connection to your
project.
We use the given technology more than four years.
You also can use object GP_Term.GPTInterface built-in BRIZ COM server
(FREE option).
You also can use GP_Term.GPTInterface from BRIZ.tlb and BRIZ.EXE
Dim ServiceIterface As GP_Term.GPTInterface
Set ServiceIterface = new GP_Term.GPTInterface
ServiceIterface.ArrayToString .........
ServiceIterface.IndexSubString .........
ServiceIterface.StringToArray .........
ServiceIterface.CountOccur .........
See BRIZ.CHM for detail
Object GP_Term.Document have mach more methods (>100 methods with
assinc working with Server ). However, creation of this object starts
the terminal, and this not so beautiful decision in your case.
Best regards, Grigory
.
- References:
- MultiValue Visual Basic
- From: Dave Mitchell
- MultiValue Visual Basic
- Prev by Date: Re: MultiValue Visual Basic
- Next by Date: Re: Attempt to de-mystify AJAX
- Previous by thread: Re: MultiValue Visual Basic
- Next by thread: Re: MultiValue Visual Basic
- Index(es):
Relevant Pages
|