How to dynamically enable/disable a data block
Hello Guys,
I have a multiblock form with the top block not a database block. I want to be able to use any of the other blocks (3 of them) one at time (depending on the selection from an item on the top block). The other blocks are based on different tables but I want to operate on one table at a time. The approach I have in mind is to enable one block at a time for insertion,deletion and update depending on the selection from top block (each block is on a seperate canvass).
Can any one tell me how to dynamically disable the inactive blocks) or the best approach to this problem.
Regards
Tom