table view question
FM8.5 Adv WinXP
The order of columns appears to be based upon the sort order. But how do
you NOT show hidden fields in a tabls?
Thanks
--
-------------------------------------------------
Captain Guy
s/v Island Time (Beneteau 352#277)
AICW 845.5
386-689-5088
Re: table view question
"Guy" <sailor [at] guym.com> schreef in bericht
news:qO6qi.12251$zA4.5855 [at] newsread3.news.pas.earthlink.net.. .
> FM8.5 Adv WinXP
>
> The order of columns appears to be based upon the sort order. But how do
> you NOT show hidden fields in a tabls?
>
> Thanks
> --
> -------------------------------------------------
> Captain Guy
> s/v Island Time (Beneteau 352#277)
> AICW 845.5
> 386-689-5088
>
Goto layout and remove the fields you don't need.
Sort order of the colums can be changed in browse mode by dragging the
column-header.
Keep well, Ursus
Re: table view question
"Ursus" <ursus.kirk [at] wanadoo.nl> wrote in message
news:46a8f9fc$0$64123$dbd4b001 [at] news.wanadoo.nl...
>
> "Guy" <sailor [at] guym.com> schreef in bericht
> news:qO6qi.12251$zA4.5855 [at] newsread3.news.pas.earthlink.net.. .
>> FM8.5 Adv WinXP
>>
>> The order of columns appears to be based upon the sort order. But how do
>> you NOT show hidden fields in a tabls?
>>
>> Thanks
>> --
>> -------------------------------------------------
>> Captain Guy
>> s/v Island Time (Beneteau 352#277)
>> AICW 845.5
>> 386-689-5088
>>
>
> Goto layout and remove the fields you don't need.
>
> Sort order of the colums can be changed in browse mode by dragging the
> column-header.
>
> Keep well, Ursus
>
The hidden fields are needed (a global for use in a script)...
too bad
Re: table view question
In article
<a19qi.12149$Od7.8025 [at] newsread1.news.pas.earthlink.net>"Guy"
<sailor [at] guym.com> wrote:
> Re: table view questionFrom:"Guy" <sailor [at] guym.com>Date:Thu, 26 Jul
> 2007 22:14:30 GMTOrganization:EarthLink Inc. --
> http://www.EarthLink.netHide quote "Ursus" <ursus.kirk [at] wanadoo.nl>
> wrote in message
> news:46a8f9fc$0$64123$dbd4b001 [at] news.wanadoo.nl...
>> "Guy" <sailor [at] guym.com> schreef in bericht
>> news:qO6qi.12251$zA4.5855 [at] newsread3.news.pas.earthlink.net.. .
>>> FM8.5 Adv WinXP
>>>
>>> The order of columns appears to be based upon the sort order. But
>>> how do you NOT show hidden fields in a tabls?
>>>
>>> Thanks
>>> --
>>> -------------------------------------------------
>>> Captain Guy
>>> s/v Island Time (Beneteau 352#277)
AICW 845.5
386-689-5088
>> Goto layout and remove the fields you don't need.
>>
>> Sort order of the colums can be changed in browse mode by dragging
>> the column-header.
>>
>> Keep well, Ursus
> The hidden fields are needed (a global for use in a script)...
>
> too bad
Are they?
How are these globals being used in the script?
Matt
--
Free FileMaker Technique Demos: http://www.VirtualVermont.com/FMP
My Custom Functions: http://www.briandunning.com/filemaker-custom-functions/resul ts.php?keyword=wills
Re: table view question
>> Goto layout and remove the fields you don't need.
>>
>> Sort order of the colums can be changed in browse mode by dragging the
>> column-header.
>>
>> Keep well, Ursus
>>
> The hidden fields are needed (a global for use in a script)...
>
> too bad
>
Normally, Globals do not need to reside on ANY layout. This would clutter
the solution enormously. SET field works, regardless where the global is (or
rather is not, as the case may be)
Keep well, Ursus