C
|
CodeDog 3/17/2011 |
Roderick, |
Z
|
zeth385 author 3/18/2011 |
Thanks, CodeDog... Yes, that's what I'm looking for!!! I've tried what you said, but my problem is that I have no clue on how to show this dynamic relation in the the Add/eddit page. The only option available seems to be showing details table underneath the whole form, and the only way to add/edit those child records is by the inline way... The problem is that the user gets confused with this layout: they want to have this "Details" attached to the form, i.e: above this date field, there's a bunch of oder fields that are related to the date, so going all the way down, just to add one date, or two, and then going all the way up to continue adding info it's kinda frustrating... If there is no other way... Well... There is no other way... But I'm sure there is... |
C
|
CodeDog 3/18/2011 |
It would probably be easier to see an example of what you need to do, but here's another option. |
Z
|
zeth385 author 3/18/2011 |
This is precisely what I want!!! Thanks for enlighten me!!! Now, I have a question... How do I set the button, so it can do what you said??... I'm a newbie in this programming matters |
C
|
CodeDog 3/18/2011 |
Yes, if you do a search like "copy data to another table" (without the quotes) in the PHPRunner forums you'll see lots of threads on the subject, and there's a video tutorial here on table relationships that should get you through that part. |
Z
|
zeth385 author 3/18/2011 |
Yes, if you do a search like "copy data to another table" (without the quotes) in the PHPRunner forums you'll see lots of threads on the subject, and there's a video tutorial here on table relationships that should get you through that part. Sounds like this might be just what you're looking for, let me know how it works for you...
|
C
|
CodeDog 3/19/2011 |
Glad to hear that did it for you, Roderick... |