I would like to display additional information when a user clicks on a list in a browse table. This will probably be HTML code, not a child browse, so a NetWebSource procedure seems to be in order.
I have a procedure I use for testing that lists the contents of the value queue, and also one that lists the contents of the current session queue (neither of these are thread safe, of course...). However, when displaying the session queue or the value queue, I don't detect any change in the data contained therein when the source procedure is called. What variable is being passed? I assume it is the unique, unchanging single element key field from the parent browse but I fail to find it. The value passed in the session queue is the first selected record ID. Selecting another record does not appear to change the data in either the value queue or session queue.
I inserted this NetWebSource procedure before my calls to the other two child records in the routine I used for testing. Will having other children present skew the results even if they are supposedly called after the source procedure?
Thanks!