[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Unexpected lifetime of dataset member (REFERENCE-ONLY)

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
jquerijero: In my case both classes are still active. Neither has gone out of scope. The dataset instance still exists, but is just not available to the BomLogic class because it had been pulled away for some strange reason. While I understand that (in many other languages) the nature of a parameter is something that is short-lived and goes out of scope when the method exits, this is not quite the same. In my example the dataset is first and foremost a member on the class and should be treated as such. (The fact that the dataset reference is assigned via an input parameter is just water under the bridge.)

Continue reading...
 
Status
Not open for further replies.
Back
Top