Search found 12 matches: testbrws

Return to advanced search

Listbox and unselected DBF

... operator However it just repeats the first record but it works fine as soon as I make it the current work area. Tried it on the sample program TestBrws and got same result when customer.dbf was no longer current work area TIA Peter
by reds
Wed Apr 18, 2018 1:04 pm
 
Forum: FiveWin for Pocket PC
Topic: Listbox and unselected DBF
Replies: 3
Views: 1022

Moshe,

> Does the Combo Box enables incremental search as well?

We have a version that does it, but some users are reporting some problems with it.

Better do it the way we do it in samples\TestBrwS.prg
by Antonio Linares
Thu Sep 18, 2008 4:37 pm
 
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2601

Moshe,

> *. Is there a picklist that does an incremental search as letters are entered?

You have a working examples in FWPPC\samples\TestBrwS.prg :-)
by Antonio Linares
Thu Sep 18, 2008 11:55 am
 
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2601

Moshe,

Are you testing it on the emulator or on the real device ?

Please review fwppc\samples\TestBrwS.prg
by Antonio Linares
Sun Sep 07, 2008 4:14 pm
 
Forum: FiveWin for Pocket PC
Topic: set index to...
Replies: 5
Views: 988

Antonio

I am still using may 07 fwh, there is no testbrws in thie version .

I plan to upgrade to the next release though

Richard
by Richard Chidiak
Mon Oct 01, 2007 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: advice needed on get and combobox
Replies: 7
Views: 1204

Richard,

There is an incremental search on a browse sample in FWPPC\samples\TestBrwS.prg.

The source code is basically the same for FWH :-)
by Antonio Linares
Mon Oct 01, 2007 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: advice needed on get and combobox
Replies: 7
Views: 1204

... que tenga algo que ver el que lo esté ejecutando en una pda windows CE 4.20?? 3.- Has probado p.e. el .\samples\testbrws ? Saludos. C.
by Carles
Fri Dec 01, 2006 12:57 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema con los campos memo...
Replies: 23
Views: 7591

Elías,

Del ejemplo samples\TestBrwS.prg:

USE ( CurDir() + "\Customer" ) VIA "DBFCDX"
INDEX ON Customer->Last TO ( CurDir() + "\LAST" )
Customer->( OrdSetFocus( "LAST" ) )
Customer->( DbGoTop() )
...
Customer->( DbSeek( cSearch, .t. ) )
by Antonio Linares
Thu Nov 30, 2006 7:27 am
 
Forum: FiveWin para Pocket PC
Topic: esto es correcto??
Replies: 4
Views: 1201

CON SHARED COMO PUEDO CREAR EL CDX QUE NO SEA EN LA RAIZ

SALUDOS A TODOS. CON EL PROGRAMA "TESTBRWS.PRG" COLOQUE EN AL FINAL DE LA INSTRUCCION USE, SHARED CON ESTA OPCION CREA EL INDEX ".CDX" EN EL DIRECTORIO RAIZ DEL POCKEP PC Y NO EN EL DIRECTORIO QUE SE ENCUENTRA EL FICHERO.DBF QUE NO DEBERIA ...
by dario
Thu Nov 16, 2006 12:08 am
 
Forum: FiveWin para Pocket PC
Topic: CON SHARED COMO PUEDO CREAR EL CDX QUE NO SEA EN LA RAIZ
Replies: 4
Views: 896

... TO "LAST" Customer->( OrdSetFocus( "LAST" ) ) Customer->( DbGoTop() ) Revisa samples\TestBrwS.prg
by Antonio Linares
Thu Oct 26, 2006 9:16 pm
 
Forum: FiveWin para Pocket PC
Topic: COMO PUEDO LEER UN ARCHIVO DESDE OTRA COMPUTADOR
Replies: 1
Views: 574

... "cortar y pegar". * Corrección: La clase TMultiGet no cerraba correctamente el "portapapeles" en todas las circustancias. * Nuevo: FWPPC, samples\TestBrwS.prg muestra como realizar una busqueda incremental en un "browse" en un Pocket PC (igual que en FW/FWH). * Nuevo: samples\ShowApp.prg muestra ...
by Antonio Linares
Sat Sep 02, 2006 8:14 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new August 2006 build / nuevo build de Agosto 2006
Replies: 4
Views: 3474

FTDN new August 2006 build / nuevo build de Agosto 2006

... TGet improved paste and cut support. * Fix: Class TMultiGet was not properly closing the clipboard in all circunstances. * New: FWPPC, samples\TestBrwS.prg shows how to perform an incremental search on a browse on the Pocket PC (same as done with FW/FWH). * New: samples\ShowApp.prg shows how ...
by Antonio Linares
Mon Aug 28, 2006 11:25 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new August 2006 build / nuevo build de Agosto 2006
Replies: 4
Views: 3474

Return to advanced search