You do not want users to execute queries while in the Order_Items block, so you write the following key-Exeqry trigger for the Order_Items block:
GO_BLOCK('orders');
EXECUTE_QUERY;
This works fine except that in the Order_Items block, when you click Enter Query first, and then click Execute Query, you get the error message ''FRM-41009: Function key not allowed.'' What can you do correct this?
Currently there are no comments in this discussion, be the first to comment!