Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
itchocks
Starting Member
44 Posts |
Posted - 2005-10-26 : 07:29:10
|
Hi, FrontEnd: VisualBasic 6 Database: MsAccess I am in need to make a report for my Form, the Form displays a Calendar. I also have the sample Report how the output should be, i tried by creating the report in HTML and shown in Internet Explorer but not completed due to some restrictions, i don't know what to do to get the better Report. Kindly i request if any one interested can mail me, i will send project with Full details. Thankyou, Chock.Chock |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-10-26 : 07:48:44
|
If you're using Access, why not use the forms and reports features it already has? If you need the report output in HTML, Access can save it that way. |
|
|
itchocks
Starting Member
44 Posts |
Posted - 2005-10-27 : 04:41:15
|
quote: Originally posted by robvolk If you're using Access, why not use the forms and reports features it already has? If you need the report output in HTML, Access can save it that way.
Hai, Thankyou for the reply. I am able to prepare the report in HTML through VB6 Code and bring the data that's not the problem. But the finishing is not good. The main thing i required is the shaded Area. The shade and the shade distance is given based on the following Fields (Next T&I As per EIS) and (D-OFF STRM), I have pic of the report if you given your id i can send you. In the pic you can see the shaded area for the record CHILLDOWN 3/D342ABC The shade is given for 30 days based on the D-OFF STRM value. The shade starts at the middle of the Month because the Next T&I As Per EIs value is 12/18/2005. I am able to shade the cell in the appropriate month. But I am not able to fix the start position and length of the shade in HTML or in grid Controls or in Excel sheet. I tried in these 3 ways. The existing one seems to be done in Java. Kindly i request you to suggest me to proceed further. Thankyou, Chock.Chock |
|
|
|
|
|
|
|