Hi,
I wanted to modify xbincflt.prg so that the search-promp display something like
instead of
if lSeekWild is on.
I modify the line
to
but this doesn't work.
At the begin it shows **, but then it I type something, I just see the search string.
How can I modify this?
I wanted to modify xbincflt.prg so that the search-promp display something like
*string*instead of
stringif lSeekWild is on.
I modify the line
@ 11,160 SAY oBrw:oSeek PROMPT oBrw:cSeek SIZE 200,10 PIXEL ;
   OF oDlg COLOR CLR_BLACK,CLR_YELLOW PICTURE '@!'to
@ 11,160 SAY oBrw:oSeek PROMPT '*'+oBrw:cSeek+'*' SIZE 200,10 PIXEL ;
   OF oDlg COLOR CLR_BLACK,CLR_YELLOW PICTURE '@!'but this doesn't work.
At the begin it shows **, but then it I type something, I just see the search string.
How can I modify this?
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite