Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for bpmccall

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 …

Member Avatar for tumadre0
0
1K
Member Avatar for learnerd

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 …

Member Avatar for learnerd
0
105
Member Avatar for bpmccall

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 …

0
52

The End.