Hi...
MODIFY FORM (tcFormName) NOWAIT
I changed form properties by using ASELOBJ
ASELOBJ(laParentControl,3)
Afterthat I release the window by using following command
RELEASE WINDOWS "Form Designer - "+JUSTFNAME(tcFormName)
But when releasing the form it displays messagebox "Do you want to save
changes to....."
then I have to click on Yes and save new settings.
Is there any way to Release the form with saving new settings and wthout
prompting the "Do you want to save changes to....." messagebox.
Pls Help...
Dan Freeman - 06 Oct 2008 16:19 GMT
KEYBOARD '{CTRL+W}'
You *may* have to coerce VFP into using the keystroke in the buffer:
READ VALID .F. TIMEOUT .01
Dan
> Hi...
> MODIFY FORM (tcFormName) NOWAIT
[quoted text clipped - 12 lines]
>
> Pls Help...