Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grouping data usig grid contol
Message
From
30/04/1998 02:58:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/04/1998 02:27:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00095872
Message ID:
00095874
Views:
21
>Hi,
>
>I want to input a customer code in the Text Box Control and then group the order head in the Grid Control.
>How can I group it together? (I've index the dbf and it is a single table)
>
>Thank you!
In textbox lostfocus set a filter for grouping.
*Text lostfocus
select (thisform.mygrid.recordsource)
set filter to cuscode == trim(this.value)  && Could use DE.cursor.filter
thisform.mygrid.refresh
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform