Hello all,
I have a file data, example: data.txt which has content:
Checked|Column 1|Column 2|Column 3|Column 4|Column 5|Column 6|Column 7|Column 8
×|50.01.0001|160404134631346000|Other value|T3|alphachymotrypsin|Other value|C|alpha choay 4000IU
×|50.01.0003|160407154252435000|Other value|T2|Paracetamol|Other value|C|Acepron 250mg
|50.01.0005|160415135700860000|Other value|T3|Acenocoumarol|Other value|D|Acenocumarol WPW 4mg
|50.01.0006|160423064434487000|Other value|T3|Acetylcystein|Other value|D|Aceblue 100mg
×|50.01.0007|160430993168114000|Other value|T1|Acetylcystein|Other value|C|Aceblue 200mg
I want creat a gui can view this content, have some column do not appear in gui (Column 3 and 6), column Checked can convert to Gui checkbox, and have a GUICtrlCreateEdit to input data, then find this data in all columns, return the rows have data (See image attach to clearer).
Please give me some tips, suggests. Thank you very much, and sorry about my bad English.