Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Filemaker > Re: Changing De...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 7974 of 8328
Post > Topic >>

Re: Changing Default Field List in Sort Dialog

by "E W P Appeldoorn" <ursus.kirk@[EMAIL PROTECTED] > Apr 15, 2008 at 12:51 PM

"jahn" <jahnbigbooty@[EMAIL PROTECTED]
> schreef in bericht 
news:39c11119-e9c6-4816-afd2-4bffbf655108@[EMAIL PROTECTED]
> Hello -
>
> I'm wondering if anyone has a solution to the way the sort dialog
> opens when users choose Sort Records... (this is FM 9, Mac &
> Windows).  The dialog that opens appears to always default to the
> Current Layout set of fields rather than Current Table, whereas the
> Current Table field set would be much better for my users (organized
> according to function with specific sort fields at the top).
>
> I know I can script the sort function using custom menus etc. to
> always open with a specific set of fields on the right-hand side, but
> that can be frustrating for users who do a custom sort, realize they
> wanted it done slightly different and reopen the sort dialog only to
> find all the fields they'd dragged over to the right-hand box have
> reverted to the scripted default.  Is there a simple work-around so
> Current Table always shows in the left-hand box?  Any suggestion would
> be great.
>
> Thanks.
>
> -Jahn

Jahn,

Create a script that does the sorting. Specify the sort order, don't tick 
the 'perform without dialog' box. This defaults to current table, or can
be 
made to default to any layout you might need.
Disable the sort from the menu with a custom menu, so your users can't use

that any more.  Then make a button on your layout-that fires the script.
If 
you only need onbe table to be referenced you could also re-route the
ctrl-s 
with a custom menu, so ctrl-s will trigger your script instead of the 
standard sort.. If your are a bit into scripting you could make it so that

ctrl-s always fires a main script, which then branches out for each table 
you need.

something like:

if current layout is A
    do this sort
if current layout is B
    do that sort
etc
end if

Remember to NEVER work on your original menu-set, but always start out
with 
making a copy and working on that. If you screw up using the original set 
you might loose access to you file.

Keep well, Ursus
 




 5 Posts in Topic:
Changing Default Field List in Sort Dialog
jahn <jahnbigbooty@[EM  2008-04-14 20:35:07 
Re: Changing Default Field List in Sort Dialog
"E W P Appeldoorn&qu  2008-04-15 12:51:55 
Re: Changing Default Field List in Sort Dialog
jahn <jahnbigbooty@[EM  2008-04-15 17:04:39 
Re: Changing Default Field List in Sort Dialog
Howard Schlossberg <ho  2008-04-15 18:06:41 
Re: Changing Default Field List in Sort Dialog
"Ursus" <urs  2008-04-16 20:05:57 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 8:47:43 CDT 2008.