[progress Communities] [progress Openedge Abl] Forum Post: Re: Dynamic Query

  • Thread starter Thread starter Ab Himmit
  • Start date Start date
Status
Not open for further replies.
A

Ab Himmit

Guest
Hi Brian, Issue solved. I have removed the creation of the buffer and now it works. I thought ip_Buffers contains my tables, why should I create an additional buffer. CREATE QUERY qry_Address. DO lv_x = 1 TO NUM-ENTRIES (ip_Buffers): */ /* CREATE BUFFER lv_buffers FOR TABLE ENTRY(lv_x, ip_Buffers).*/ qry_Address:ADD-BUFFER( ENTRY(lv_x, ip_Buffers)). */ END. Thanks for you help.

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