openURL not executing in function

openURL not executing in function

Here is the function code:
  1. void JulDepositDateSet()
  2. {
  3.     JulNextDepositList  =  Payment  [(JulPayment > 0.01 && (JulDepositDate is null))];
  4.     JulNextDepositList.JulDepositDate = zoho.currentdate.addDay(1);
  5.     openUrl("https://creator.zoho.com/rampartcrossinghoa/rcb/#View:Jul?JulDepositDate_op=33", "Same window");
  6. }
What I done wrong to not have this openUrl command execute?   Thank you for your help.