|
|
Sergey Kornilov admin 5/24/2012 |
|
Remove Prev/Next buttons from the View page. |
|
|
S
|
Stucco author 5/24/2012 |
|
I should have revealed that I am using PHPRunner 5.3. Remove Prev/Next buttons from the View page. Another option is to index this table by ID field. |
|
|
|
Sergey Kornilov admin 5/24/2012 |
|
Proceed to Miscellaneous screen and turn of Next/Prev buttons option for the table in question. |
|
|
S
|
Stucco author 5/24/2012 |
|
Thank you. After unchecking "Move Next Option" on the Misc page my queries changed to be like SELECT `id`, `name`, `visible` FROM customers where id=4 |
|