![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I just don't see a command that will take the primary key in the detail table and use that as an argument in statements that will open another layout with the detail table in the record with that primary key. -- Per Erik Rønne http://www.RQNNE.dk Errare humanum est, sed in errore perseverare turpe |
#3
| |||
| |||
|
|
I just don't see a command that will take the primary key in the detail table and use that as an argument in statements that will open another layout with the detail table in the record with that primary key. store the unique ID (I hope you have created one) goto the layout perform find with the stored ID |
(
)
#4
| |||
| |||
|
|
I haven't used newer version of FileMaker enough to know for sure, but in th "good ol' days" you simply used the Go To Layout command and FileMaker kept the same record displayed and the same overall Found Set (unless of course you went to a different Table, which was in a different file in those days). "Progress" does not always mean "better". (Helpful Harry ) |
#5
| |||
| |||
|
|
I haven't used newer version of FileMaker enough to know for sure, but in the "good ol' days" you simply used the Go To Layout command and FileMaker kept the same record displayed and the same overall Found Set (unless of course you went to a different Table, which was in a different file in those days). "Progress" does not always mean "better". (Helpful Harry )Harry Such is still true when the layouts belong to the same TableOccurrance. Which is not the same as a table. One table might have many TO's. Each TO keeps its own found set and current record. Therefore when switching from layout also means switching from TO you have to include a clause which also goes to the record you need. GoToRelated is appropriate when the records are related, but when a table jas multi TO's these TO's often aren't related. a store-and-find is in place there. |
)
#6
| |||
| |||
|
|
Harry Such is still true when the layouts belong to the same TableOccurrance. Which is not the same as a table. One table might have many TO's. Each TO keeps its own found set and current record. Therefore when switching from layout also means switching from TO you have to include a clause which also goes to the record you need. GoToRelated is appropriate when the records are related, but when a table jas multi TO's these TO's often aren't related. a store-and-find is in place there. I vaguely knew that from readin various bits and pieces. It would almost be easier to simply dulpicate the required Layout and set it to use the same Table Occurrance - at least that way you still have the same Found Set rather than just the one current record. Helpful Harry ) |
#7
| |||
| |||
|
|
I just don't see a command that will take the primary key in the detail table and use that as an argument in statements that will open another layout with the detail table in the record with that primary key. |
#8
| |||
| |||
|
|
I just don't see a command that will take the primary key in the detail table and use that as an argument in statements that will open another layout with the detail table in the record with that primary key. store the unique ID (I hope you have created one) |
|
goto the layout |
|
perform find with the stored ID |
#9
| |||
| |||
|
|
I'm sorry for the late reply but my news server is rather unstable these days. |
#10
| |||
| |||
|
|
The OP might need to change the TO because he/she wants to show different related items. |
![]() |
| Thread Tools | |
| Display Modes | |
| |