Hi,
I am creating a form in ActiveReports. I use VB.net. Not C# in in the script. I need to break a string that is seperated by ";". It has to be broken down and entered into other text fields.
The data is entered into a Question/answer field so I don't know the data, type or length that will be entered. The users are told to seperate each description by ";". I do know there can be up to four ";". No more than four and all four might not be used.
an example:
Programming;is;great;fun;always
Programming would populate textbox1
is-textbox2
great-textbox3
fun-textbox4
always-textbox5
I appreciate any help. My backgroud mainly is Access database using VBA, SQL Server databases and VB 6.0. I have been working with ActiveReports for a few months and up to now have been able to figure things out. In Access I used recordsets for almost everything.
I am creating a form in ActiveReports. I use VB.net. Not C# in in the script. I need to break a string that is seperated by ";". It has to be broken down and entered into other text fields.
The data is entered into a Question/answer field so I don't know the data, type or length that will be entered. The users are told to seperate each description by ";". I do know there can be up to four ";". No more than four and all four might not be used.
an example:
Programming;is;great;fun;always
Programming would populate textbox1
is-textbox2
great-textbox3
fun-textbox4
always-textbox5
I appreciate any help. My backgroud mainly is Access database using VBA, SQL Server databases and VB 6.0. I have been working with ActiveReports for a few months and up to now have been able to figure things out. In Access I used recordsets for almost everything.