Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSV import to Grid, 1st row header
#1
i created a dialog with a grid....  i am importing a  csv file into the Grid. The csv file has a header Row which i want to use as the Grid column header...

is there a way to either, tell the Grid that first row is column header or import from row 2 down... thanks
 
Code:
Copy      Help
ICsv csv._create
csv.Separator=","
csv.FromFile("C:\Logon\SavedActivity\UserAccess.csv")

DlgGrid g.Init(hDlg 3)


Messages In This Thread
CSV import to Grid, 1st row header - by ilcaa - 10-13-2020, 01:14 AM
RE: CSV import to Grid, 1st row header - by Kevin - 10-16-2020, 01:37 PM
RE: CSV import to Grid, 1st row header - by ilcaa - 10-16-2020, 02:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)