Hi everyone, I am trying to design a page in document type.
As you can see on the image, this is a page with a few fields. Precisely, there are 11 fields.
Here are my codes for this page.
group("Field Group 1") { ShowCaption = false; grid(grid1) { field(SelectLanguage; SelectLanguage) { ApplicationArea = All; } field(Keyword; Keyword) { ApplicationArea = all; } } grid(group2) { ShowCaption = false; field(asd1; '') { ApplicationArea = All; } field(First; '') { ApplicationArea = All; } field(Prev; '') { ApplicationArea = All; } field(CurrentPage; CurrentPage) { ApplicationArea = All; } field(Separate; '/') { ApplicationArea = All; } field(TotalPage; TotalPage) { ApplicationArea = All; } field(Next; '') { ApplicationArea = All; } field(Last; '') { ApplicationArea = All; } field(sadf; '') { ApplicationArea = All; }]
I have two issues with this page.
1. I want to get rid of the bars that I circled in red.
2. I want to get rid of the dots that I pointed in red.
If any one has suggestions,advices or solutions, I am happy to get help.
Thank you.