I posted this in the VB section and have not meet with any sucess. As you will see I have solved the RETURN RECEIPT issue but am struggling on the embedded URL link. Found some atricles on linking to other docs but nothing to web sites, or at least nothing I can relate them to my issue.
Of course any help or directin clues will be greatly appreciated.
ORIGINAL POST
I have my VB 6 accessing our Oracle database and a filemaker database and creating emails via Lotus Notes to our customers concerning product shipment. All of this is working great.
I still have a couple improvements that I can’t seem to find a lot of information about.
#1- I want to stop the RETURN RECEIPT in the Lotus Notes.
***** SOLVED use in the WITH line .ReturnReceipt = "0"
#2- I want to make the tracking numbers clickable to UPS and/or Fedex. Like the big boys do. Click on the number and zap your there.
Anyone know the “secret” properties to accomplish this? Also does anyone have a good link to understand what all the available options for my VB connection to Lotus Notes are. I miss the old reference manuals.
Thanks in advance. Gary
Of course any help or directin clues will be greatly appreciated.
ORIGINAL POST
I have my VB 6 accessing our Oracle database and a filemaker database and creating emails via Lotus Notes to our customers concerning product shipment. All of this is working great.
I still have a couple improvements that I can’t seem to find a lot of information about.
#1- I want to stop the RETURN RECEIPT in the Lotus Notes.
***** SOLVED use in the WITH line .ReturnReceipt = "0"
#2- I want to make the tracking numbers clickable to UPS and/or Fedex. Like the big boys do. Click on the number and zap your there.
Anyone know the “secret” properties to accomplish this? Also does anyone have a good link to understand what all the available options for my VB connection to Lotus Notes are. I miss the old reference manuals.
Thanks in advance. Gary