473,480 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dynamically sized tabular display

ASP.NET
SQL Server 2k

Our clients need to output a pretty complicated Consignment/Delivery
Note from their system. It is in tabular form, but each row can have
a) a different number of columns, and b) cells of varying width and
height. I can mimic this in both Word and Access, and using either
Access' reporting functions or Word's mailmerge, can output a report
as I require.

However, it is unfeasible to automate either Word or Access from
ASP.NET, and I wondered if anyone had any ideas about how to approach
this in Crystal Reports. Here is a very rough idea of what is needed.

|---------------------------------------------------------------|
| Delivery Number | Copy Number | Bar code |
| ABC123 | 1 | ||| | | || ||| | | | |
|---------------------------------------------------------------|
| Consignor | Stock Number | Part Number |
| Joe Bloggs & Co. | 1234 | 5678969-00-97 |
| 1 Acacia Avenue |----------------------------------------|
| Happytown | Description |
| Loamshire | FORK END ASSEMBLY |
|---------------------------------------------------------------|
| etc. |
A certain amount has to fit on page 1. Pages 2..n contain child data
- for example, a list of Cases and Case number, each of which can
contain 1..n sub-assembly numbers.

Fun eh?

Anyone got any ideas? I really don't want to use GDI for this!

TIA

Edward
--
The reading group's reading group:
http://www.bookgroup.org.uk
Nov 20 '05 #1
1 988
Edward,
I haven't worked with Crystal, but I have used a lot of ActiveReports by
DataDynamics. Look up www.DataDynamics.com and look at the ActiveReports
for .Net... they have trial versions to download. One of the great things
for you is that you can import MS Access report definitions (some tweaking
needed) so if you can do your report in Access, you should be able to easily
do it in AR... and they have a lot of sample code!
hope this helps!
wardeaux
"Edward" <te********@hotmail.com> wrote in message
news:25**************************@posting.google.c om...
ASP.NET
SQL Server 2k

Our clients need to output a pretty complicated Consignment/Delivery
Note from their system. It is in tabular form, but each row can have
a) a different number of columns, and b) cells of varying width and
height. I can mimic this in both Word and Access, and using either
Access' reporting functions or Word's mailmerge, can output a report
as I require.

However, it is unfeasible to automate either Word or Access from
ASP.NET, and I wondered if anyone had any ideas about how to approach
this in Crystal Reports. Here is a very rough idea of what is needed.

|---------------------------------------------------------------|
| Delivery Number | Copy Number | Bar code |
| ABC123 | 1 | ||| | | || ||| | | | |
|---------------------------------------------------------------|
| Consignor | Stock Number | Part Number |
| Joe Bloggs & Co. | 1234 | 5678969-00-97 |
| 1 Acacia Avenue |----------------------------------------|
| Happytown | Description |
| Loamshire | FORK END ASSEMBLY |
|---------------------------------------------------------------|
| etc. |
A certain amount has to fit on page 1. Pages 2..n contain child data
- for example, a list of Cases and Case number, each of which can
contain 1..n sub-assembly numbers.

Fun eh?

Anyone got any ideas? I really don't want to use GDI for this!

TIA

Edward
--
The reading group's reading group:
http://www.bookgroup.org.uk

Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
9936
by: Joe Smith | last post by:
Hi, I'm using the code below to change the contents of a cell table in IE. The problem is that the cell size won't adjust to the size of the content, as its positions have been declared 'absolute'....
0
268
by: Olli Krollmann | last post by:
hello folks, we have been developing several .NET-based windows forms applications during the last two years. there are two mysterious display problems that we have encountered so far but have...
5
3188
by: Carlos | last post by:
Hi all, I am from the C++ world, and just making baby steps into C#. Just wanted to ask you about the best way to create a dynamically sized array, and maintain it effectively (yeah, I know...
1
1189
by: Edward | last post by:
ASP.NET SQL Server 2k Our clients need to output a pretty complicated Consignment/Delivery Note from their system. It is in tabular form, but each row can have a) a different number of...
2
1307
by: t | last post by:
Hi, I have the following problem. The web-based software I am to create is going to display tabular data. Lots of data so I need some pagging mechanism. I thought about creating three classes:...
3
5683
by: maylee21 | last post by:
hi, anyone can help me figure out how to read data from a text file like this: 10980012907200228082002 and extract the data according to this kind of format: Record type 1 TY-RECORD ...
38
3242
by: Sanders Kaufman | last post by:
I'm converting my table-based layouts to css-positioned divs - but the ONLY reason I'm doing it is because it's *considered* a best practice. I don't really see where anything goes hinky when...
5
2286
by: Lars Eighner | last post by:
Is a calendar tabular data, logically meriting table markup? -- Lars Eighner <http://larseighner.com/ <http://myspace.com/larseighner> Countdown: 465 days to go. What do you do when...
0
2050
by: Mrityunjay Kumar Gaurav | last post by:
I'm making a HIS software using VB.Net and Oracle at the back end. I am facing a problem in creating a tabular report in Crystal Reports. The details is as follows: The table structure is as...
0
7052
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
7092
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...
1
6744
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
5348
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4790
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...
0
4488
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3000
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2989
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
188
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.