PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → TABLE not showing the selected record
TABLE not showing the selected record
Iniciado por Daniel Belilos, 07,abr. 2016 19:39 - 1 respuesta
Publicado el 07,abril 2016 - 19:39
Hi, Im new in WEBDEV 20 ,I have a control table constructed from one query, selecting a record and to click a button to change, make a pagedisplay () for editing showing a new page, but to save want I can get back to the record that was in my HOMEPAGE where is the TABLE control is not in the page.
Thanks a lot.
regards,
Daniel.
Publicado el 07,abril 2016 - 22:46
Hi Daniel,

the exact answer depends on too many factors...
the principle is to save the selected record ID, and when redisplaying
the table, to do a tableseek of that ID in the table and a
tableselectplus of the corresponding line number.

Of course, details depend on:
- the type of site (classic, awp, php)
- the type of table (ajax or not, filled with all records or by pages, etc)
- ...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


On 4/7/2016 11:39 AM, Daniel Belilos wrote:
Hi, Im new in WEBDEV 20 ,I have a control table constructed from one
query, selecting a record and to click a button to change, make a
pagedisplay () for editing showing a new page, but to save want I can
get back to the record that was in my HOMEPAGE where is the TABLE
control is not in the page. Thanks a lot.
regards,
Daniel.