October 8th, 1999, 09:52 AM
Having problem updating a flexgrid with the contents of a UDT array. I have 10 customer records, each of which has 10 pieces of data. I need to search the array based on what user types into a text box and then update the flexgrid with data from the array. User can only search on the "name" field. All items in the array are strings.
Think I know how to use InString to determine WHAT records to use for update, but not sure on code for loading them into the flexgrid. Should I be using the TextMatrix property? If so, how would this work in some sort of loop that would go through the entire array?
Any help for this beginner would be GREATLY appreciated.
Think I know how to use InString to determine WHAT records to use for update, but not sure on code for loading them into the flexgrid. Should I be using the TextMatrix property? If so, how would this work in some sort of loop that would go through the entire array?
Any help for this beginner would be GREATLY appreciated.