Dear list:

I am working with FreePascal

I have a Form with a memo component "mNomGrupos".
I have a record with strings datas in the variable "nombre".

When the Form activate I do:

mNomGrupos.Text:=PtrNombresInterno^.nombre;

and in the component I can see the data but with a CarReturn (line jump) not 
included in the variable and not wanted.

I have adjusted de Properties WantReturns and WantTabs to false and WordWrap 
to true.

I have a OK button to do nombre:=mNomGrupos.text to write the data in the 
variable "nombre";

unfortunately when saving I obtain a textfile with the datas in this way

controlesca,nombre
001000000,PROCESO1
,
001001000,REQUISITO1_1,

with a line jump not wanted

I will appreciate very much your help to avoid this effect in the memo 
component when charge the varible.

thanks in advance,

Ing. Héctor F. Fiandor
[EMAIL PROTECTED] 

_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to