Hi,
When I create manual notes (It is OK), but in screen notes RTC (the character "é" is not interpreted correctly to display) ;
CLEAR(RecGRecordLink);
RecRefG.GETTABLE(Rec);
RecGRecordLink."Link ID" := 0;
RecGRecordLink."Record ID" := RecRefG.RECORDID;
RecGRecordLink.Type := RecGRecordLink.Type::Note;
TxtGNotes := 'Bloqué';
CharGLen := STRLEN(TxtGNotes);
TxtGNotes := FORMAT(CharGLen) + TxtGNotes;
RecGRecordLink.Note.CREATEOUTSTREAM(OutGNotes);
OutGNotes.WRITETEXT(TxtGNotes);
RecGRecordLink.Created := CURRENTDATETIME;
RecGRecordLink."User ID" := USERID;
RecGRecordLink.Company := COMPANYNAME;
RecGRecordLink.INSERT(TRUE);
Thanks for your answers.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
thank you.
I do it, and i replace "é" in my text by result of insert manuel from RTC.
And it is OK.
TVision Technology Ltd
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I really don't understand why MS have done the same thing in the 2009 update though.
TVision Technology Ltd
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
TVision Technology Ltd
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.