I am a long time Crystal Report user.. Start with maybe the second release so did grow with the product. and the extending features. But after a few sales it ended up with SAP and since then …….it is ………….well does not matter. It is not my choice of reporting for our vertical market application.
So I am looking a a newbee with Fresh eyes to List and label.
I used Dataflex as my development tool. So I am using the DLL interface. I extended the base class of the sample in many ways. Using SQL to get all the data and also column names and type to define the tables for List and label.
I am absolutely impressed and maybe overwhelmed with the debt, functionality, functions and features.
Yes I am one of those who read the manuals. So bigger part of the Programmers Manual for what I needed it and recently the Designer Manual again from start to finish. Which I did a few years back for the first time but was not able to put it to the test at that time.
So I have some, maybe more then a some, questions ; remarks and maybe improvements.
If anyone wants to answer just 1 I am happy.to see the answer.
- Numbers columns in a table, why are they by default left aligned, I cannot see that someone wants that. Yes you can change that but to me it looks the wrong default.
- Why are totals not have decimals by default, I just see a 0. while the amounts in the detail line are by default 0.00. Yes I can change that but it is just work. The other way around will happen way less. So it will be quicker to create a report.
- Why are the labels in a table header used fully with the name of the field
- I know most developers use caps to start a word and small letters and and no underscores.
- I use underscore. When L&L put them as a header change the underscores for spaces.
- Maybe consider add a space before a Caps if not first letter. So “InvoiceTotal” becomes “Invoice Total” in the header line. Just save time if you column labels have proper naming.
- I use the Column names of my SQL query as header so can use Alias. But when there is a space in the alias L&L has troubles.
- Designer manual
- Honestly limited compared to what L&L can do. I am a newby experienced but was not as easy to get a hang of it all.
- Screen dump not always good readable.
- Think most things you are showing is in the demo reports Add the name of the report at the end of the chapter, so you do not have to search for it and see what i can be.
- Checkbox
- When I define a field as a LL_BOOLEAN I see true and false in a table and not the checkbox and have to that manually. Is that default behavior or am I doing something wrong. I expect to the checkbox “image”
- Programming
- Make it possible you can set the colors programmable from my code
- Can I add my own color schemes next to defined?
- In the sample application there are all kind of extensions used.
- Let ; Umf : Inv ; Lab ; Rpt ; Srt
- Why so many. None are registered at begin a list and label report.
- Yes it is not a standard application. So not an application to open the reports with.
- Just looks confusing. Ok maybe it nice to create your own standard.
- There more files created when store a report
- What are these files (Lsp and Lsv).
- What rights are needed?
- Do I need to distribute them?
- I will not allow at the moment that end users are creating their own report.
- I use my own preview
- What are these files (Lsp and Lsv).
Ok for the time being. the last question but the my show stopper at the moment
- Colors
- What colors are used for what
- It looks like the background colors are used for the table.
- Color 0 is the background
- Color 1 for the first grid
- Color 2 for the child grid
- Color 3 I have not found yet? I assume when you have a third level grid. Yes it is.
- If It is documented, I have not been able to find.
- Why not give them a nice and not 0 to 3,……
- Started a new report.
- Changed the user defined template to my liking, well testing
- Created a report container
- Added a table to it
- Added a sub table to the table
- That shows perfect in the Layout preview
- But when I run the preview. I see the default user defined dark colors.
- Why is that. If I change the Design Scheme in the project Object to whatever other it shows those colors, but I do not get my modified user defined one.
- It looks like the background colors are used for the table.
- What colors are used for what
What am I doing wrong. What did I miss.
Peter