Any body know how to click under program control the small box at the top
left of a grid that sizes the columns to minimize the space a column actual
required.
Thanks Jerry
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/6BEA79302B9F4AA5A0E2A4DAEA038632@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Call the Grid.AutoFit method.
Fred
On Wed, Mar 2, 2011 at 5:05 PM, Jerry Foote <jerryfoote@bellsouth.net>wrote:
> Any body know how to click under program control the small box at the top
> left of a grid that sizes the columns to minimize the space a column actual
> required.
>
>
>
> Thanks Jerry
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTinOq9RvRpc2K=cb=Me=JE8PWVoYECPgfWM+W8Vd@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Thanks a bunch.
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Fred Taylor
Sent: Wednesday, March 02, 2011 6:36 PM
To: ProFox Email List
Subject: Re: Little Box on Top Left of Grid
Call the Grid.AutoFit method.
Fred
On Wed, Mar 2, 2011 at 5:05 PM, Jerry Foote <jerryfoote@bellsouth.net>wrote:
> Any body know how to click under program control the small box at the top
> left of a grid that sizes the columns to minimize the space a column
actual
> required.
>
>
>
> Thanks Jerry
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
> text/plain (text body -- kept)
> text/html
> ---
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/9310818798A445AAB61D5891F1F5C1DE@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Excuse my ignorance, but how do you call this method?
S
On Thu, Mar 3, 2011 at 1:36 PM, Fred Taylor <fbtaylor@gmail.com> wrote:
> Call the Grid.AutoFit method.
>
> Fred
>
>
> On Wed, Mar 2, 2011 at 5:05 PM, Jerry Foote <jerryfoote@bellsouth.net
> >wrote:
>
> > Any body know how to click under program control the small box at the top
> > left of a grid that sizes the columns to minimize the space a column
> actual
> > required.
> >
> >
> >
> > Thanks Jerry
> >
> >
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> > text/plain (text body -- kept)
> > text/html
> > ---
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTimWRXgs0nnk8wi1hHb8_YYZLrLD-9GsxCG-mB4-@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
If you have a grid named grid1 on a form use thisform.grid1.autofit in the
init Followed by thisform.refresh()
Or after you set bindcontrols or the grid is otherwise populated
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Sytze de Boer
Sent: Wednesday, March 02, 2011 8:16 PM
To: profox
Subject: Re: Little Box on Top Left of Grid
Excuse my ignorance, but how do you call this method?
S
On Thu, Mar 3, 2011 at 1:36 PM, Fred Taylor <fbtaylor@gmail.com> wrote:
> Call the Grid.AutoFit method.
>
> Fred
>
>
> On Wed, Mar 2, 2011 at 5:05 PM, Jerry Foote <jerryfoote@bellsouth.net
> >wrote:
>
> > Any body know how to click under program control the small box at the
top
> > left of a grid that sizes the columns to minimize the space a column
> actual
> > required.
> >
> >
> >
> > Thanks Jerry
> >
> >
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> > text/plain (text body -- kept)
> > text/html
> > ---
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/7608B0DAB1C14220B71FB843A8A74C26@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Author: MB Software Solutions, LLC
Posted: 2011-03-02 22:18:42 Link
On 3/2/2011 9:16 PM, Sytze de Boer wrote:
> Excuse my ignorance, but how do you call this method?
> S
>
>
> On Thu, Mar 3, 2011 at 1:36 PM, Fred Taylor<fbtaylor@gmail.com> wrote:
>
>> Call the Grid.AutoFit method.
>>
>> Fred
Just as Fred wrote! thisform.grdTest.AutoFit()
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4D6F0892.8090707@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.