TonCoronel
Programmer
I found this link on teh internet and want to use it in the application I am currently building.
http://www.justpbinfo.com/pbtips/dwscrollsearch2.asp
I just dont understand the last part
[qoute]Note: ue_goto_row(row) is just an event that tries to 'go to row' and
returns 1 if sucessfull.
It checks if row is within the min and max number of rows for the
DataWindow,
performs the This.SetRow(row), This.ScrollToRow(row) etc checking that their
return values
are OK and so on.
You can just replace this with your code for going to the row found. [/qoute]
Could someone maybe make this event for me???
http://www.justpbinfo.com/pbtips/dwscrollsearch2.asp
I just dont understand the last part
[qoute]Note: ue_goto_row(row) is just an event that tries to 'go to row' and
returns 1 if sucessfull.
It checks if row is within the min and max number of rows for the
DataWindow,
performs the This.SetRow(row), This.ScrollToRow(row) etc checking that their
return values
are OK and so on.
You can just replace this with your code for going to the row found. [/qoute]
Could someone maybe make this event for me???