Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to search in table browser
Message
 
 
To
24/12/2007 06:24:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01277296
Message ID:
01277387
Views:
12
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform