I Rebuild DataGrid in 4GL 015 : Jump
In the second nest, add the function of the paragraph to the number of pages: "<<", ">>" (black background).
In this example, there are 24 items, 5 items per page, 5 pages.
Every 2 pages for a paragraph.
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
Pages :
Selected Page is red.
Unselected Page is black.
-------------------------------------------------------
Second Nest
"----Time" is Column 1
"ROCK N ROLL" is Column 2
FIRST : Jump to the first page
LAST : Jump to the last page
<< (black background): Jump to the previous paragraph
>> (black background): Jump to the next paragraph
Pages :
Selected Page is blue.
Unselected Page is black.
-------------------------------------------------------
Generated Program Language : C# for Windows Form
Edward
2017-10-17
In this example, there are 24 items, 5 items per page, 5 pages.
Every 2 pages for a paragraph.
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
Pages :
Selected Page is red.
Unselected Page is black.
-------------------------------------------------------
Second Nest
"----Time" is Column 1
"ROCK N ROLL" is Column 2
FIRST : Jump to the first page
LAST : Jump to the last page
<< (black background): Jump to the previous paragraph
>> (black background): Jump to the next paragraph
Pages :
Selected Page is blue.
Unselected Page is black.
-------------------------------------------------------
Generated Program Language : C# for Windows Form
Edward
2017-10-17
Comments
Post a Comment