Hello,
There is a SSTabCtl embedded in an OLEOBject. I want to get access to this object (specifically, I want to find out when it's changing tabs, and what tab it's currently displaying).
I enumerated the windows and got the HWND of the Tab Ctrl, and I tracked messages going to that object...
Hello,
There is a SSTabCtl embedded in an OLEOBject. I want to get access to this object (specifically, I want to find out when it's changing tabs, and what tab it's currently displaying).
I enumerated the windows and got the HWND of the Tab Ctrl, and I tracked messages going to that object...
Hello,
There is a SSTabCtl embedded in an OLEObject. I want to get access to this object (specifically, I want to find out when it's changing tabs, and what tab it's currently displaying).
I enumerated the windows and got the HWND of the Tab Ctrl, and I tracked messages going to that object...
mithreil,
Thanks for your help!! I think you nailed it.
How does the CREATE TABLE work if there's already data there? Shouldn't it fail?
Don't I have to DROP the table before it will allow me to create another?
Once again, you've been a tremendous help.
-Jordan
mirtheil,
No, your example does not create 4 seperate tables.
I am using Delphi's ADOQuery to run a query through Pervasive. At first, I thought that the problem might lie in Delphi, but I ran your query there too, with the same results: only one table was created.
Why, then, does the...
Hi,
Thanks for the response!!
I am using Pervasive v 8.0
My Create statement is the equivalent of this:
CREATE TABLE (F1 integer, F2 char(10), F3 char(20))
I have heard that there might be a setting somewhere in pervasive that allows tables to grow to over 2 GB and these extra files allow...
When I CREATE a table, four MDK files are actually created in the directory. If the table name is "SMALLTABLE", I get these four files:
SMALLTABLE.MDK
SMALLTABLE000.MDK
SMALLTABLE001.MDK
SMALLTABLE002.MDK
I understand what the first one is, but what are the other three? How do I get rid of...
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.