On Wednesday 30 October 2013 08:45:30 Ivanko B wrote:
> procedure tdmmainmo.f18monthlistcalcfields(DataSet: TDataSet);
> begin
> with dataset do begin
>       edit;
>       fields[1].asmsestring:= monthnames1[fields[0].asinteger];
>       post;
> end;
> end;
>
edit() and post() in oncalcfields? That is forbidden. I'll add a check an 
throw an exception.

Martin

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to