Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grouping data usig grid contol
Message
De
30/04/1998 02:58:06
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/04/1998 02:27:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00095872
Message ID:
00095874
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform