This is frustrating the crap out of me. I know it's something simple but I cannot - for the life of me - firgure it out. I've went back and forth from the examples and the docs and I just can't get it.
Okay...
I have a update form. On that page I have a child browse. When I try to enter a record into the child browse, the field that relates the child to the parent is not being primed properly. I tried:
Under Priming in the Update Form
PHO:RecordNumber = p_web.GetValue('HOT:RecordNumber') but that is not working.
Parent Table is: HotSheet
Parent Key: : HOTKeyRecordNumber
Child Table is: Photos
Foreign Key: PHO:KeyRecordNumber
It is one-to-many.
I don't know folks what I'm doing wrong.....
Don