Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to create the following:
1) I select a row in table 1. The selection is made on field A.
2) When activating table 2, the selection of field A needs to be removed but the linked selection (of another field) needs to be kept (higher level).
I thus need to perform an action to clear one selection but keep another when activating a table. I know I can set these actions when opening a sheet, but not an object. Is there another way to do this?
Regards,
There are no object triggers in QV11 and newer. That means that charts don't generate a click event that you can use. Macros won't help either. There's no interface in the com api either. You'll have to use an object that supports actions like a button or text box.
I agree with G Wassenaar...
May be you can play with Field triggers.
Like Clearing FieldA when you select FieldB on the second table.
Phani