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

    Dual Monitors

    In short yes, I am using Paradox 10 but the easiest way to do this is: 1/ Create a directory to hold the temporary tables paradox creates (i.e. C:\pdxpriv2) 2/ Create a shortcut where the command line looks as follows: "C:\Program Files\Corel\WordPerfect Office 2002\Programs\pdxwin32.exe -p...
  2. Jonathanwri73

    Table Size Limitations

    There is a max limit of 2Gb on the table size. However this limit is different per table depending on the block size set in the BDE when the table was built. Paradox tables hold a max of 65536 blocks, which can be block sizes of 1,2,4,16,32kb therefore the max sizes per table can be (in approx...
  3. Jonathanwri73

    scanning for a record one more than one field

    Yes you can scan more than 1 field. There are numerous ways to best acheive this, but an example of what I believe you are looking for is below: var tcHandle, tcHandle2 TCursor endVar tcHandle.open("mytable") tcHandle2.open("mytable2") scan tcHandle for tcHandle.field1 = "A" and...

Part and Inventory Search

Back
Top