Re: TZF - DBF.SetMField

Marie Vihonsky <[email protected]>
Newsgroups gmane.comp.lang.delphi.topaz
Message-ID <[email protected]>
Opps!  The 'memo' threw me.  You might need to do either AppendRec or 
ReplaceRec after the Add.

var MyList: TStringList;
begin
      MyList := TStringList.Create;
      MyList.Add('None');
      dmod.CPEreport.SetMField('memo1',mylist);
      dmod.CPEreport.AppendRec;
      MyList.Free;
end;

Marie

[email protected] wrote:
> In a message dated 3/12/2003 12:20:41 AM Eastern Standard Time, 
> [email protected] writes:
> 
> 
>> Try      Memo.Lines.Add(s);
> 
> 
> 
> Lines are not part of a TStringList.  Nevertheless, I tried
> it anyway and got a compile error  ... "Lines : undeclared identifier"
> Thanks,
> Bob
> 
> 

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]

TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
==^================================================================
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.