trichview.com

trichview.support




please Sergey look my question code about onjump


Return to index


Author

Message

xyz8848

Posted: 01/20/2005 11:54:16


void __fastcall TForm1::ArticleEditJump(TObject *Sender, int id)

{

        TCustomRVFormattedData* RVData;

        int ItemNo;

        ArticleEdit->GetJumpPointLocation(id, RVData, ItemNo);

        AnsiString s =  GetTagStr(RVData->GetItemTag(ItemNo));

        Application->MessageBox(Format("link is�� '%s'",

        ARRAYOFCONST((s.c_str()))).c_str(), "link", MB_OK |

MB_ICONINFORMATION);


        rvActionInsertHyperlink1->GoToLink(ArticleEdit, id);

}


have a error message "read address error"





Powered by ABC Amber Outlook Express Converter