|
| Iniciado por guest, 21,oct. 2016 17:54 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 21,octubre 2016 - 17:54 |
Hi all, Is there a way to lock a row of a table (the first one, if possible) and always show it even if the user scrolls down? TIA |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,octubre 2016 - 23:10 |
Try this code in "Selecting a row" event of your table:
IF TableSelect(MySelf) > 1 THEN TableSelectPlus(MySelf,1)
JJM |
| |
| |
| | | |
|
| | | | |
| | |
|