Hello,
I want to clear a xbrowse incr.-seekstring on button-action
and go to browser-top, but it doesn't work :
I can clear the seek but after that, it is not possible to seek again.
Going to browser-top doesn't work.
1. incr. seek
2. change values
3. save
4. reset seek-string ( on save-button or using the extra button )
5. browser go top
WITH OBJECT oBrw1
:lIncrFilter := .t.
:lSeekWild := .t.
cSeek := "", oBrw1:oSeek:Refresh() }
END
REDEFINE SAY oBrw1:oSeek PROMPT oBrw1:cSeek ID 920 OF oDlg1 PIXEL FONT oFontSmall
oBrw1:oSeek:Setcolor( 0, 16777215 )
the button-action
ACTION ( DBGOTOP(), oBrw1:Refresh(),;
oBrw1:cSeek := "", ;
oBrw1:oSeek:Refresh() ) ;
any idea ?
best regards
Uwe