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 SkipVought 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: tseegii
  • Order by date
  1. tseegii

    Open table without cdx file

    SET SAFETY OFF SET CPDIALOG OFF SET TABLEVALIDATE TO 0 Thanks danfreeman, Thanks for all
  2. tseegii

    Open table without cdx file

    My code is: importpath = GETDIR() tablenumber = ADIR(imptables, importpath + '*.dbf') IF RIGHT(importpath,1) = '\' importpath = LEFT(importpath,LEN(importpath)-1) ENDIF CREATE TABLE "&datapath\dataimport.dbf" FREE (prep1 N(10), prep2 N(10), prep3 N(10), prep4 N(10)) SELECT dataimport FOR...
  3. tseegii

    Open table without cdx file

    Hello. i have the 22 table. There is not cdx file in the all tables. How to open and how to append to the another table?
  4. tseegii

    run my form once

    Thank you very much for the help
  5. tseegii

    run my form once

    Hello everyone, i want to run my form once only. Please give me some code or idea.
  6. tseegii

    two table

    Thanks mlv1055
  7. tseegii

    two table

    I have two tables, i'll compare field1 and field2 into table1 with field1 and field2 into table2. So, rows which are not exist table1 to be deleted from table2. /showing following example/ F1, F2, F3, F4 field name Table1```` Table2````````````````````` Table2 F1 F2 F3 F1 F2 F4...
  8. tseegii

    two table

    jimoo F1, F2, F3, F4 field name Table1```` Table2````````````````````` Table2 F1 F2 F3 F1 F2 F4 F1 F2 F4 1 k I 1 k .... ..---------------1 k .... .. 2 a I-- 2 a .... ..----result-----2 a .... .. 3 c II-- 2 b .... ..---------------3 c .... .. 7 d II--...
  9. tseegii

    two table

    Hello How can I change table2? Table1```` Table2````````````````````` Table2 --------- 1 a .... ..---------------1 a .... .. 1 a I-- 2 c .... ..----result-----2 c .... .. 2 c II-- 2 b .... ..---------------7 d .... .. 7 d II-- 7 d .... .. --------- 2 d .... ..

Part and Inventory Search

Back
Top