Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding records to a view
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01458650
Message ID:
01458651
Vues:
52
>I am learning about using views to display child data and I can make it display perfectly (thank you again Sergy and Naomi), but I can not insert into the view any new data. I am using the command 'insert into' to perform the append as I do on tables. While in the debugger, after the insert command executes, I browse the view and do not see the update. I believe I have all the settings properly set in the view designer. This is really a straight forward view and all throughout the activity I receive no errors.
>
>Thanks again for your help,
>
>Gary

After the insert, try doing
if tableupdate(.t.,.t.,'myView')
  requery('myView')
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform