trichview.com

trichview.support




Re: How do I write a block of text and retrieve it again?


Return to index


Author

Message

dk_sz

Posted: 01/29/2004 1:42:44


> So far I have (rve = a TRichViewEdit):


Actually I do not need the edit functionality. Users only need to view!



> rveDataOutput.AddNLTag('Header', '--Blends--', 0, 0);


Sorry, above "code-section" should have been:


      rveDataOutput.AddNL('--Blandinger--', 0, 0);

      rveDataOutput.AddNL('Fra: ' + FormatDateTime('dd-mm-yy',

dtpickFraDato.Date), 0, 0);

      rveDataOutput.AddNL('Til: ' + FormatDateTime('dd-mm-yy',

dtpickTilDato.Date), 0, 0);

      rveDataOutput.AddNL('', 0, 0);

      rveDataOutput.AddNL('', 0, 0);



I was testing different things (and mid-way through changing + testing some

code etc.)

when I gave up and posted (copy and pasted from Delphi + then modifed a

little).



best regards

Thomas Schulz





Powered by ABC Amber Outlook Express Converter