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...
Continue reading...