[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Reference-Only and Bind Buglist?

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
The TT is defined REFERENCE-ONLY. The input table parameter has a BIND attribute. When the procedure is called it uses the same TT definition with a BIND attribute. Using REFERENCE-ONLY TTs in a BUFFER parameter is forbidden so I was trying to pass a ROWID and then find the TT record using the ROWID in order to accomplish the same thing. The IP had a DEFINE BUFFER for the TT. FIND ... WHERE ROWID() failed, but a CAN-FIND(table where ROWID....) worked. My guess is that my 10.2B system was using the TT definition created when it was compiled while CAN-FIND was using the TT reference that was BIND'd in. (This is why I *much* prefer BY-REFERENCE calls and avoiding all this stuff... :) )

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