Problems with Pchars Tags
Posted: Wed Jul 05, 2006 12:15 pm
Hi!
I save information in tags, such as IDs....
RV_CampoTexto.AddNLTag(testName, 5, -1, Integer(StrNew(PAnsiChar('idTest='+inttostr(idTest)))));
When i click on a hyperlink, i perform some actions. Thats works perfrect.
RV_CampoTexto.GetJumpPointLocation(id,RVData,ItemNo);
Tag := PChar(RV_CampoTexto.GetItemTag(ItemNo));
showmessage ('ID del Test: '+tag);
Then i save the RVF in a blob, when i reload it again, tags content are damaged and a i cannot retrieve the data that i have saved.
So, when i call again those previous lines, it trhrows an access violation.
I hope you may help me.
Nicolas
I save information in tags, such as IDs....
RV_CampoTexto.AddNLTag(testName, 5, -1, Integer(StrNew(PAnsiChar('idTest='+inttostr(idTest)))));
When i click on a hyperlink, i perform some actions. Thats works perfrect.
RV_CampoTexto.GetJumpPointLocation(id,RVData,ItemNo);
Tag := PChar(RV_CampoTexto.GetItemTag(ItemNo));
showmessage ('ID del Test: '+tag);
Then i save the RVF in a blob, when i reload it again, tags content are damaged and a i cannot retrieve the data that i have saved.
So, when i call again those previous lines, it trhrows an access violation.
I hope you may help me.
Nicolas