Hi all,

While this works
this.SetAll("fontsize",7, "Header")

this doesn't

this.SetAll("fontbold",.t),"Header")



why is that?


--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com

Re: setall question by HME

HME
Mon Nov 28 03:19:29 CST 2005

sorry about the typo,
this doesn't work.


this.SetAll("fontbold",.t.,"Header")


--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"HME" <helassaad@comcast.net> wrote in message
news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> Hi all,
>
> While this works
> this.SetAll("fontsize",7, "Header")
>
> this doesn't
>
> this.SetAll("fontbold",.t),"Header")
>
>
>
> why is that?
>
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
>



Re: setall question by Man-wai

Man-wai
Mon Nov 28 05:49:33 CST 2005

HME wrote:
> sorry about the typo,
> this doesn't work.
>
>
> this.SetAll("fontbold",.t.,"Header")
>
>
hmm.. maybe you need to iterate the column objects and issue the command
at column level....

--
.~. Might, Courage, Vision. Sincerity. http://www.linux-sxs.org
/ v \
/( _ )\ (Ubuntu) Linux 2.6.14.3
^ ^ 19:48:01 up 1 day 23:42 load average: 1.51 1.70 1.76

Re: setall question by MichelRoy

MichelRoy
Mon Nov 28 07:20:29 CST 2005

stange as it may be, it does not work at the grid level
but it works at the form level

do:
Thisform.SetAll("Fontbold",.T.,"Header")


"HME" wrote:

> sorry about the typo,
> this doesn't work.
>
>
> this.SetAll("fontbold",.t.,"Header")
>
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "HME" <helassaad@comcast.net> wrote in message
> news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > Hi all,
> >
> > While this works
> > this.SetAll("fontsize",7, "Header")
> >
> > this doesn't
> >
> > this.SetAll("fontbold",.t),"Header")
> >
> >
> >
> > why is that?
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> >
>
>
>

Re: setall question by Man-wai

Man-wai
Mon Nov 28 07:25:18 CST 2005

Michel Roy wrote:
> stange as it may be, it does not work at the grid level
> but it works at the form level
>
> do:
> Thisform.SetAll("Fontbold",.T.,"Header")

You may only want to set the objefcts inside the grid only.

--
.~. Might, Courage, Vision. Sincerity. http://www.linux-sxs.org
/ v \
/( _ )\ (Ubuntu) Linux 2.6.14.3
^ ^ 21:24:02 up 2 days 1:18 load average: 2.64 2.61 2.25

Re: setall question by MichelRoy

MichelRoy
Mon Nov 28 07:26:02 CST 2005

Even stranger.

You can try This.setall("Fontbold",.T.,"Header") till your blue in the face
it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
and after that, the .T.,.F. starts to work. weird bug.


"HME" wrote:

> sorry about the typo,
> this doesn't work.
>
>
> this.SetAll("fontbold",.t.,"Header")
>
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "HME" <helassaad@comcast.net> wrote in message
> news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > Hi all,
> >
> > While this works
> > this.SetAll("fontsize",7, "Header")
> >
> > this doesn't
> >
> > this.SetAll("fontbold",.t),"Header")
> >
> >
> >
> > why is that?
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> >
>
>
>

Re: setall question by HME

HME
Mon Nov 28 08:43:56 CST 2005

This would be my 3rd bug I found in VFP9

I hope someone from the VFP development team is reading this Newsgroup.

Hutch

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> Even stranger.
>
> You can try This.setall("Fontbold",.T.,"Header") till your blue in the
face
> it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
> and after that, the .T.,.F. starts to work. weird bug.
>
>
> "HME" wrote:
>
> > sorry about the typo,
> > this doesn't work.
> >
> >
> > this.SetAll("fontbold",.t.,"Header")
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "HME" <helassaad@comcast.net> wrote in message
> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > Hi all,
> > >
> > > While this works
> > > this.SetAll("fontsize",7, "Header")
> > >
> > > this doesn't
> > >
> > > this.SetAll("fontbold",.t),"Header")
> > >
> > >
> > >
> > > why is that?
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > >
> >
> >
> >



Re: setall question by HME

HME
Mon Nov 28 08:49:38 CST 2005

the grid is on the first page of a pageframe container.
I tried it on the page level, on the pageframe level and on the form level
and it still doesn't work.

Any suggestions???

Hutch

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> Even stranger.
>
> You can try This.setall("Fontbold",.T.,"Header") till your blue in the
face
> it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
> and after that, the .T.,.F. starts to work. weird bug.
>
>
> "HME" wrote:
>
> > sorry about the typo,
> > this doesn't work.
> >
> >
> > this.SetAll("fontbold",.t.,"Header")
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "HME" <helassaad@comcast.net> wrote in message
> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > Hi all,
> > >
> > > While this works
> > > this.SetAll("fontsize",7, "Header")
> > >
> > > this doesn't
> > >
> > > this.SetAll("fontbold",.t),"Header")
> > >
> > >
> > >
> > > why is that?
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > >
> >
> >
> >



Re: setall question by MichelRoy

MichelRoy
Mon Nov 28 08:57:18 CST 2005

I haven't tried SP1, i don't know it this is fixed yet, at least you have a
workaround for now!.


"HME" wrote:

> This would be my 3rd bug I found in VFP9
>
> I hope someone from the VFP development team is reading this Newsgroup.
>
> Hutch
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> > Even stranger.
> >
> > You can try This.setall("Fontbold",.T.,"Header") till your blue in the
> face
> > it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
> > and after that, the .T.,.F. starts to work. weird bug.
> >
> >
> > "HME" wrote:
> >
> > > sorry about the typo,
> > > this doesn't work.
> > >
> > >
> > > this.SetAll("fontbold",.t.,"Header")
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > > "HME" <helassaad@comcast.net> wrote in message
> > > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > > Hi all,
> > > >
> > > > While this works
> > > > this.SetAll("fontsize",7, "Header")
> > > >
> > > > this doesn't
> > > >
> > > > this.SetAll("fontbold",.t),"Header")
> > > >
> > > >
> > > >
> > > > why is that?
> > > >
> > > >
> > > > --
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > "Are you still wasting your time with spam?...
> > > > There is a solution!"
> > > >
> > > > Protected by GIANT Company's Spam Inspector
> > > > The most powerful anti-spam software available.
> > > > http://mail.spaminspector.com
> > > >
> > > >
> > > >
> > >
> > >
> > >
>
>
>

Re: setall question by MichelRoy

MichelRoy
Mon Nov 28 09:22:04 CST 2005

when i create a small form with just a pageframe and 2 pages and i put a grid
on the first page then run the form and issue

_vfp.Forms(1).pageframe1.page1.grid1.setall("fontbold",.t.,"Header")

from the command window it works ok.

now i give up. i just redid the same test as this morning and it works
correctly now
maybe it just doesn't work between certain hours of the day?






"HME" wrote:

> the grid is on the first page of a pageframe container.
> I tried it on the page level, on the pageframe level and on the form level
> and it still doesn't work.
>
> Any suggestions???
>
> Hutch
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> > Even stranger.
> >
> > You can try This.setall("Fontbold",.T.,"Header") till your blue in the
> face
> > it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
> > and after that, the .T.,.F. starts to work. weird bug.
> >
> >
> > "HME" wrote:
> >
> > > sorry about the typo,
> > > this doesn't work.
> > >
> > >
> > > this.SetAll("fontbold",.t.,"Header")
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > > "HME" <helassaad@comcast.net> wrote in message
> > > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > > Hi all,
> > > >
> > > > While this works
> > > > this.SetAll("fontsize",7, "Header")
> > > >
> > > > this doesn't
> > > >
> > > > this.SetAll("fontbold",.t),"Header")
> > > >
> > > >
> > > >
> > > > why is that?
> > > >
> > > >
> > > > --
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > "Are you still wasting your time with spam?...
> > > > There is a solution!"
> > > >
> > > > Protected by GIANT Company's Spam Inspector
> > > > The most powerful anti-spam software available.
> > > > http://mail.spaminspector.com
> > > >
> > > >
> > > >
> > >
> > >
> > >
>
>
>

Re: setall question by Paul

Paul
Mon Nov 28 09:48:40 CST 2005

Probably too late for SP1, unless someone else already found it.


"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> Even stranger.
>
> You can try This.setall("Fontbold",.T.,"Header") till your blue in the
> face
> it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
> and after that, the .T.,.F. starts to work. weird bug.
>
>
> "HME" wrote:
>
>> sorry about the typo,
>> this doesn't work.
>>
>>
>> this.SetAll("fontbold",.t.,"Header")
>>
>>
>> --
>>
>>
>> ---------------------------------------------------------------------
>> "Are you still wasting your time with spam?...
>> There is a solution!"
>>
>> Protected by GIANT Company's Spam Inspector
>> The most powerful anti-spam software available.
>> http://mail.spaminspector.com
>>
>>
>> "HME" <helassaad@comcast.net> wrote in message
>> news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
>> > Hi all,
>> >
>> > While this works
>> > this.SetAll("fontsize",7, "Header")
>> >
>> > this doesn't
>> >
>> > this.SetAll("fontbold",.t),"Header")
>> >
>> >
>> >
>> > why is that?
>> >
>> >
>> > --
>> >
>> >
>> > ---------------------------------------------------------------------
>> > "Are you still wasting your time with spam?...
>> > There is a solution!"
>> >
>> > Protected by GIANT Company's Spam Inspector
>> > The most powerful anti-spam software available.
>> > http://mail.spaminspector.com
>> >
>> >
>> >
>>
>>
>>



Re: setall question by HME

HME
Mon Nov 28 10:17:34 CST 2005

This is some of the annoying stuff that makes me wonder as to who does the
testing at MS???

Hutch

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:D6F7B6DF-4739-4973-B212-2E020DC694A3@microsoft.com...
> when i create a small form with just a pageframe and 2 pages and i put a
grid
> on the first page then run the form and issue
>
> _vfp.Forms(1).pageframe1.page1.grid1.setall("fontbold",.t.,"Header")
>
> from the command window it works ok.
>
> now i give up. i just redid the same test as this morning and it works
> correctly now
> maybe it just doesn't work between certain hours of the day?
>
>
>
>
>
>
> "HME" wrote:
>
> > the grid is on the first page of a pageframe container.
> > I tried it on the page level, on the pageframe level and on the form
level
> > and it still doesn't work.
> >
> > Any suggestions???
> >
> > Hutch
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> > news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> > > Even stranger.
> > >
> > > You can try This.setall("Fontbold",.T.,"Header") till your blue in
the
> > face
> > > it wont work, but if you do This.Setall("Fontbold",1,"Header") it
works
> > > and after that, the .T.,.F. starts to work. weird bug.
> > >
> > >
> > > "HME" wrote:
> > >
> > > > sorry about the typo,
> > > > this doesn't work.
> > > >
> > > >
> > > > this.SetAll("fontbold",.t.,"Header")
> > > >
> > > >
> > > > --
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > "Are you still wasting your time with spam?...
> > > > There is a solution!"
> > > >
> > > > Protected by GIANT Company's Spam Inspector
> > > > The most powerful anti-spam software available.
> > > > http://mail.spaminspector.com
> > > >
> > > >
> > > > "HME" <helassaad@comcast.net> wrote in message
> > > > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > > > Hi all,
> > > > >
> > > > > While this works
> > > > > this.SetAll("fontsize",7, "Header")
> > > > >
> > > > > this doesn't
> > > > >
> > > > > this.SetAll("fontbold",.t),"Header")
> > > > >
> > > > >
> > > > >
> > > > > why is that?
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > >
> ---------------------------------------------------------------------
> > > > > "Are you still wasting your time with spam?...
> > > > > There is a solution!"
> > > > >
> > > > > Protected by GIANT Company's Spam Inspector
> > > > > The most powerful anti-spam software available.
> > > > > http://mail.spaminspector.com
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> >
> >
> >



Re: setall question by Rick

Rick
Mon Nov 28 17:36:22 CST 2005

Hutch,
Don't count on that, report these "bugs" using the information at
http://support.microsoft.com/default.aspx?kbid=867477 - "Microsoft Visual FoxPro
bug report and feedback".

Rick

"HME" <helassaad@comcast.net> wrote in message
news:v6qdnbnM34AzihbenZ2dnUVZ_v6dnZ2d@comcast.com...
> This would be my 3rd bug I found in VFP9
>
> I hope someone from the VFP development team is reading this Newsgroup.
>
> Hutch
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
>> Even stranger.
>>
>> You can try This.setall("Fontbold",.T.,"Header") till your blue in the
> face
>> it wont work, but if you do This.Setall("Fontbold",1,"Header") it works
>> and after that, the .T.,.F. starts to work. weird bug.
>>
>>
>> "HME" wrote:
>>
>> > sorry about the typo,
>> > this doesn't work.
>> >
>> >
>> > this.SetAll("fontbold",.t.,"Header")
>> >
>> >
>> > --
>> >
>> >
>> > ---------------------------------------------------------------------
>> > "Are you still wasting your time with spam?...
>> > There is a solution!"
>> >
>> > Protected by GIANT Company's Spam Inspector
>> > The most powerful anti-spam software available.
>> > http://mail.spaminspector.com
>> >
>> >
>> > "HME" <helassaad@comcast.net> wrote in message
>> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
>> > > Hi all,
>> > >
>> > > While this works
>> > > this.SetAll("fontsize",7, "Header")
>> > >
>> > > this doesn't
>> > >
>> > > this.SetAll("fontbold",.t),"Header")
>> > >
>> > >
>> > >
>> > > why is that?
>> > >
>> > >
>> > > --
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > "Are you still wasting your time with spam?...
>> > > There is a solution!"
>> > >
>> > > Protected by GIANT Company's Spam Inspector
>> > > The most powerful anti-spam software available.
>> > > http://mail.spaminspector.com
>> > >
>> > >
>> > >
>> >
>> >
>> >
>
>


Re: setall question by HME

HME
Mon Nov 28 21:26:53 CST 2005

Thank you Rick, I will.

Hutch

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"Rick Bean" <rgbean@unrealmelange-inc.com> wrote in message
news:uyF3tQH9FHA.4076@tk2msftngp13.phx.gbl...
> Hutch,
> Don't count on that, report these "bugs" using the information at
> http://support.microsoft.com/default.aspx?kbid=867477 - "Microsoft Visual
FoxPro
> bug report and feedback".
>
> Rick
>
> "HME" <helassaad@comcast.net> wrote in message
> news:v6qdnbnM34AzihbenZ2dnUVZ_v6dnZ2d@comcast.com...
> > This would be my 3rd bug I found in VFP9
> >
> > I hope someone from the VFP development team is reading this Newsgroup.
> >
> > Hutch
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> > news:7888D018-6FD3-48B0-8F10-06F722333472@microsoft.com...
> >> Even stranger.
> >>
> >> You can try This.setall("Fontbold",.T.,"Header") till your blue in the
> > face
> >> it wont work, but if you do This.Setall("Fontbold",1,"Header") it
works
> >> and after that, the .T.,.F. starts to work. weird bug.
> >>
> >>
> >> "HME" wrote:
> >>
> >> > sorry about the typo,
> >> > this doesn't work.
> >> >
> >> >
> >> > this.SetAll("fontbold",.t.,"Header")
> >> >
> >> >
> >> > --
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > "Are you still wasting your time with spam?...
> >> > There is a solution!"
> >> >
> >> > Protected by GIANT Company's Spam Inspector
> >> > The most powerful anti-spam software available.
> >> > http://mail.spaminspector.com
> >> >
> >> >
> >> > "HME" <helassaad@comcast.net> wrote in message
> >> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> >> > > Hi all,
> >> > >
> >> > > While this works
> >> > > this.SetAll("fontsize",7, "Header")
> >> > >
> >> > > this doesn't
> >> > >
> >> > > this.SetAll("fontbold",.t),"Header")
> >> > >
> >> > >
> >> > >
> >> > > why is that?
> >> > >
> >> > >
> >> > > --
> >> > >
> >> > >
> >> >
> ---------------------------------------------------------------------
> >> > > "Are you still wasting your time with spam?...
> >> > > There is a solution!"
> >> > >
> >> > > Protected by GIANT Company's Spam Inspector
> >> > > The most powerful anti-spam software available.
> >> > > http://mail.spaminspector.com
> >> > >
> >> > >
> >> > >
> >> >
> >> >
> >> >
> >
> >
>



Re: setall question by MichelRoy

MichelRoy
Tue Nov 29 05:18:11 CST 2005

Question: What font are you using?

7 points is kinda small, if you don't have font smooting turned on,
the font will still look plain.

"HME" wrote:

> sorry about the typo,
> this doesn't work.
>
>
> this.SetAll("fontbold",.t.,"Header")
>
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "HME" <helassaad@comcast.net> wrote in message
> news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > Hi all,
> >
> > While this works
> > this.SetAll("fontsize",7, "Header")
> >
> > this doesn't
> >
> > this.SetAll("fontbold",.t),"Header")
> >
> >
> >
> > why is that?
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> >
>
>
>

Re: setall question by MichelRoy

MichelRoy
Tue Nov 29 05:27:02 CST 2005

with the arial font at 7 points on an LCD screen i only see a difference if i
select
"Clear Type" as the font smooting method.

maybe yesterday was a bad dream?

"Michel Roy" wrote:

> Question: What font are you using?
>
> 7 points is kinda small, if you don't have font smooting turned on,
> the font will still look plain.
>
> "HME" wrote:
>
> > sorry about the typo,
> > this doesn't work.
> >
> >
> > this.SetAll("fontbold",.t.,"Header")
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "HME" <helassaad@comcast.net> wrote in message
> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > Hi all,
> > >
> > > While this works
> > > this.SetAll("fontsize",7, "Header")
> > >
> > > this doesn't
> > >
> > > this.SetAll("fontbold",.t),"Header")
> > >
> > >
> > >
> > > why is that?
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > >
> >
> >
> >

Re: setall question by HME

HME
Tue Nov 29 20:22:28 CST 2005

Michel,

I am using Ariel 9

but it doesn't matter what I use, it is not working.

Hutch

--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com


"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:6569E8DA-5155-42F8-9384-C8875344B742@microsoft.com...
> Question: What font are you using?
>
> 7 points is kinda small, if you don't have font smooting turned on,
> the font will still look plain.
>
> "HME" wrote:
>
> > sorry about the typo,
> > this doesn't work.
> >
> >
> > this.SetAll("fontbold",.t.,"Header")
> >
> >
> > --
> >
> >
> > ---------------------------------------------------------------------
> > "Are you still wasting your time with spam?...
> > There is a solution!"
> >
> > Protected by GIANT Company's Spam Inspector
> > The most powerful anti-spam software available.
> > http://mail.spaminspector.com
> >
> >
> > "HME" <helassaad@comcast.net> wrote in message
> > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > Hi all,
> > >
> > > While this works
> > > this.SetAll("fontsize",7, "Header")
> > >
> > > this doesn't
> > >
> > > this.SetAll("fontbold",.t),"Header")
> > >
> > >
> > >
> > > why is that?
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > >
> >
> >
> >



Re: setall question by MichelRoy

MichelRoy
Tue Nov 29 21:44:02 CST 2005

not easy to recreate a grid on a pageframe but try this code to see if it
displays ok on your machine. it does on mine.


USE ? shared NOUPDATE && open a table for display in grid
oo = CREATEOBJECT("form1")
oo.show(1)

DEFINE CLASS Form1 AS FORM
WINDOWSTATE = 2
DOCREATE = .T.
CAPTION = "Form1"
NAME = "Form1"

ADD OBJECT pf1 AS myPageFrame WITH ;
ERASEPAGE = .T., ;
TOP = 24, ;
LEFT = 12, ;
WIDTH = 337, ;
HEIGHT = 209, ;
ANCHOR = 240

PROCEDURE Pf1.Page1.Grid1.INIT
THIS.SETALL("FontName","Arial","Header")
THIS.SETALL("FontSize",9,"Header")
THIS.SETALL("Fontbold",.T.,"Header")
ENDPROC

ENDDEFINE

DEFINE CLASS mypageframe as Pageframe
Pagecount = 0

ADD OBJECT PAGE1 AS myPage
ADD OBJECT PAGE2 AS Page
ADD OBJECT PAGE3 AS PAGE

ENDDEFINE

DEFINE CLASS myPage AS Page

ADD OBJECT Grid1 AS Grid WITH ;
HEIGHT = 145, ;
LEFT = 11, ;
TOP = 8, ;
WIDTH = 313, ;
ANCHOR = 240, ;
NAME = "Grid1"

ENDDEFINE


"HME" wrote:

> Michel,
>
> I am using Ariel 9
>
> but it doesn't matter what I use, it is not working.
>
> Hutch
>
> --
>
>
> ---------------------------------------------------------------------
> "Are you still wasting your time with spam?...
> There is a solution!"
>
> Protected by GIANT Company's Spam Inspector
> The most powerful anti-spam software available.
> http://mail.spaminspector.com
>
>
> "Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
> news:6569E8DA-5155-42F8-9384-C8875344B742@microsoft.com...
> > Question: What font are you using?
> >
> > 7 points is kinda small, if you don't have font smooting turned on,
> > the font will still look plain.
> >
> > "HME" wrote:
> >
> > > sorry about the typo,
> > > this doesn't work.
> > >
> > >
> > > this.SetAll("fontbold",.t.,"Header")
> > >
> > >
> > > --
> > >
> > >
> > > ---------------------------------------------------------------------
> > > "Are you still wasting your time with spam?...
> > > There is a solution!"
> > >
> > > Protected by GIANT Company's Spam Inspector
> > > The most powerful anti-spam software available.
> > > http://mail.spaminspector.com
> > >
> > >
> > > "HME" <helassaad@comcast.net> wrote in message
> > > news:W_2dnQM44MKOVRfenZ2dnUVZ_v6dnZ2d@comcast.com...
> > > > Hi all,
> > > >
> > > > While this works
> > > > this.SetAll("fontsize",7, "Header")
> > > >
> > > > this doesn't
> > > >
> > > > this.SetAll("fontbold",.t),"Header")
> > > >
> > > >
> > > >
> > > > why is that?
> > > >
> > > >
> > > > --
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > "Are you still wasting your time with spam?...
> > > > There is a solution!"
> > > >
> > > > Protected by GIANT Company's Spam Inspector
> > > > The most powerful anti-spam software available.
> > > > http://mail.spaminspector.com
> > > >
> > > >
> > > >
> > >
> > >
> > >
>
>
>