[SOLVED] Â Complex page designs - list of tables |
7/28/2020 9:34:14 AM |
ASPRunner.NET General questions | |
![]() I have been trying to think through how we could rebuild some of the legacy functions of my company's external website - using ASPRunner.NET.
|
|
N
|
Nir Frumer 7/28/2020 |
I have been trying to think through how we could rebuild some of the legacy functions of my company's external website - using ASPRunner.NET. I think the biggest challenge is the need for - a list of tables. We are a medical practice, and our external website has an Appointment Request function. The patient answers some questions, chooses a location, and then we present a list of doctors with their calendars of open slots. I don't yet have an idea on how to approach that in ASPRunner.NET. Feasible? Ideas? Screenshot is here
|
![]() |
Sergey Kornilov admin 7/28/2020 |
No really sure how "list of tables" is relevant here. |
![]() |
FrankR_ENTA author 7/29/2020 |
No really sure how "list of tables" is relevant here. It sounds like you are describing an advanced search page and results are presented as a regular list page.
|
![]() |
Sergey Kornilov admin 7/31/2020 |
This is a reply to your original post. I do not understand how is this different from the standard Search Page->List page flow. |
![]() |
FrankR_ENTA author 7/31/2020 |
This is a reply to your original post. I do not understand how is this different from the standard Search Page->List page flow.
|
![]() |
Sergey Kornilov admin 7/31/2020 |
I'm looking at your screenshots. The first screenshot looks like a search page, the second one looks like the list page. |
![]() |
FrankR_ENTA author 7/31/2020 |
That's actually 1 screenshot. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=92150&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
![]() |
Sergey Kornilov admin 7/31/2020 |
So like calendar type of data grouped by doctor? |
![]() |
FrankR_ENTA author 8/3/2020 |
So like calendar type of data grouped by doctor? So you can use reports or master-details or even a regular list page grouping data "doctor" field. Check 'Group by' property here: https://xlinesoft.com/asprunnernet/docs/page_designer_elements.htm#page_elements_database_fields You can make it look like separate tables if you need to.
|
![]() |
Sergey Kornilov admin 8/4/2020 |
Yes, you have all the power of the Page Designer at your disposal. Move the group field to a separate line and make it look that each group appears as a separate table. |
![]() |
FrankR_ENTA author 8/5/2020 |
Yes, you have all the power of the Page Designer at your disposal. Move the group field to a separate line and make it look that each group appears as a separate table.
|