Hello,I have a form in notes with a button that run @URLOpen(“mailto:” + from) in client. When the user press button and he has a mail in the domino server no problem: open notes mail with the “from”, but when the user doesn’t has mail in sever no work, but it should open the default mail client, isn’t it?
thank and regards
Subject: known issue…
SPR # JIZO4WHTJWIf this is an inconvenience for you, please call in to Lotus Support. We use customer requests to prioritize SPRs.
I don’t know of a workaround besides using the relevant OS functions to determine what the command line is for interpreting this URL – it might involve reading values from the Windows registry, for instance, and then using Shell to launch the appropriate program with the mailto: as a command line argument.
Subject: thank you
ok, thank you. I imagined something like.
regars