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 Rhinorhino 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: *

  • Users: DocBus
  • Content: Threads
  • Order by date
  1. DocBus

    Programatically call a Pivot table view based on a query

    Dear All, I have constructed a pivot table view based on an Access 2003 query. As the pivot table view is the view in which the users want it (for possible manupulation) I would like to direct them via form straight to the Pivot Table View based on a query. My question: What is the VB handle...
  2. DocBus

    Determine table size on disk

    Hi there, Hope someone can help me. Is there a quick way (ie function) in determining what the is size on a disk of any given table in VFP 9. I.e. 'c:\tables\table.dbf' size is ....... kb/mb/gb I need to know this to create overflow tables when my VFP tables max out at their 2GB limit. I...
  3. DocBus

    SET RELATION woes

    Dear All, Thanks for all the previous help! It has brought me 6 months further in the research we are doing! My problem in VFP9 I have two tables (A an B). Both contain similar data and have excactly the same structure. Only difference between them is Table B contains newer added records...
  4. DocBus

    Is it possible to Compare Arrays directly

    I have a problem with a large table with redundant data (>1GB). The table looks something like this ID, date, sequence number, details 1, x , 1 , aaaaa 1, x , 2 , bbbbb 1, x , 3 , ccccc 1, x+1 , 1...
  5. DocBus

    Text File woes continues

    Thanks to all who have helped in my previous question - that solved the problem instantly - the problem was here http://www.tek-tips.com/viewthread.cfm?qid=1067033 I have a tabel structure created from various (100+) delimited files. I know this is not ideal but I have to work with what I have...
  6. DocBus

    Multiple text file import with arrays?

    I have a problem that I am sure I am not the first to come across. My data is generated from Mumps into delimited text files. I cannot change that. I have over 100 tables with 50 variables in each. VFP9 can import text files with the import wizard but that will force me to repeat the process 100...

Part and Inventory Search

Back
Top