This topic is locked
[SOLVED]

 Complex page designs - list of tables

7/28/2020 9:34:14 AM
ASPRunner.NET General questions
FrankR_ENTA author

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

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


Hi Frank

take a look at my demo solution

https://www.consultorium.com.mx

To login as administrator use admin/admin

this is phprunner and mysql, based in part on calendar template.

It may give you some ideas...
you may reach me on whatsapp +52 3331060851
best,

Nir.

Sergey Kornilov admin 7/28/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.

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.


Hi - is that a response to my original request or to Nir?
If you look at my screenshot, you will have a sense of what I need to build. Thank you.

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.


Each one of the calendars in my screen shot is a list. So I need to present several differents lists, one for each doctor, on a single page.

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.
The third screenshot looks like the list page again. It is not clear what is the relation between screenshots #2 and #3 is.

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=':)' />
Ignore the first data entry panel at the top of it. Below that you see 3 different black calendars, one for each doctor. That's 3 tables.

Sergey Kornilov admin 7/31/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.

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.


Yes, essentially, that's what I would need. If there is any technique for making those look like separate tables, that would be of interest. Thank you.

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.


Thank you.