Hi All,
I need to disable hyper-link of a field value in a particular condition.
If the field value is not initial, the hyper-link is working fine.
If the field value is initial, the hyper-link is giving an error. So, to avoid the error I've checked if value is initial, it would skip the whole code in the Get_P method of that field.
So now, if field value is initial, the on-click action of hyper-link gets disabled but I want to disable the hyperlink itself.
If anybody can help! Thanks in advance.