J
José Araujo
Hi,
I am trying to create a screen that has:
1. A grid with data.
2. A button to search for a particular data in the grid.
I can use the dataview.find to get the line where the data that i am looking
for is located. However, to do so i need to sort the view by the same fields
that i am trying to search in.
I don't want to that... i want to have a grid with the customer sorted by
ID, and to be able to search by name, and to change the position of the grid
to the row that i found using the find method.
I have been trying to figure out a way of doing this... but i haven't been
able...
Thanks a lot for your help, José Araujo
I am trying to create a screen that has:
1. A grid with data.
2. A button to search for a particular data in the grid.
I can use the dataview.find to get the line where the data that i am looking
for is located. However, to do so i need to sort the view by the same fields
that i am trying to search in.
I don't want to that... i want to have a grid with the customer sorted by
ID, and to be able to search by name, and to change the position of the grid
to the row that i found using the find method.
I have been trying to figure out a way of doing this... but i haven't been
able...
Thanks a lot for your help, José Araujo