I'm newbie in VB and B4PPC but i want to learn. I've built simple program (attached) which allows to choose Customer (from Combo), read DeviceID.ini, a opet .csv file in a table (like "Order").
How to put CustomerName and DeviceID in table and save that table as CustomerName.csv?
More info in attached archive and 'comments in App1.sbp.
I figured out how to solve problem 1 (with adding strings in table - as i said im newbee and many simple things are still complicated for me :BangHead: ).
Other question (changing values directly in table) is still unsolved.
It would be much faster and easier to pick a cell in tblItems and enter new value, than click on the cell ,then click in txtChangeAmount and enter new value, and click btnChange to actually enter new value in tblItems.