Search results

  1. Ramesh Chand Rebari

    How to create a table and populate data by using .txt file .

    how to return a table from the function
  2. Ramesh Chand Rebari

    How to create a table and populate data by using .txt file .

    My intention is not heart you my thread is for Questions : -create a text file which contains <tablename>,<fieldslist>. Write an ABL program which reads the text file and creates a table and fields with the names given in the text file and populate the data and display them. Thank you Ramesh...
  3. Ramesh Chand Rebari

    How to create a table and populate data by using .txt file .

    I am happy with you but in this My temp table name also coming from text file ,all fields also coming form text file ,you only assign the values to the fields.
  4. Ramesh Chand Rebari

    How to create a table and populate data by using .txt file .

    DEFINE VARIABLE lcInfo as character no-undo. DEFINE VARIABLE lcTableName AS CHARACTER NO-UNDO. DEFINE variable htt as handle no-undo. DEFINE variable hBuf_TT_Empl as handle. input from "C:\Users\rrebari\Desktop\input3.txt". IMPORT UNFORMATTED lcInfo. IF TRIM(lcInfo) > ""...
  5. Ramesh Chand Rebari

    Learn Progress

    thank you tamhas for help me
  6. Ramesh Chand Rebari

    Learn Progress

    Thankyou so much to help me out
  7. Ramesh Chand Rebari

    Learn Progress

    but my trainer all time is not available to tell me, initially i get so many errors that why apart from Progress Documentation is there any resources available?
  8. Ramesh Chand Rebari

    Learn Progress

    I freshly new in progress ABL, Where from i should learn this technology. And how to learn. Can anybody help me out.
Back
Top