Is it possible to have a link to an Outlook item without any hyperlink ? It's possible for external files...
The reason I want this, is that I'm trying to find a way to use both IQ and Outlook harmoniously.
Since contacts are not syncable at the moment, I'm trying to just link Outlooks' contacts to IQ's When I need them.
Unfortunately, sorting is impossible with all the "<a href=Outlook:00000000BDDD5AA90433A2460ED7C2F071F1033464457900> " codes put inside the fields when I use the Hyperlink dialog (which is different than the "File Link..." dialog).
Would it be possible to just drag/drop outlook items to the grid and use the "File Link" dialog instead of the Hyperlink one?
Any ideas, Pierre ?
[PS : another possibility would be to insert my links in another field which I won't use for sorting... This is not ideal of course... but will do if other mentioned solutions are not really feasible/practical/worth the trouble at the moment.]
Comments
Function checkFileRef(icon_Type, fileName, FileRef)
if ((instr(icon_Type,"<a ")>0 and instr(icon_Type,"</a>")>0) or filename <> "") and fileRef = 0 then
checkFileRef=-1
elseif (instr(icon_Type,"<a ")<=0 and instr(icon_Type,"</a>")<=0) and filename = "" then
checkFileRef=0
else checkFileRef=FileRef
end if
End Function
A:Icon_Statut=AddKeyword(Icon_Statut, "<img>link_go</img>") | E:Icon_Statut=RemoveKeyword(Icon_Statut, "<img>link_go</img>")
checkFileRef(icon_Type, filename, FileRef)