![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello Everyone, I have a sorting problem that I hope someone can help me with. I am setting up a data base of books -sounded simple- I want to sort a list of Books I want to look for when I am in the Used Book Store. I have a 'Status' field where I put a 'W' (for Want)... I then would like to sort and print a list to take with me: 1) on Author 2) If a book is part of a series, then sort on the Series 3) then sort by the Series # (keeping the series together) by Author Now, I know how I'd write in Basic; but, I can't right with Filemaker Pro 6... Can anyone help me with this? Thanks any Help anyone can give me... Much Appreciated - Tom |
)
#3
| |||
| |||
|
|
In article <wWqre.689$NU5.368 (AT) newssvr13 (DOT) news.prodigy.com>, Hwy101 Hwy101280 (AT) sbcglobal (DOT) net> wrote: Hello Everyone, I have a sorting problem that I hope someone can help me with. I am setting up a data base of books -sounded simple- I want to sort a list of Books I want to look for when I am in the Used Book Store. I have a 'Status' field where I put a 'W' (for Want)... I then would like to sort and print a list to take with me: 1) on Author 2) If a book is part of a series, then sort on the Series 3) then sort by the Series # (keeping the series together) by Author Now, I know how I'd write in Basic; but, I can't right with Filemaker Pro 6... Can anyone help me with this? Thanks any Help anyone can give me... Much Appreciated - Tom Assuming you have the appropriate fields with the correct data, then choose Sort from the Records menu and move the fields from the left-hand column into the right-hand column in this order: Author {increasing order} Series {increasing order} Series Number {increasing order} Click on the Sort button and ta-dah! )Any records with nothing in the Series field will automatically be sorted to the top. If you want it part of a script, then sort manually as above, then open the Script Editor, create or edit a script and insert the command Sort [Restore Sort Order] All done. Just make sure when later editing and closing that script to NOT replace the sort order ... unless of course you actually want the last manual sort order to replaced the one stored with the script. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#4
| |||
| |||
|
|
Hi Harry (sorry to be so long in getting back -close at work) - Got the Sorting, Series, w/Series # sorting pretty good from the menu... but, I also want to print a 'W'ant List (to take to the Used Book Store when I go -just printing the 'Wants' -not printing the others one at all) |
#5
| |||
| |||
|
|
In article <PJIse.30233$J12.17439 (AT) newssvr14 (DOT) news.prodigy.com>, Hwy101 Hwy101280 (AT) sbcglobal (DOT) net> wrote: Hi Harry (sorry to be so long in getting back -close at work) - Got the Sorting, Series, w/Series # sorting pretty good from the menu... but, I also want to print a 'W'ant List (to take to the Used Book Store when I go -just printing the 'Wants' -not printing the others one at all) That's a simple matter of performing a Find to get the "W" records: go into Find mode, type a 'W' in the appropriate field and press Enter or click the Find button in the window's side-toolbar. Similar to the Sort script command, you can perform the Find manually, then create / edit a script to use the Perform Find [Restore] command. FileMaker will store the last manual Find request with the script ... as long as you don't Replace it when later editing the script (unless again you're wanting to replace it). Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#6
| |||
| |||
|
|
Okay -I think I get this - will know when I try -- Can I then edit the script to do the rest of the sort on the 'find'? (need to put into Author, Series, Series# Order) so I can find easier in the store? |
|
Thanks very much for the Help Harry -this any easier in 7? |
(
#7
| |||
| |||
|
|
For some VERY peculiar reason best known to FileMaker Inc there's no way to see the saved Find Requests or Sort order that's saved with the script commands. |
#8
| |||
| |||
|
|
In article <180620051645469718%helpful_harry (AT) nom (DOT) de.plume.com> Helpful Harry, helpful_harry (AT) nom (DOT) de.plume.com writes: For some VERY peculiar reason best known to FileMaker Inc there's no way to see the saved Find Requests or Sort order that's saved with the script commands. Yes I agree, this makes Finding and Sorting in scripts so much more difficult, especially for beginners. I often wish you could specify the Find / Sort criteria in the script. Having to do the Find or Sort before writing the script is not intuitive at all. It don't help when you're editing an old script either. I'm still using FMP4, surely they've fixed this by now? |
#9
| |||
| |||
|
|
In article <dars37$t3s$1 (AT) news (DOT) e7even.com>, ovalking (AT) yahoo (DOT) com says... In article <180620051645469718%helpful_harry (AT) nom (DOT) de.plume.com> Helpful Harry, helpful_harry (AT) nom (DOT) de.plume.com writes: For some VERY peculiar reason best known to FileMaker Inc there's no way to see the saved Find Requests or Sort order that's saved with the script commands. Yes I agree, this makes Finding and Sorting in scripts so much more difficult, especially for beginners. I often wish you could specify the Find / Sort criteria in the script. Having to do the Find or Sort before writing the script is not intuitive at all. It don't help when you're editing an old script either. I'm still using FMP4, surely they've fixed this by now? In FM7 you can. (at least in developer) I don't have pro installed on this machine at the moment. |
![]() |
| Thread Tools | |
| Display Modes | |
| |