Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-03 Thread IvankoB for-mse
It is a base behaviour of TDataset to call CheckBrowseMode before DB operations (Insert,Next,First...). == After for AppendRecord etc shortcut procedures ? The issue is easy to forget/misunderstand without any hint that's why me'm so persistent :) 2012/1/3, Martin Schreiber

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-03 Thread IvankoB for-mse
A duifficult to fix change. For example, calling Post triggers oe_notnull constraints before displaying bound GUI widgets. And that fieldparamlinks syncronize to not yet Posted values is correct and the same is wrong for tdb*displb, as designed ? 2012/1/3, IvankoB for-mse

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-03 Thread Martin Schreiber
On Tuesday 03 January 2012 12.16:13 IvankoB for-mse wrote: A duifficult to fix change. For example, calling Post triggers oe_notnull constraints before displaying bound GUI widgets. And that fieldparamlinks syncronize to not yet Posted values is correct and the same is wrong for tdb*displb, as

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-02 Thread Martin Schreiber
On Sunday 01 January 2012 17.55:57 IvankoB for-mse wrote: Which state of a local dataset after calling Append() to it ? dsinsert. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-02 Thread IvankoB for-mse
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

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-02 Thread Martin Schreiber
On Monday 02 January 2012 12:50:41 IvankoB for-mse wrote: Me mean AppendRecord([]) most probably repeated as many times as needed to append many records. For this procedure, optional autopost parameter would be appreciate. appendrecord([]) calls Append()-CheckBrowseMode()-Post(). Post must be

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-02 Thread IvankoB for-mse
Post must be called one time after last appendrecord() if there is no CheckBrowseMode() later. = Why, if appendrecord([]) calls Append()-CheckBrowseMode()-Post() ? 2012/1/2, Martin Schreiber mse00...@gmail.com: On Monday 02 January 2012 12:50:41 IvankoB for-mse wrote: Me

Re: [MSEide-MSEgui-talk] The PODPISKA: refeditionviewform.dbsdlbCompany doesn't display data which are actually present

2012-01-01 Thread IvankoB for-mse
Which state of a local dataset after calling Append() to it ? 2012/1/1, Martin Schreiber mse00...@gmail.com: On Sunday 01 January 2012 12.10:38 IvankoB for-mse wrote: No, sure. Strange but earlier it worked. Some MSEgui changes around ? I don't remember a change which makes an insert