[SOLVED] Â List Page |
12/8/2020 9:46:22 AM |
PHPRunner General questions | |
![]() How can I get a list page to display in multiple columns. Bit like what you can do in a report, but I require it to be in list mode. |
|
H
|
Hd_Mersintarim 12/8/2020 |
edit your query designer sql text |
![]() |
CoBoL author 12/8/2020 |
edit your query designer sql text select field1,field2, concat(field1."|".field2 vs vs ) as field3 from your table
|
H
|
Hd_Mersintarim 12/8/2020 |
I suggest you read the topic of dynamic tab creation. |
![]() |
CoBoL author 12/8/2020 |
I suggest you read the topic of dynamic tab creation. https://www.youtube.com/watch?v=x9KqkrOxrKE
|
D
|
DealerModulesDevClub member 12/8/2020 |
Hi Dave, |
![]() |
CoBoL author 12/8/2020 |
Hi Dave, To get three columns in list try: Go to Designer Section, Click on the List Tab so List page is shown, Click on "Grid Type" on the right side of the page, (right now it says simple-grid), Choose Simple vertical grid, Go back to the right side of the designer page and below the "Grid Type", it will now show, "records per row". Change the "record per row" from 1 to 3 and build project. See if that will help. Thanks Paul
|