Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some ideas needed for the problem
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01224678
Message ID:
01224687
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
Naomi,

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
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform