Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid question
Message
De
18/06/2002 11:10:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00669294
Message ID:
00669764
Vues:
14
>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*

David,
Thanks for all your help. I owe you one.
Winn Pauley
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform