[Progress Communities] [Progress OpenEdge ABL] Forum Post: 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
I've found myself using BIND and REFERENCE-ONLY temp-tables, and .... I'm concerned. I can't use them as buffer parameters which means I have to scope them to the procedure Passing a ROWID to an IP with a DEFINE BUFFER for the TT fails to FIND the target record. I've run into cases where FIND fails but CAN-FIND() works for the exact same WHERE and no funky pending db writes to be seen BUFFER tt:HANDLE:BUFFER-COPY(hSrc) fails but tt.fieldName = hSrc:FieldName works. etc. Is there an outstanding buglist for reference-only / BIND? I'd prefer not to find them the hard way.

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