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...
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.
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) > ""...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.