Am attempting to recover a sequence of frames from Corporate 2018R2 and am looking for the best way to do that

Running Corporate 2018R2. Established an authenticated tcp connection. Am trying to recover frames from a few hours ago between two timestamps (start and end). The Goto message appears to work for a single frame, given a single timestamp and I guess I could use the Next message to obtain the next frame until the time range has been recovered. I was wondering if there was a faster way to do this - one that could possibly tell me up front how many frames will be recovered from that range so I could create a graphic to show progress.

You will have to use next frame if you want to get all the frames.

If you are more looking for a kind of overview of when there is something recorded you might be able to use sequences, it will tell you the time-spans, it will not tell you how many frames.

Thanks - that approach appears to be working.