Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Tips for making a weekly planner

Questions related to using nuBuilder Forte.
calida82
Posts: 58
Joined: Mon Sep 09, 2019 8:20 am

Tips for making a weekly planner

Unread post by calida82 »

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?
steven
Posts: 379
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Re: tips for making weekly planner

Unread post by steven »

calida82,

Could you show us what you have done in Access?

It will help with suggestions.


Steven
A short post is a good post.
kev1n
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

Unread post by kev1n »

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.
calida82
Posts: 58
Joined: Mon Sep 09, 2019 8:20 am

Re: tips for making weekly planner

Unread post by calida82 »

steven wrote: Sun Sep 03, 2023 4:28 am calida82,

Could you show us what you have done in Access?

It will help with suggestions.


Steven
PLANNIG ACCESS.jpg
this is my plannig in access you can't see all the days because my notebook screen is small
ACCESS-2.jpg
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.
steven
Posts: 379
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Re: tips for making weekly planner

Unread post by steven »

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
A short post is a good post.
kev1n
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

Unread post by kev1n »

1 Browse is probably also sufficient. The columns can be dynamically selected in the BB event with PHP.
calida82
Posts: 58
Joined: Mon Sep 09, 2019 8:20 am

Re: tips for making weekly planner

Unread post by calida82 »

steven 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
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 gladly
calida82
Posts: 58
Joined: Mon Sep 09, 2019 8:20 am

Re: tips for making weekly planner

Unread post by calida82 »

kev1n wrote: Tue Sep 05, 2023 8:29 am 1 Browse is probably also sufficient. The columns can be dynamically selected in the BB event with PHP.
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?
steven
Posts: 379
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Re: tips for making weekly planner

Unread post by steven »

calida82,

How many appointment slots are needed each day?


Steven
A short post is a good post.
calida82
Posts: 58
Joined: Mon Sep 09, 2019 8:20 am

Re: tips for making weekly planner

Unread post by calida82 »

10 maximum 15
Post Reply