Page 1 of 1

About populating Data Grids with external txt file.

Posted: Sat Aug 20, 2016 8:14 pm
by LJE
I have very little scripting experience. I'm having immense problem trying to populate my Data Grid with external text files (I struggle learning external stuff overall) so my workaround is to put the texts I need inside field tables inside an "inaccessible" card. So instead of importing external files to populate my Data Grids, I use the text of the field tables in that "inaccessible" card. It's working fine. My question is is my method as efficient as using external file or will it slow down my program?

Re: About populating Data Grids with external txt file.

Posted: Sun Aug 21, 2016 2:05 am
by dunbarx
Hi.

If you set the "dgText" of your DG with tab and return delimited data, it will just "go in". Is it then simply a matter of formatting?

Craig Newman

Re: About populating Data Grids with external txt file.

Posted: Wed Aug 31, 2016 10:35 am
by MaxV