as the title suggests I need to create a weekly planning agenda. I made one with access and I thought I'd proceed in the same way but if anyone has already made one and would like to give some advice it would be appreciated. I was thinking of doing that. a single table containing the date, time and memo text of the appointment in a launch form I place a text field with today's date and six browse modules (one for each day of the week except Sunday) in iframe mode. each module has in its select the condition that the first module shows the appointments of today's date, the second those of today's date + 1 the third today +2 and so on...
It might work?
are the fields of the browse form single-line only or can multiline be set as well?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Tips for making a weekly planner
Re: tips for making weekly planner
calida82,
Could you show us what you have done in Access?
It will help with suggestions.
Steven
Could you show us what you have done in Access?
It will help with suggestions.
Steven
A short post is a good post.
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: tips for making weekly planner
Your plan will definitely work that way. But I am not sure if it is performant, because each iframe is loaded separately and there can be some delay in loading. And yes, you can Set it to multiline using css.
-
- Posts: 58
- Joined: Mon Sep 09, 2019 8:20 am
Re: tips for making weekly planner
this is my plannig in access you can't see all the days because my notebook screen is small clicking on the day opens a popup where you can insert/modify/cancel the appointment
You do not have the required permissions to view the files attached to this post.
Re: tips for making weekly planner
calida82,
I agree with kev1n, If you can get it working fast enough.
We would love you to share it with the rest of the nuBuilder community as a Template.
It would be very helpful.
Templates have been discussed recently here... viewtopic.php?t=12076.
Steven
I agree with kev1n, If you can get it working fast enough.
We would love you to share it with the rest of the nuBuilder community as a Template.
It would be very helpful.
Templates have been discussed recently here... viewtopic.php?t=12076.
Steven
A short post is a good post.
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: tips for making weekly planner
1 Browse is probably also sufficient. The columns can be dynamically selected in the BB event with PHP.
-
- Posts: 58
- Joined: Mon Sep 09, 2019 8:20 am
Re: tips for making weekly planner
I'm working on it for half an hour in the evening. I know little about both php and javascript so I won't be very fast but as soon as I'm done I can share it, if it can help someone else I'll do it gladlysteven wrote: ↑Tue Sep 05, 2023 5:40 am calida82,
I agree with kev1n, If you can get it working fast enough.
We would love you to share it with the rest of the nuBuilder community as a Template.
It would be very helpful.
Templates have been discussed recently here... viewtopic.php?t=12076.
Steven
-
- Posts: 58
- Joined: Mon Sep 09, 2019 8:20 am
Re: tips for making weekly planner
how would you make this with just one form browse? can you explain it better? would each row be a day of the week and the appointments would be horizontal instead of vertical?
Re: tips for making weekly planner
calida82,
How many appointment slots are needed each day?
Steven
How many appointment slots are needed each day?
Steven
A short post is a good post.
-
- Posts: 58
- Joined: Mon Sep 09, 2019 8:20 am