Look the picture please :

for this timetable I use generally 10 Hours each day but the hour are set on a field of an archive sample :
m_maxore := iif(Left(DA->parame, 1) == "0", 10, Val(Left(DA->parame, 1))
for a sample on my school have only 6 hour for day
How I can make to hide the columns 7 ,8,9,10 for each days ?
I 'm using an array
aDataDay[ndocente][nOra]
aDataDay:=Array(ntotaleDocenti,61)
the ntotaleDocenti is the number of teacher
61 are the numbers of columns 1 for teacher and then 10 for each day
I need it because when I print the timetablw I need a big paper.. if I hive the empty columns I can have a good printed timetable
any solution please?

for this timetable I use generally 10 Hours each day but the hour are set on a field of an archive sample :
m_maxore := iif(Left(DA->parame, 1) == "0", 10, Val(Left(DA->parame, 1))
for a sample on my school have only 6 hour for day
How I can make to hide the columns 7 ,8,9,10 for each days ?
I 'm using an array
aDataDay[ndocente][nOra]
aDataDay:=Array(ntotaleDocenti,61)
the ntotaleDocenti is the number of teacher
61 are the numbers of columns 1 for teacher and then 10 for each day
I need it because when I print the timetablw I need a big paper.. if I hive the empty columns I can have a good printed timetable
any solution please?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com