Gentlemen:
Could you let me know what strategy would you use for doing the following?
The Example Data shown below is being gathered from a Machine through the RS232 port into a RichTextBox1 in VB.NET
Once the Data is in the RichTextBox1 we need to parse it into Textboxes, which are labeled accordingly for the User to examine the collected data.
Once the Data is examined, the user clicks the SAVE button and the data is inserted into the Datagrid1 below on the same mainform1, thereby creating a new record entry in the Database.
Here is the explanation of The Example Data below; lets take line 8 as an example;
CA3*450*325*225*0*775*650*350*425
Each Asterisk separates a field name; there are 8 fields in this line.
Value 450 is field CA301
Value 325 is field CA302
Value 225 is field CA303
Value 0 is field CA304
Could you let me know what strategy would you use for doing the following?
The Example Data shown below is being gathered from a Machine through the RS232 port into a RichTextBox1 in VB.NET
Once the Data is in the RichTextBox1 we need to parse it into Textboxes, which are labeled accordingly for the User to examine the collected data.
Once the Data is examined, the user clicks the SAVE button and the data is inserted into the Datagrid1 below on the same mainform1, thereby creating a new record entry in the Database.
Here is the explanation of The Example Data below; lets take line 8 as an example;
CA3*450*325*225*0*775*650*350*425
Each Asterisk separates a field name; there are 8 fields in this line.
Value 450 is field CA301
Value 325 is field CA302
Value 225 is field CA303
Value 0 is field CA304