|
-
Oct 20th, 2005, 08:08 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Looking for excel type control (resolved)
Are there any controls that have similiar functions as excel? My boss loves the idea for scheduling. It basically will have a column on the left with employees names, the next column will be a formula. This formula will the amount of vacation days minus all the days requested. Then 28-31 edittable squares for each month. This gives the boss an easy visual of who's out on what day and what weeks we are low on pers. I thought about a grid but was wondering if anyone has any other ideas.
Last edited by Beast777; Oct 20th, 2005 at 02:33 PM.
-
Oct 20th, 2005, 09:05 AM
#2
Re: Looking for excel type control
You could use a DataGrid, or host an Excel file in a WebBrowser ActiveX control.
-
Oct 20th, 2005, 09:12 AM
#3
Fanatic Member
Re: Looking for excel type control
FarPoint has a nice Spread control if you don't want to use a DataGrid.
-
Oct 20th, 2005, 10:42 AM
#4
Thread Starter
Fanatic Member
Re: Looking for excel type control
Aspnot - thanks I will look into that control.
Jm - Have you done something like that with an excel spreadsheet? If so, can you give me any examples if possible.
-
Oct 20th, 2005, 02:31 PM
#5
Re: Looking for excel type control
The WebBrowser control can host any document that IE can (I believe), so it may well need Excel installed on the local system to be able to display an XLS file. If you want to use it just add a control to your form and call Navigate and pass the path to your file.
-
Oct 20th, 2005, 02:32 PM
#6
Thread Starter
Fanatic Member
Re: Looking for excel type control
Thank you both for your replies. The control is quite excellent and is probably what i will use.
-
Oct 20th, 2005, 02:47 PM
#7
Re: Looking for excel type control (resolved)
Just don't forget to mention the price to your boss before incorporating it into your code.
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
|