Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NegaScout

    Getting access to a Tab Control Embedding in an oleObject

    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...
  2. NegaScout

    Getting access to a tab control embedded in an OLEObject

    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...
  3. NegaScout

    Trying to get access to a component embedded in an OLEObject

    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...
  4. NegaScout

    Avoiding extra file creation on Create Table

    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
  5. NegaScout

    Avoiding extra file creation on Create Table

    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...
  6. NegaScout

    Avoiding extra file creation on Create Table

    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...
  7. NegaScout

    Avoiding extra file creation on Create Table

    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...

Part and Inventory Search

Back
Top