PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → browser side row selection and column use
browser side row selection and column use
Iniciado por guest, 05,abr. 2016 10:34 - 1 respuesta
Publicado el 05,abril 2016 - 10:34
I want to select a row and present the select row details in another control. I found that the usual tablename[selectedrow].columnname is not allowed in browser. How do i do this.

I am trying to avoid server code as much as possible.
Publicado el 11,abril 2016 - 16:13
Hi Michael,

you should be able to do that if your table is a browser side control.
If not, you can use ajaxexecute to get the information from the server side.

Best regards