I have a Browse that has a button on each row that calls a Memory Form. The purpose of the form is to display several table and calculated fields. All the fields on the form are type "Display". I have the "Send the ID" checked. When the Browse displays (or when you press Next or Previous) the first time the Form is called, it works. The 2nd time and thereafter, the ID passed is blank.
I put a trace statement in the "User touched the Row" embed. The trace is right after the ID field is stored in a session variable. This is where it displays correctly the first time and blank thereafter. I also trace the ID field at the beginning of the form and it is the same as in the browse (OK the first time and blank thereafter).
I tried using a Form type "Table", but I get dozens of compile errors from my field validation entries in the dictionary. Not sure why that happens.
So 2 questions, (1) is a memory form with Display fields the best way to display table and calculated fields and (2) why is the passed ID blank after the 1st time?
Thank you,
Rich