A Andi9383 New Member May 16, 2006 #1 Hello, my problem: I have a browser, created with the app-builder, and I have a string includes the query (like open query browse-doc for each ... where ...) How can I open the Browser with this query? im using openedge10 thanks andi
Hello, my problem: I have a browser, created with the app-builder, and I have a string includes the query (like open query browse-doc for each ... where ...) How can I open the Browser with this query? im using openedge10 thanks andi
B bulklodd Member May 16, 2006 #2 Code: QUERY browse-doc:QUERY-PREPARE("for each ... where ..."). QUERY browse-doc:QUERY-OPEN().