Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to search in table browser
Message
 
 
À
24/12/2007 06:24:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01277296
Message ID:
01277387
Vues:
11
The BROWSE command is a development tool. In an application you should use a grid. See http://milan.jikos.cz/FoxPro/InGrid.zip or http://www.pafox.org/pafoxwcapp/downloads/DynamicGrids.zip, for example


>I'v posted messages about this issues but someome's answer is in different.
>
>The issues is:
>- I define the window named M_WINBRW
>DEFINE WINDOW m_winbrw FROM 0, 0 TO SROWS(), SCOLS() FONT 'arial' GROW FLOAT CLOSE ZOOM
>
>- use table named : ACC_LIST.DBF (acc_code,acc_name,date,time,...)
>USE acc_list.dbf NOUPDATE
>
>- i browse that table on M_WINBRW
>BROWSE NAME oBrowse NOAPPEND NODELET TITLE "Search code by keypress ???" WINDOW M_WinBrw
>
>The question is : how to search the ACC_CODE and the record highlght will be move to that match by pressing keyboard at the runtime? (no use CTRL+F)! (like keypress in form)
>
>Here is my code: http://www.nowupload.com/:NPG
>
>Thanhks.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform