No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I am new to the whole concept of "data binding". What I am trying to do seems very simple, but I don't know where to start. I have a database with an ODBC System DSN and I can connect to it with an ADODB.Connection object. I can also create an … | |
Re: I think what you may be referring to is actually called "Me". "Me", like "this" in C++, is a reference to the object for which you are creating code. You are placing code in a form object, so "Me" is a reference to that form. Forms contain methods and procedures … | |
I have created two ActiveX EXEs, one is the client, the other is the server. I want to set up a system where a single server class handles the method calls of multiple instances of the clients. The problem is, the only way I know how to create a reference … |
The End.