Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi..
I want to clear all the selections, when i select a particular field... the recent selected field should be in selected mode... for this i have made a macro.. its working fine but i want the same with out using macros..
any one can help me.....
Maybe you can try using triggers.
Go to Settings > Document Properties> Triggers and you can add actions on any select or a select on a specific field.
There's a section in the Actions menu that has selection options
Cheers
Maybe you can try using triggers.
Go to Settings > Document Properties> Triggers and you can add actions on any select or a select on a specific field.
There's a section in the Actions menu that has selection options
Cheers
hi Villafuerte.. thak u for ur reply... but my assumpion is..
suppose in my view, i have total 10 fields including calendar and a current selection box. now i will explain the scenario in steps.
step 1: first, i select my calendar then it got selected and one entry stored into the current selection box.
step 2: i again select another 5 fields, then 5 entries stored into the current selection box. now the current selection box having total 6 entries.
step3: now, if i select my calendar again with other date value then my requirement is.. the selections, which i have made till now should get cleared but my calendar shuld not be cleared. it should have my latest selected value.
this is my output.. i got this by using Macro but.. i dont want to use macro.. it kills efficiency....
Hi
Try adding three Field Event triggers to the Date field:
hey.. Colin Hancox
its working fine...
thank u dude... its great......