The 5112 does not support infinite multi-record acquisition. If you need that functionality, you can implement it yourself. The basic idea is to stream data continuously from the scope, search for trigger events, and clip out the regions of interest. If you have the Full version of LabVIEW, or better, there are some trigger VIs which will get you started (they don't have subsample accuracy - use linear interpolation to get it). Use the matrix VIs to get subsamples of the data from the 5112. This approach is only feasible for data rates under about 33MHz (very computer dependent, single channel). The maximum hardware data stream rate of the 5112 is about 66MBytes/sec, but I have never seen this in practice.
Good luck!