Hello MVD friends,

I'm working on creating a dynamic monthly schedule form, similar in style and layout to the Excel image attached (see below). I need your help to develop a solution (Table grid or something else ) that behaves as follows:

*What I want to build:
Dynamic row generation based on the selected month:

When I choose a month (e.g., Avril), the table should automatically generate 30 or 31 rows, depending on the month selected.

For February, it should support 28 or 29 rows (leap year logic).

The row number represents calendar days (1 to 28/30/31), and each row represents a daily work report.

*Customizable at any time:

I want to be able to add or remove rows manually.

Switching months should reset the rows accordingly, or optionally keep data.

Any help, please ?
Thanks in advance

2

(3 replies, posted in Script)

unfortunately i don't have , that why i'm asking

3

(3 replies, posted in Script)

Hello MVD brothers
I need to add text-box by entering numbers of entries and clicking button. Is it possible in MVD ?
in case to show you the need
i have a user-form , i have a text box  where can i enter the number of entries
and click on button to generate these text-boxes

Hi derek ,
Thanks for help
For the age it's just an example
I will test the project you attached

Hello
Need a script to show record into texbox
Exemple
Table name : users
Column to search : name
Column to show record from : age

I want to enter the name into textbox1 and show the age into textbox2 depending on the name

Need script with SELECT sql query
Any help friends ?!

6

(12 replies, posted in Script)

Hello
Thanks Derek
I want to sum Three numbers in timing
Like this
113:20 + 100:10 = 213:30
Have you any idea how can i do that?

7

(12 replies, posted in Script)

Yes i want to calculate the diff between two times , i use DatetimePicker but it have this format ( hh : mm : ss ) i don't like the 'ss' , and also when i want to make diff between these two times i had an result not perfect , for exemple :
10:00 - 11:00 = 00:59 and not 01:00 , the difference between these times is 01 hour , and it give me 59 min , i don't know why !
and also it appear the default  system time , i want it to appear 00:00 as default when i open the form

8

(12 replies, posted in Script)

hello MVD friends ,

i'm new here and need your help

i want to change textbox default format to time , when i open the form it apear like this : 00:00 ( hh : mm )

any body have any idea how to do that ?