Re: Subform get record info when click on row

2019-11-24 Thread Garri Ogata via 4D_Tech
rooks Subject: Re: Subform get record info when click on row Gary, v17 is great. So, the first thing I would suggest is to think about using a listbox instead of output subform. Unless you have some really complicated implementation of an output subform (like here https://eur02.safelinks.protectio

Re: Subform get record info when click on row

2019-11-23 Thread Kirk Brooks via 4D_Tech
Gary, v17 is great. So, the first thing I would suggest is to think about using a listbox instead of output subform. Unless you have some really complicated implementation of an output subform (like here https://forums.4d.com/Post/EN/32395457/1/32395458) I doubt there's much to be gained using

Re: Subform get record info when click on row

2019-11-23 Thread Garri Ogata via 4D_Tech
cal <4d_tech@lists.4d.com> Cc: Kirk Brooks Subject: Re: Subform get record info when click on row Gary, What version are you working on? On Sat, Nov 23, 2019 at 3:57 PM Garri Ogata via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Greetings, > > I have an output subform (lis

Re: Subform get record info when click on row

2019-11-23 Thread Kirk Brooks via 4D_Tech
Gary, What version are you working on? On Sat, Nov 23, 2019 at 3:57 PM Garri Ogata via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Greetings, > > I have an output subform (list, selection mode none, enterable in list), > that I want to get the record clicked on when a user clicks in a field >

Re: Subform get record info when click on row

2019-11-23 Thread Garri Ogata via 4D_Tech
2019 1:43 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Keisuke Miyako Subject: Re: Subform get record info when click on row Hello, I don’t have an answer off the top of my head, But I suppose you could try a couple of things: - call LOAD RECORD assuming that the current records is

Re: Subform get record info when click on row

2019-11-23 Thread Keisuke Miyako via 4D_Tech
Hello, I don’t have an answer off the top of my head, But I suppose you could try a couple of things: - call LOAD RECORD assuming that the current records is the clicked record, just not loaded I wouldn’t normally count on the clicked event and the clicked record to get the current record

Subform get record info when click on row

2019-11-23 Thread Garri Ogata via 4D_Tech
Greetings, I have an output subform (list, selection mode none, enterable in list), that I want to get the record clicked on when a user clicks in a field (cell) in the subform. Is there a way to do this? I have the on clicked event set and when I trace it does not show the record info? Is