Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorting by double clicking a column header
Message
De
31/07/2007 02:24:14
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
31/07/2007 01:18:32
Randy Wessels
Screentek Business Solutions, Llc.
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01244765
Message ID:
01244771
Vues:
17
Randy,

check Vlad Grynchyshyns "Sortable grid sample" Download#9970 for a start.

Agnes

>I have a generic search screen that is called from my application from about 10 different places. I am trying to keep the routine generic so I don't have to hard code anything. Here is sample code for how the grid is populated:
>
>CASE thisform.browsewhat = 'ORDERS'
> SELECT order_browse
> index on ordnum tag ordnum
> locate
> set near on
> if empty(searchvalue)
> searchvalue = order_browse.ordnum
> if empty(searchvalue)
> locate
> else
> seek(searchvalue)
> endif
> else
> seek(searchvalue)
> ENDIF
> set near off
> thisform.grid1.recordsource = 'order_browse'
> thisform.grdrecno = recno('order_browse')
>
>I would like to be able to have the user double click on a column heading and have it resort, but I am not sure how to do that without hard coding things. Here is the refresh routine for the form:
>
>case thisform.browsewhat = 'ORDERS'
> THISFORM.grdRecNo= RECNO("order_browse")
>
>And the afterrowchange on the grid:
>
>thisform.refresh
>
>Any help would be greatly appreciated.
>
>Thanks,
>
>Randy
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform