Good morning everyone.
In xbrowse incremental search with array I can't get the customer's name if it starts with *
Ex: * JOAO he disregards *
Is there any way to resolve this?
marca wrote:Good morning everyone.
In xbrowse incremental search with array I can't get the customer's name if it starts with *
Ex: * JOAO he disregards *
Is there any way to resolve this?
elseIf nKey > 31 .and. nKey != Asc( '*' ) .and. nKey != Asc( '?' )
elseIf nKey > 31 .and. ( nKey != Asc( '*' ) .or. ::lAllowAsterics ) .and. nKey != Asc( '?' )
TXBrowse():lAllowAsterics := .T.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 20 guests