473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

School Time Table with VB 6.0 Using Msflexgrid (Is Chalenging)

Hi
Is Been a 3 Yrs Now (I Still trying to do this)

Please help me to do this with Visual Basic 6.0 using Msflexgrid
Let say you are the Principal . You have 10 educators and 5 class (Grades) .So you want to setup a School Time Table for them.
Each educator must go to each period but if that educator go to grade 6 period 1 on Monday. The same educator must do that period 1 on Monday at the same time, Timetable must aloud the same educator to go to Grade 7 on the Period 2 on Monday or Grade 8/9/10…. Period 2/3/4/5….. This Time table must aloud other Educator to do the Same thing.

and How to Hide a Text (Word) Inside a Msflexgrid

I’m THEMBA from South Africa

Please Send for the Vb 6.0 code of those Small Program
God Bless you.
Thanks
Jun 23 '07 #1
5 8351
Killer42
8,435 Expert 8TB
I'm afraid you really need to be more specific. The experts on TheScripts are happy to help with specific difficulties encountered in your code, but are not here to do your project for you.
Jun 24 '07 #2
Hi
Is Been a 3 Yrs Now (I Still trying to do this)

Please help me to do this with Visual Basic 6.0 using Msflexgrid
Let say you are the Principal . You have 10 educators and 5 class (Grades) .So you want to setup a School Time Table for them.
Each educator must go to each period but if that educator go to grade 6 period 1 on Monday. The same educator must do that period 1 on Monday at the same time, Timetable must aloud the same educator to go to Grade 7 on the Period 2 on Monday or Grade 8/9/10…. Period 2/3/4/5….. This Time table must aloud other Educator to do the Same thing.

and How to Hide a Text (Word) Inside a Msflexgrid

I’m THEMBA from South Africa

Please Send for the Vb 6.0 code of those Small Program
God Bless you.
Thanks

Hi
Visual Basic 6.0

Form 1
Properties Caption
Text1 Grade
Text2 (Input of Short Name of Educator or Teacher)
Msflexgrid 1
Msflexgrid 2
Command 1 Enter ‘ You must enter all the Educator that One to be
'that Class \Grade
‘ Before you Continue with another Grade\ Class
Command 2 Save Grade ‘ Save Before You Continue
Command 3 Show Grade
Command 4 New Grade

Code 1 of Form 1
Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2. Msflexgrid1.Row = 6
  3. Msflexgrid1.Col = 6
  4. End Sub
  5.  
  6. Private Sub Command1_Click()
  7.          MSFlexGrid1.Text = MSFlexGrid2.Text + "(" + Text1 + "." + Text2 + ")"
  8. End Sub
  9. Private Sub Command3_Click()
  10.          Form2.Show vbmodal
  11. End Sub
  12. Private Sub Command2_Click()
  13. Dim cFlexSettings As clsFlexSettings
  14.   Set cFlexSettings = New clsFlexSettings
  15.   Set cFlexSettings.FlexGrid = MSFlexGrid1
  16.   cFlexSettings.SaveSettings "C:\" + Text1 + ".flex", True, True, True, True
  17. end sub
  18. Private Sub Command4_Click()
  19. ' This is going to allow you to enter a New Grade 
  20. ' Remember that the Educator are all ready Saved before ,You will used the same educator
  21. ' to Enter the New Grade. “ The first one  is  Saved”. 
  22. MSFlexGrid1.Clear
  23. Text1.text = “ “
  24. End sub
Form 2
Msflexgrid1 Show all the Grade\Class that are Enter
Msflexgrid2 Show all the School Time Table of tha Grade\ Class
Msflexgrid1 Is going to load a Grade
Combo 1 You can select any grade\Class that you are all ready Save
Command1 Create
Code2
Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2. Msflexgrid1.Row = 6
  3. Msflexgrid1.Col = 6
  4.    MSFlexGrid1.TextMatrix(0, 1) = "Prd 1"
  5.       MSFlexGrid1.TextMatrix(0, 2) = "Prd 2"
  6. MSFlexGrid1.TextMatrix(0, 5) = "Prd 5"
  7.  
  8. MSFlexGrid1.TextMatrix(1, 0) = "Day 1"
  9.       MSFlexGrid1.TextMatrix(1, 0) = "Day 2"
  10. MSFlexGrid1.TextMatrix(1, 0) = "Day 5"
  11. End sub
  12.  
  13.  
  14. Private Sub Command4_Click()
  15. ' If  I Press this Button is going to Check all the grade\Classes that all Period are not Clush
  16. ' If are Clush. then must perform  a Sorting until  Period are not Clush
  17. Coding
  18. That when I’M Geting a Problem to do that
  19.  
  20. ' Example Grade 1 \ Class 1        with Educators\Teachers
  21. '       Grade 2 \ Class 2        with Educators\Teachers
  22. 'Until       Grade 5 \ Class 5        with Educators\Teachers
  23. End sub
God Bless you
Jun 24 '07 #3
krstir
1
Hi,
There is a software called e-TimeTable for creating the School Time table.
For details call +919895784496 or mail [Removed as per site standards]
Jun 28 '07 #4
Killer42
8,435 Expert 8TB
Sorry, I've removed the e-mail address as per the site standards. The posting guidelines say not to post yours or anyone else's e-mail address. The main point, of course, is to avoid hitting them with a flood of spam.

If you need to pass along an e-mail address, please contact one another by another means, such as the Private Message option. Alternatively, you can obscure the e-mail address in some way to make it less likely to be harvested by automated scanning software.
Jun 28 '07 #5
Hi.
Please I want to try my own way. I dont want to use it to any School.
Please can you help me to Create this School Time table.Any One can send for me the Right Code of this Please.

Thanx
God Bless u
Jun 30 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: New Guy | last post by:
Hello, First, I want to apologize for posting this message to multiple groups. (1) I have a hard time finding any info and (2) this is not a school assignment. I am trying to create in my...
2
by: LVande | last post by:
SQLLY challenged be gentle -- Trying to create code that will drop a table using a variable as the Table Name. DECLARE @testname as char(50) SELECT @testname = 'CO_Line_of_Business_' +...
4
by: Nathan Sokalski | last post by:
When editing an ASP Table, Visual Studio does not allow me to edit it in Design View. This makes it harder to add elements, because I must add every element either by using Design View to create...
5
by: Hari2005 | last post by:
I try to get width of a table using javascript. Table width is not defined in table. It grows as per the data. Please suggest how to get table width using javascript at run time??????? Thanks in...
3
by: santybanty20 | last post by:
i got a project on time table creation of a department so any one having the code for the project please send it to me... the i/p:--- u have to enter no of classes,no of teacher,no of class,and...
0
by: janbazamin | last post by:
Hi Dear. I am making time table application in ASP.NET i am facing some problem i am adding Start time, End Time In Database. on some date. if i again select same date and stat time and end time. i...
0
by: janbazamin | last post by:
I am making time table application in ASP.NET i am facing some problem i am adding Start time, End Time In Database. on some date. if i again select same date and stat time and end time. i am...
0
by: cb123 | last post by:
Hello, Please bear with me I'm new to t-sql. I've had no luck trying to figure this out yet using sql code. I need to use an existing table (data dictionary) as input for creating a new table. ...
5
by: thatcollegeguy | last post by:
Below are my 3php and 2js files. I create a table using ajax/php and then want to change the values in the tables add(+ number for teamid) id's for each specific td in the table. I don't know...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.