![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
For ease of visualizing, I'm going to give an example of indexing a cookbook. snip |
)
#4
| |||
| |||
|
|
"Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:8ef6m5hgka411843b5drcrmpqt1t2rulmo (AT) 4ax (DOT) com... For ease of visualizing, I'm going to give an example of indexing a cookbook. snip Don't waste your time. There's no way in FileMaker of getting an accurate page number for the index (unless your report is set to have only one record per page AND one page per record) thanks to a "bug" in Preview mode whereby it doesn't actually match what comes out of the printer. For example, sometimes a record shown as being on page 5 in Preview mode will be shuffled over onto page 6 when the paper comes out of the printer. It would be better to export the data to Microsoft Word or similar and then do the formatting and index creation there. Helpful Harry ) |
#5
| |||
| |||
|
|
Hi, Cerulean - It's hard to give an answer, because I'm not sure what fields you're working with. You write that you have several large books you want to create an index for. Are these already digitized in some form? |
D
#6
| |||
| |||
|
|
On Sat, 30 Jan 2010 11:06:33 +1300, "Your Name" <your.name (AT) isp (DOT) com wrote: "Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:8ef6m5hgka411843b5drcrmpqt1t2rulmo (AT) 4ax (DOT) com... For ease of visualizing, I'm going to give an example of indexing a cookbook. snip Don't waste your time. There's no way in FileMaker of getting an accurate page number for the index (unless your report is set to have only one record per page AND one page per record) thanks to a "bug" in Preview mode whereby it doesn't actually match what comes out of the printer. For example, sometimes a record shown as being on page 5 in Preview mode will be shuffled over onto page 6 when the paper comes out of the printer. It would be better to export the data to Microsoft Word or similar and then do the formatting and index creation there. Thanks. The page number you're referring to is not the one that will be in the FMP solution, though, it's an actual page number from the reference material we're creating the index for. Perhaps this changes things? |
)
#7
| |||
| |||
|
|
"Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:eac8m5h7pndvpc4o5kql5g9po9e1506gj2 (AT) 4ax (DOT) com... On Sat, 30 Jan 2010 11:06:33 +1300, "Your Name" <your.name (AT) isp (DOT) com wrote: "Cerulean" <Spamming (AT) NOTallowed (DOT) com> wrote in message news:8ef6m5hgka411843b5drcrmpqt1t2rulmo (AT) 4ax (DOT) com... For ease of visualizing, I'm going to give an example of indexing a cookbook. snip Don't waste your time. There's no way in FileMaker of getting an accurate page number for the index (unless your report is set to have only one record per page AND one page per record) thanks to a "bug" in Preview mode whereby it doesn't actually match what comes out of the printer. For example, sometimes a record shown as being on page 5 in Preview mode will be shuffled over onto page 6 when the paper comes out of the printer. It would be better to export the data to Microsoft Word or similar and then do the formatting and index creation there. Thanks. The page number you're referring to is not the one that will be in the FMP solution, though, it's an actual page number from the reference material we're creating the index for. Perhaps this changes things? That does change things - it's a completely different concept to what I thought you wer trying to achieve. Probably the easiest way to achieve what you want in FileMaker 6 would be two files - one for the main word and it's page number with a relationship link to the second file for all the minor words and their pages numbers. e.g. MainWord File MainWordID Number, Auto-enter Serial Number MainWord Text PageNumber Text MinorWords File ParentWordID Number MinorWord Text PageNumber Text AlphabetLetter Calculation, Text Result = Left(MinorWord, 1) Relationship Match record in MainWord with records in MinorWords when MainWordID = MinorWords::ParentWordID Each MainWord record would also have to have itself as a MinorWord record so that it appears in the Index report. You'll also need some Calculation fields in there to reformat the text as you want it displayed in the Index report and to pull in the MainWord and its page number to go inside the bracketed section. The minor words would be entered using a Portal in the MainWords file. When you're ready to print the Index report you then just need to sort all the records in the MinorWords file and print from there with the appropriate Sub-summary to group each alphabetical section. You might have a problem if the minor words appear multiple times though. Helpful Harry ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |