Two blocks using same canvas
751187Oct 5 2010 — edited Oct 6 2010I'm working on a forms program that for some users will inquiry only table X, but others will be able to update not all, but certain fields, plus delete records, but not insert.
At new form a trigger will look at the user account and then go_block to Block1 (inquiry only) or Block2 (Update Allowed).
Both blocks contain the same items, but the properties are different. Both are set to go the same canvas.
__
In the canvas the two sets of fields are super imposed on one another. How do I trigger
Inquiry user: Block1 visable, Block2 not
Update User: Block2 visable, Block 1 not?
__
I could have separate canvases, but I thought it would save some time if I only had to maintain one.
__
Thanks
Sandy