buffer

  1. P

    Question How to get current buffers from a handle

    Hello! Is there a way to get the current buffers (temp-tables and tables) from program X just by using his handle in program Y? I know i can create a method in program X that iterates the buffers and returns them but i want to be able to do that dynamically without having to edit thousands of...
  2. I

    Using dataset of buffers of temp-tables passed with binding

    Hi everyone, I have a dataset which I am passing to another procedure using BIND. In that procedure, I need to define a dataset on a subset of the first dataset's temp-tables; however, Progress does not let me put the same buffer in two datasets so I must define the new dataset on new named...
Back
Top