Incremental Search xBrowse with setRDD() ?

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Incremental Search xBrowse with setRDD() ?

Post by JC »

Hi friends..

I want to create a incremental seek into my xBrowse.
Exists a way to do for get the values (the lines) on xBrowse via RDD like a array and executing a command 'FOR' into him?

When I find the value, set the position of first line at the current display to the matched line of this array?

Resume: Create a search utility like a command 'FOR' of arrays into a RDD?
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

Júlio,

Please review fwh\samples\TestXBrw.prg "Incremental seek" menu option, and review its source code.

I don't know if it is exactly what you are looking for, but surely it may help
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post by JC »

Antonio Linares wrote:Júlio,

Please review fwh\samples\TestXBrw.prg "Incremental seek" menu option, and review its source code.

I don't know if it is exactly what you are looking for, but surely it may help


Yeah! Is it!
Please, go to this post and try my example...
http://forums.fivetechsoft.com/viewtopic.php?t=12315
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Post Reply