Hello again,
I have two OI questions that I have not been able to resolve and was hoping someone might have some ideas:
1) How can I most easily get the table name associated with a form (or the key field on a form)? The TABLE propery does not seem to work when used with a form/window…? I could get a list of objects on the form and get the table from the first control bound to a column, but that seems like too much work…?
2) Is there a way to suppress the "Would you like to save changes to the entry?" message when a user clicks to cancel a mdichild form? I want to simply clear the form when the user chooses this action. Besides creating a procedure that is called from the WRITE event of each of my mdichild forms, is there a way of handling this?
Thanks.
Gene
Gene,
(1) See this posting.
- Oystein -
and set SAVEWARN to 0
amcauley@sprezzatura.com
World Leaders in all things RevSoft
Andrew,
Yeah, I saved that easy one for you.
![]()
- Oystein -
Oystein,
Thanks for the link to the TABLE information. I'll put it to use.
Gene
Ouch, that hurts…!
Thanks Andrew.
Gene