![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hello all, I've been playing around in Visual Basic lately, and have done some development using it in combination with UniObjects (and for the most part I am impressed). But one project I'm working on doesn't involve UniVerse in any way at all - it's kind of like a DJ/Karaoke Hosting program that just uses MS-Access as its database to hold an index of songs and a few control variables. Anyway, as I was playing around with it, I thought, "You know, the ability to use MultiValue Dynamic arrays like in PICK, complete with all the functions like Extract, Insert, Delete, Locate, and DCount would come in really handy here, even though I'm not actually using a MultiValue database." So, I've started writing those functions. It's a bit tougher than I first thought it would be, but I think I'm pretty close to done. I was just wondering if anyone out there knows if something like that already exists as freeware/shareware, and if not, would anyone be interested in what I've written (it's completely undocumented - Dammit Jim, I'm a programmer, not a writer....) Dave |
#5
| |||
| |||
|
|
Hello all, I've been playing around in Visual Basic lately, and have done some development using it in combination with UniObjects (and for the most part I am impressed). But one project I'm working on doesn't involve UniVerse in any way at all - it's kind of like a DJ/Karaoke Hosting program that just uses MS-Access as its database to hold an index of songs and a few control variables. Anyway, as I was playing around with it, I thought, "You know, the ability to use MultiValue Dynamic arrays like in PICK, complete with all the functions like Extract, Insert, Delete, Locate, and DCount would come in really handy here, even though I'm not actually using a MultiValue database." So, I've started writing those functions. It's a bit tougher than I first thought it would be, but I think I'm pretty close to done. I was just wondering if anyone out there knows if something like that already exists as freeware/shareware, and if not, would anyone be interested in what I've written (it's completely undocumented - Dammit Jim, I'm a programmer, not a writer....) |
#6
| |||
| |||
|
|
Are you moving the data from Access to Pick to work on it? or replicating the functionality in VB itself working with delimited ASCII strings? |
#7
| |||
| |||
|
|
Have you got anything that could be executed (pcperformed?) from within UV to work on delimited ASCII strings/files? Mike. |
#8
| |||
| |||
|
|
You can distribute Raining Data's D3 odbc library for free. We have a D3-ODBC based tool that will generate VB compatible ActiveX class objects that understand the concepts of multivalues. All standard "pick" functionality is supported. If you don't mind distributing a copy of Rd's library with your app, I can write you objects that you can use, or you can write your own. In VB, choose "ActiveX DLL" and the name you give it becomes the name of the"object" as in dim xyz as MYOBJECT I wrote a karaoke player for my wife, but it's pretty hard-wired into D3. If you email me, put KARAOKE PLAYER in the message so you have a better chance of getting through my spam filter. Mark Brown "Dave Mitchell" <mitch500 (AT) sympatico (DOT) ca> wrote in message news:e5X7f.7142$ki7.444819 (AT) news20 (DOT) bellglobal.com... Hello all, I've been playing around in Visual Basic lately, and have done some development using it in combination with UniObjects (and for the most part I am impressed). But one project I'm working on doesn't involve UniVerse in any way at all - it's kind of like a DJ/Karaoke Hosting program that just uses MS-Access as its database to hold an index of songs and a few control variables. Anyway, as I was playing around with it, I thought, "You know, the ability to use MultiValue Dynamic arrays like in PICK, complete with all the functions like Extract, Insert, Delete, Locate, and DCount would come in really handy here, even though I'm not actually using a MultiValue database." So, I've started writing those functions. It's a bit tougher than I first thought it would be, but I think I'm pretty close to done. I was just wondering if anyone out there knows if something like that already exists as freeware/shareware, and if not, would anyone be interested in what I've written (it's completely undocumented - Dammit Jim, I'm a programmer, not a writer....) Dave |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Understood. What I'd like is to be able to write a delimited string out (from MV or VB) to a flat text file and then pcperform a command (with options) to perform the equivalent of the Pick string-handling functions on it capturing the results. More specifically, I'd like to break out of the constrictions inherent in the Pick/MV model - down below subvalue level. If you can provide the functionality I describe then it should be no harder really to go down from char(254) thru 253... all the way to char(128). Virtually unlimited nesting. This would be something I could use (pcperform) from within a PickBasic program or from VB. Mike. |
![]() |
| Thread Tools | |
| Display Modes | |
| |