I Rebuild DataGrid in 4GL 016 : Jump


In the first and second nest, add previous and next page features: "<", ">", "Prev.","Next"

4GL DataGrid
Screen description:
-------------------------------------------------------
First Nest
"Title" is Column 1
"Remark" is Column 2
First Page : Jump to the first page
Last Page : Jump to the last page
<< : Jump to the previous paragraph
>> : Jump to the next paragraph
> : Next Page
< : Previous Page
Pages : 
Selected Page is red.
Unselected Page is black. 
-------------------------------------------------------
Second Nest
"DateTime" is Column 1
"ROCK N ROLL" is Column 2
FIRST : Jump to the first page
LAST : Jump to the last page
<< : Jump to the previous paragraph
>> : Jump to the next paragraph
Next : Next Page
Prev. : Previous Page
Pages : 
Selected Page is blue.
Unselected Page is black. 
-------------------------------------------------------

Generated Program Language : C# for Windows Form


Edward
2017-10-19

Comments

Popular posts from this blog

I Rebuild DataGrid in 4GL 006 : Paging

I Rebuild DataGrid in 4GL 008 : Paging