I have a ActiveX exe server that I want to be able to pass recordsets to client applications. Of the many ways to pass this type of information does anybody know the pro's and concon's of each?
I'am trying to convert a string length from a text control into the textbox's physical cordinates so that I can pop-up a listbox just to the right of the user text entry.<br>
What I have tryed is to.<br>
1. Get the device context for the textbox, GetDC<br>
2. Get the text...
I have a Command Button among other controls that make up my User control. I want to map the Picture property of the Command Button to the Picture property of the user control. I cant seem to make this work, nor is the Wizard working for me. If you have the time, please include the why along...
I'am trying to get the same kind of functionality of a Database without the overhead of the Jet engine, basicaly,<br>
Add a new record, Edit a record and Delete a record, Add and Edit are pretty straight forward but Delete is giving me some problems; What I came up with was to copy the array...
The tables have the same name, for example my database saves it's self each fysical year so you have a bunch of databases like MyDB99, MyDb98 etc... the table names and structure for each is the same. I want to be able to query a table from each of the databases, let me call it MyTable, so...
I have a table with lets say two fields, ProjectID and FullName. The FullName can have the same ProjectId number.<br>
What I want to do is make a query that will tell me if any given FullNames have worked on the same ProjectId<br>
So far I have<br>
<br>
SELECT ProjectID, FullName FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.