Hello,
Any version of PB. Currently developing in PB 2022 R3 build 3356
I want to open two instances of a window, side-by-side, so that I can view two different data in the same page(?). We maintain history of data (insert, delete, update) in a separate table. Sometimes, we need to inspect what was there in earlier version of the same data. To facilitate I thought of opening two windows side by side, with the same set of datawindows, by passing two different retrieval arguments. Is this possible?
Or is there any smarter way to achieve this?
Happiness Always
BKR Sivaprakash
But my use case is to show two windows, as if they were one. When they switch to other window ( as this is a MDI application), these two windows should go back, and they can switch back to this window(s). List of opened windows should show as if these two windows are one.
Arranage sheets will consider these two windows, as two different windows, which is not the case here.