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*displ

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 : > It is a base beh

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 Schre

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 08.21:19 IvankoB for-mse wrote: > Feels like unexpected behavior since its result differs in case of > multiple calls against a single call ( same procedure! ). > Don't You consider a (hint) parameter to AppendRecord just to let > users (like me) know that there's the PO

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

2012-01-02 Thread IvankoB for-mse
Feels like unexpected behavior since its result differs in case of multiple calls against a single call ( same procedure! ). Don't You consider a (hint) parameter to AppendRecord just to let users (like me) know that there's the POST issue ? 2012/1/3, Martin Schreiber : > On Monday 02 January 2

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 21.28:19 IvankoB for-mse wrote: > Post must be > called one time after last appendrecord() if there is no CheckBrowseMode() > later. > = > Why, if "appendrecord([]) calls Append()->CheckBrowseMode()->Post()" ? > appendrecord([]) calls Append(), Append()

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 : > On Monday 02 January 2012 12:50:41 IvankoB for-mse wrote: >> Me mean AppendReco

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 mus

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 : > On Monday 02 January 2012 11.25:56 IvankoB for-mse wrote: >> After appending fully formed (not empty)

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 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.CheckBrowseM

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

2012-01-02 Thread IvankoB for-mse
After appending fully formed (not empty) record too ? As designed ? 2012/1/2, 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. > >

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 infrastruct

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 : > 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 command. > > Mar

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

2012-01-01 Thread Martin Schreiber
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 command. Martin -- Ridiculously easy VD

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

2012-01-01 Thread IvankoB for-mse
No, sure. Strange but earlier it worked. Some MSEgui changes around ? 2012/1/1, Martin Schreiber : > IvankoB for-mse wrote: > >> Роль: Администратор >> Пользователь: a >> Пароль: a >> >> 'refedition_call.png' then 'catalogue_selection.png' then >> 'refeditionviewform_nocompanylb.png'. >> The poss

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

2011-12-31 Thread IvankoB for-mse
The menu selection: Подписные кампании 2011/12/31, Martin Schreiber : > On 12/31/2011 10:55 AM, IvankoB wrote: >> Sett the attached snapshots for exact steps. >> The newer version of the PODPISKA & its DB are in the BINARIES. >> > Please number the steps, the original png order in mails is not > n

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

2011-12-31 Thread IvankoB for-mse
Роль: Администратор Пользователь: a Пароль: a 'refedition_call.png' then 'catalogue_selection.png' then 'refeditionviewform_nocompanylb.png'. The possible bug is that refeditionviewform.dbsdlbCompany shows no data though its datalink & lookupbuffer provide data (displayed in other places of the pr

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

2011-12-31 Thread Martin Schreiber
On 12/31/2011 10:55 AM, IvankoB wrote: > Sett the attached snapshots for exact steps. > The newer version of the PODPISKA & its DB are in the BINARIES. > Please number the steps, the original png order in mails is not necessarily the displayed order. Which login, which menu points, what is the MSE