main logo
Subject: RE: DoCreate() = .T. in SCX and VCX Properties Field
Author: "John Baird"
Posted: 2003/09/30 13:51:00
 
View Entire Thread
New Search


Pardon my ignorance, but what is scX?

-----Original Message-----
From: profox-bounces /at/ leafe .DOT com [mailto:profox-bounces@leafe.com] On
Behalf Of Paul McNett
Sent: Tuesday, September 30, 2003 2:03 PM
To: profox /at/ leafe .DOT com
Subject: Re: DoCreate() = .T. in SCX and VCX Properties Field

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

[excessive quoting removed by server]


 
©2003 John Baird
<-- Prior Message New Search Next Message -->