Me mean AppendRecord([]) most probably repeated as many times as
needed to append many records. For this procedure, optional autopost
parameter would be appreciate.

2012/1/2, Martin Schreiber <mse00...@gmail.com>:
> On Monday 02 January 2012 11.25:56 IvankoB for-mse wrote:
>> After appending fully formed (not empty) record too ? As designed ?
>>
> Until calling Post(), Cancel() or Close(). CheckBrowseMode() calls Post() if
> the record has been changed or Cancel() without changes.
>
> "
> Procedure TDataset.CheckBrowseMode;
>
> begin
>   CheckActive;
>   DataEvent(deCheckBrowseMode,0);
>   Case State of
>     dsedit,dsinsert: begin
>       UpdateRecord;
>       If Modified then Post else Cancel;
>     end;
>     dsSetKey: Post;
>   end;
> end;
> "
>
> Martin
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to