PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → How to make a record "Sticky" in WebDev 16
How to make a record "Sticky" in WebDev 16
Débuté par Brian, 07 juil. 2011 18:01 - 2 réponses
Membre enregistré
3 messages
Posté le 07 juillet 2011 - 18:01
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
Membre enregistré
3 messages
Posté le 13 juillet 2011 - 17:06
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
Posté le 13 juillet 2011 - 17:26
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