I have a rather straightforward version 4.5 form with two base table blocks, say
block A (single row) and block B (multi row).
No relation exists between the blocks. What I want is when having queried a row
of block A, the rows of block B must be queried automatically, and focus must
remain on block A.
I tried defining a POST-QUERY trigger on block A that would do a GO_BLOCK to
B and perform an EXECUTE_QUERY, but POST-QUERY does not allow restricted
built-ins (like GO_BLOCK).
Any suggestions ?