Re: attribute of EO not synced

2018-03-21 Thread Ken Anderson
Good question - I always that it was on the EO level, not attribute level. > On Mar 21, 2018, at 8:03 PM, OC wrote: > > Ken, > > On 22. 3. 2018, at 0:53, Ken Anderson wrote: > >> Are you sure no other attributes on the object were dirty in session B to >> block the update of the EO from the

Re: attribute of EO not synced

2018-03-21 Thread OC
Ken, On 22. 3. 2018, at 0:53, Ken Anderson wrote: > Are you sure no other attributes on the object were dirty in session B to > block the update of the EO from the snapshot? Actually, yes, pretty sure; for when B saves, _no_ update happens for the EO 'foo'. Unless I am much mistaken, that mus

Re: attribute of EO not synced

2018-03-21 Thread Ken Anderson
Are you sure no other attributes on the object were dirty in session B to block the update of the EO from the snapshot? > On Mar 21, 2018, at 7:41 PM, OC wrote: > > Hi there, > > long time no see, my problems were plain and easy. Now though I am back with > another thing I can't understand. >

attribute of EO not synced

2018-03-21 Thread OC
Hi there, long time no see, my problems were plain and easy. Now though I am back with another thing I can't understand. There's an EO with a (string) attribute, let's say foo.value. A number of sessions; session A occasionally sets the attribute, sessions B,C,D ... read it. All happens in def

Re: D2W

2018-03-21 Thread Theodore Petrosky
Emre, First, anything is possible!!! In PW, a create page is ERMODWizardCreationPage. If you look in Project Wonder, you will find the source for this page in ERModernLook. Examine this carefully!! This is your documentation. Look at this source!!! you will see how the buttons that are there a

Re: D2W

2018-03-21 Thread emre
Yes I'm working with Project Wonder on a D2W Application. On the PageConfigurations Edit and Create there are 2 Buttons on the Bottom. I need to add some additional functionality to those Buttons. Do you know if this is possible? Am 21.03.2018 15:24, schrieb Theodore Petrosky: are you using P

D2W access PageButton

2018-03-21 Thread emre
Hi all, I am currently working on a FileUpload in D2W and need to access to the PageButtons, so I can do my custom work, like cleaning up the directory on a Cancel. How exactly can I access those PageButtons? Thanks in advance. Emre Hacilar e...@hacilar.ch ___