trichview.support
Re: hyperlinks in table cells continued |
Author |
Message |
Sergey Tkachenko |
Posted: 02/06/2005 13:39:57 There is a small bug in your code. Instead of checking if ItemNo > 0 then begin you need to check if ItemNo >= 0 then begin The first items in cells are not changed because they have ItemNo = 0. But finding hyperlinks by their id is not the best way to do. It's much more efficient to enumerate all items and check if they are hyperlinks. I can make an example, if you want. Do you need this operation be undoable/redoable? > > Sergey, > > I sent an example to [email protected] > > The hyperlinks I tested were the ones in the right hand column beginning > with "Not Examined." These were not found, but the "Normal" and "Abnormal" > hyperlinks were located without a problem. > > When I placed a space in front of "Not Examined" everything worked as expected. > > > >Please send me an example of document (as RVF file) demonstrating this problem > |
Powered by ABC Amber Outlook Express Converter