Reading CSV files

epicmove

Ben
Local time
Today, 15:19
Joined
Apr 21, 2006
Messages
59
Hi Guys,

I have had a search round on the internet but am struggling to find a solution to my problem.

As an extension to my Asset Management System, I have modified the log on scripts on our network so that when a client machine logs on:
a) ipconfig is saved as a .csv file in a network directory (shows ip address etc.)
b) use msinfo (with a number on switches) to show details of PC i.e. OS, RAM, Manufacturer and save as a .csv file.

The .csv files are saved as PCNumber.csv (PC4412.csv)

The PC assets in my asset management system are recorded using the PC tag.
At present the user clicks a button on the asset form that searches for "AssetID".csv and opens the file in notepad if it exists.

What I would like to achieve is to have an area on my form where I can dump this data. I need to be able to read directly from the csv files rather than importing them, as the data is constantly changing.

Please can someone point me in the right direction with how I may achieve this. Thanks

Ben
 
I recall an old thread about reading a text file within a form. Search around and see if you can find it for that should help you out. Good luck!
 

Users who are viewing this thread

Back
Top Bottom