Bruce,
Thanks for doing this. I'll get the latest version (I'm still on 8.23) and test it.
I just want to be sure I understand how things work. My current understanding is that when a row is clicked, the Unique ID set in the template is all that is loaded into the session queue. This unique ID is not loaded into the session queue when the first record in a browse is highlighted upon opening the browse. Is this correct?
In addition, when using the p_web._LoadRecord and FileToSessionQueue, I must explicitly open the file as well, as seen here:
Enr:Patient_ID = p_web.GSV('Enr:Patient_ID')
Access:PatientEnrollment.Open()
Set(Enr:PatID_key, Enr:PatID_key)
Access:PatientEnrollment.Fetch(Enr:PatID_key)
p_web._LoadRecord(PatientEnrollment, Enr:PatID_key)
p_web.FileToSessionQueue(PatientEnrollment)
Is this correct as well?
Thanks,
Jeff