Bruce,
I have an study enrollment tps table in a NT 10 app. I want to get some of this data into a Memory Table that I have added to my dictionary. This data will be mainly dates of enrollment, so I can give users a weekly accounting of enrollment activity. All users should have access so I don't think it is necessary for me to add a thread/user field at this point. The key is that if other users add to the enrollment, then all users should be able to see the newest data. I typically would do this with a queue but I want to display this data in a NetWebBrowse procedure, thus I am using the Memory Table.
I have placed the code to extract this data into many embeds of the NetWebBrowse procedure, but it seems this code gets called multiple times, filling the Memory Table with duplicate data. So, what is the best embed to use? Or, is there another technique I should use to populate the Memory Table? Ideally, I want to load/re-load the memory table only when the specific NetWebBrowse procedure is called.
Thanks,
Jeff King