Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some ideas needed for the problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01224678
Message ID:
01224691
Vues:
16
Hugo,

You're right, I think this is going to work in my case. I used this all the time, just forgot to apply in this particular case.

>You can pass a reference to the child form as a parameter, then you just call the Refresh() of said reference (the grid or the form, whichever you feel is best)
>
>
>
>....
>
>DoForm('frm_Ticket', m.loParameter, thisform)
>
>
>And in the Init you copy the reference to a ticket's form, lets say ParentForm
>
>
>* frm_ticket.init
>....
>this.ParentForm = toForm
>
>* frm_ticket.Destroy
>this.ParentForm = null
>
>* And before releasing the form
>this.ParentForm.Refresh()
>
>
>Or some of variation of the above
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform