Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Empty Grid
Message
 
À
06/11/1998 13:02:29
Bill Breay
Custom Business Software
Arvada, Colorado, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00155119
Message ID:
00155421
Vues:
28
>Thanks Steve,
>
>I have tried deleting the grid, delete the table from the DE, reindexing the table, reentering the table to the DE, and resetting up the grid in the form and it still does not work.
>
>Further analysis indicates that the problem may lay in the index. The original index was the record id for the table which is an interger. I needed to add two character fields to the index which I did as so:
>
>Str(tablename.recordid,4,0)+tablename.field1+tablename.field2
>
>This is where it blows up. Apparently the grid will not recognize the comgination index. ????? By the way it is a regular index. Any thoughts??
>
>bb

We have a sort button that goes on our grids. This button allows a user to select from column headers to create a multi-field index. It was writing this where I first discovered that I had to remove the view from the DE, do the indexing, and then load it back in. But this is definately for multi-field indexing and it works so I'm not sure what you're running into.

Steve
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform