main logo
Subject: Re: DoCreate() = .T. in SCX and VCX Properties Field
Author: Paul McNett

Posted: 2003/09/30 13:50:00
 
View Entire Thread
New Search


John Baird writes:

> Does anything happen if you set DOCreate to .F.

No, seems that the only thing that matters is that DoCreate
exists at all, and if it does exist, its relative position in
the properties field of the scx or vcx.

I've tried:
DoCreate = .F.
DoCreate = .NULL.
DoCreate = "hello vfp"
DoCreate = -1


If DoCreate exists, and is above ControlBox, the ControlBox
setting will be respected.

If DoCreate exists, but is below ControlBox (scX behavior due to
sorting of Property names), ControlBox will be set to .T. even
if it was set to .F.

If DoCreate doesn't exist, VFP will create it again, and the
setting of ControlBox is respected.

I've just confirmed that this is a problem with VCX as well as
SCX files. As scX is experimental anyway, I'm going to make a
change that just removes the DoCreate line when saving the text
rendition.

--
Paul McNett


 
©2003 Paul McNett
<-- Prior Message New Search Next Message -->