RE: Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
> I see that this can set this on the form, but if I toggle the enterability > on and off via code (Object Set Enterable) it seem lose the focusable > setting.\ Never mind, this is not a problem. Neil -- Privacy Disclaimer: This message contains confidential information and is intended

RE: Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
> you set the field to non-enterable+focusable. That is what I was looking for, can the focusable setting be set via code? I see that this can set this on the form, but if I toggle the enterability on and off via code (Object Set Enterable) it seem lose the focusable setting. Neil --

Re: Copy out of read only variable/field

2017-04-06 Thread Chip Scheide via 4D_Tech
display - variables - Enterable - On Load -- copy field data to variable - On Data Change -- copy field data back into variables I do this with a method that, if one variable is changed, it copies all data involved (about 10 fields/variable). No trying to specify which variable was changed,

Re: Copy out of read only variable/field

2017-04-06 Thread Keisuke Miyako via 4D_Tech
you set the field to non-enterable+focusable. 2017/04/07 6:16、Dennis, Neil via 4D_Tech <4d_tech@lists.4d.com> のメール: I'm questioning if this is possible? Anyone? ** 4D Internet Users Group (4D

Re: Copy out of read only variable/field

2017-04-06 Thread Kirk Brooks via 4D_Tech
That would be cool - but the only way I've been able to do it to with a transparent button on top. On Thu, Apr 6, 2017 at 2:16 PM, Dennis, Neil via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I thought there was a setting on a read only variable or field to allow > selecting and copying data but

Copy out of read only variable/field

2017-04-06 Thread Dennis, Neil via 4D_Tech
I thought there was a setting on a read only variable or field to allow selecting and copying data but not pasting or changing. I can't seem to figure it out. In my mind it was Object set enabled true and Object set enterable false. However I have tried every combination but none seems to have