nlneilson Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
Contributor
Parse the data from the file and then direct that data to the location in the grid where you want it to go.
So far I have just used Alpha-numeric and placed the data into an edit field or label, usually running it through math functions in between.
Just parsing the data should be straight forward if the file format is consistent. If the file contains something like comma delimited data that goes into the grid in sequence it shouldn't be a problem, otherwise some logic and maybe formatting the binary data may be necessary.