PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → How to make a record "Sticky" in WebDev 16
How to make a record "Sticky" in WebDev 16
Iniciado por Brian, jul., 07 2011 6:01 PM - 2 respostas
Membro registado
3 mensagems
Publicado em julho, 07 2011 - 6:01 PM
Sorry should have put it in the WebDev section...

Hello,

Using WebDev 16 how do I display a newly created or modified record in the table display after returning from a form? Trying to make the record "Sticky" sort to speak.

For some reason i can't figure this out.

Any and all help appreciated.

Cheers

Brian
Membro registado
3 mensagems
Publicado em julho, 13 2011 - 5:06 PM
So this cannot be done in WebDev 16?

I have it done in WinDev but I am unable to make a record "Stickey" in WebDev.

Help please...

Cheers

Brian
Publicado em julho, 13 2011 - 5:26 PM
Hi Brian,

Darren has given an answer you might not have seen:
http://forum.mysnip.de/read.php…

This is a basic behaviour to do so. In the case of WebDev, if you are
not using the classic mode, you might need to use another trick: simply
pass in parameter the ID newly created and then reseek the DB before
calling TableDisplay. It is not fresh in my memory if such a trick would
be required. Try Darren's suggestion first.

Best regards,
Alexandre Leclerc