Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid selection not reflecting record change
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Grid selection not reflecting record change
Divers
Thread ID:
00667054
Message ID:
00667054
Vues:
45
I have a grid attached to a view and also text fields attached to a view. What I want to do is when I click on a record in the grid, I want my textboxes to show the selected record from the grid. I put the code in interactivechange as follows but the records are not changing in textbox, infact they are disappearing from the grid altogether:


WITH thisform
lc_id = lv_veh_assign.a_uniqueid
REQUERY('lv_veh_assign')
.refresh()
endwith
<\p>

Am I missing something here?

Thanks
Nick Patel

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform