Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid question
Message
 
 
À
17/06/2002 17:26:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00669294
Message ID:
00669468
Vues:
13
Winn,

>I switched over to the view and it works. I was just wondering if there is a way to put the RECNO() from the view into the grid? I have tried every thing.

Good, now that your grid isn't self destructing things should go better. *s*

You will probably have to create a view based on the original view...

create sql view NewView select recno() as recnum, * from TheOriginalView

point your grid at NewView

when ever your parameter changes:

Requery( "TheOriginalView" )
Requery( "NewView" )
thisform.grdSeeTheView.Refresh()

* Warning: this is untested code off the top of my head *s*
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform