|
-
Oct 19th, 2007, 11:02 AM
#1
[RESOLVED] Datagrid
Hai friends,
i developing a time card program using php and mysql.
i want at the end of the day, 120 emplyees records should be added.
my client requir a Datagrid linke interface. i have never used a datagrid in the web before. so please advise where to find a Datagrid Controll and how to use it.
-
Oct 19th, 2007, 04:23 PM
#2
Re: Datagrid
there are no 'controls' for php. I am sure that you can find some kind of ajax gridview
My usual boring signature: Something
-
Oct 19th, 2007, 10:16 PM
#3
Re: Datagrid
oh is it, dclamp, have you ever use one in your php / mysql projects?
-
Oct 19th, 2007, 10:47 PM
#4
Re: Datagrid
no. i have not actually. I just use tables to show my data
My usual boring signature: Something
-
Oct 19th, 2007, 10:57 PM
#5
Re: Datagrid
i thing asp people have many resources in control wise than php guys. am i correct?
-
Oct 19th, 2007, 11:11 PM
#6
My usual boring signature: Something
-
Oct 19th, 2007, 11:25 PM
#7
-
Oct 19th, 2007, 11:34 PM
#8
-
Oct 20th, 2007, 09:12 AM
#9
Re: Datagrid
Pena, the table is use for display data. how do i enter data in it? Joking
-
Oct 20th, 2007, 01:00 PM
#10
Re: Datagrid
Any idea on how to create a data grid for php, mysql ? sorry for the bounce, it is agent.
-
Oct 20th, 2007, 09:44 PM
#11
Re: Datagrid
Well you could use a form with a table within it and an input control in each table cell.
If you want anything fancier than that you'll need JavaScript.
-
Oct 21st, 2007, 01:03 AM
#12
Re: Datagrid
thanks pana,
assume there are 120 employees,
each employee have around 10 columns to fill.
so we need around 12 X 120 Input boxes in each cell.
is this a professional way to do ?
* i think the text boxes can be dynamically generated uing a php loop with the html.
-
Oct 21st, 2007, 02:41 AM
#13
Re: Datagrid
Should every employee be able to see every entry?
It seems to me as though each employee would only need to see their own row.
-
Oct 21st, 2007, 04:23 AM
#14
Re: Datagrid
No my dear pana,
A nice Girl, she enters the records of the previous day time card stats of 120 employees when she come to work next day. so i must give her a grid like interface to enter those stats. emloyees have nothing to do with this
-
Oct 21st, 2007, 12:58 PM
#15
Re: Datagrid
Kind of a suggestion, but what if there were a form where employees had to enter their secret pin number into, then it would get marked in the db what time they logged in, and when they leave, then enter it once more, and it tells what time they left.
Then everything in the process is dynamic except for the person entering the pin.
My usual boring signature: Something
-
Oct 24th, 2007, 12:49 AM
#16
Re: Datagrid
first of all, sorry for the delayed reply, coz i really missed the dclamp reply notification.
Dclamp, seems a very good idea. i just want to check this matter with the employer. Thank you for the suggession.
-
Oct 24th, 2007, 04:25 PM
#17
My usual boring signature: Something
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|