I've seen a lot of users complaining about BCB6 bugs.
It's true?
Are also you facing problems with BCB6?
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
I've to migrate an application from BCB5 to BCB6 but I've seen that BCB6 seems to be dying soon.
It's true?
If yes, after BCB6 to what i will migrate the next time?
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
This doesn't work if the AutoStretch property is true.
I've a line with 6 or 7 fields and some of them can span over more than a line.
With your solution only the field that is stretched has the right vertical line.
Any other suggestion?
Leonardo Mattioli
Chief Program Manager
Z Forge snc...
I've seen that QuickReport generate a lot of temp files.
Usually it forgets to delete them... so I've seen some temp dir with 1 GB of temp file.
Any solution?
P.s.: Today QuickReport makes me angry a bit [pc]
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
I'm using BCB5.
If I have just one row in the DetailBand that finish in another page then QuickReport simply forget it.
So I've to put some blank row to make the last row printed.
Is QuickReport a lazy boy?
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
In the detailBand I'd like to put some vertical line to separate the different fields.
The only way to make a vertical line I've found is to calculate at runtime the exact length.
Don't you know any other method instead the one I know?
Leonardo Mattioli
Chief Program Manager
Z Forge snc -...
I've to print to a Ricoh Aficio 1022 printer that has 2 tray.
I'd like to print some report in the second tray and some in the first one.
I try also working with printer settings with QuickReport but the report will always be printed in the first tray.
Some suggestion?
Thanks.
Leonardo...
Is it possible to access an MS Access database without specifing it in the DSN?
TIA.
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
I've a record of 70 fields to be printed out in a report.
Any idea of making a multipage report?
I've also tried making a form with a TQuickRep object inside but I can't realize how to make it working.
TIA.
Leonardo Mattioli
Chief Program Manager
Z Forge snc - http://www.zforge.it
I was saying that, IMHO, in the Vector myCanvas.drawingItems there's an element that is NULL.
If so you've to force all the Objects in the myCanvas.drawingItems to be not NULL.
You've 2 possibilities:
1. search for all NULL Object in the Vector and set them to something not NULL... something...
For what I've understand seems that there's a NULL Object in the myCanvas.drawingItems when you execute the line:
out.writeObject(myCanvas.drawingItems);
Looking at the exception stack the line mentioned should be the line number 419 of the file MainFrame4.java
To try if I'm correct...
With a bit of luck I've done a "Full Screen" Form... Here's the recipe:
1. Make a New Form ;
2. Set to "false" all "BorderIcons";
3. Set the "FormStyle" to "fsStayOnTop";
4. Set the "BorderStyle" to "bsNone";
5. Put a Button...
For a newbie it's better to start with J2SE instead J2ME. Once you know something about J2SE you can approach to J2ME.
Pay attention that with J2ME you have to face a lot of problems due to the lacks of resources of devices... you MUST pay attention to Garbage Collection, you can use only a...
Yes, Maxpower1, you're right and I'm wrong... polymorphism is allowed... i meant multiple inheritance... sorry.
For what concern getValue and setValue I've used something like that in some program.
In the program I've specified some different JPanel with inside a JLabel, an input field and some...
Another difference between interfaces and abstract classes:
a Class CAN implements more interfaces but can extend ONLY 1 abstract class.(i.e. no polymorphism allowed in java)
An abstract class is usefull when you want that sub-classes can use some method you wrote once, an interface when you...
You can try also this:
Query1->SQL->Add("select count(*) AS Result from table where free=false");
Query1->Open();
int res = Query1Result->AsInteger;
Query1->Close();
The variable res will hold the value.
Bye.
Leonardo.
Leonardo Mattioli
Chief Program Manager
Z Forge snc -...
As a user or a programmer using Interbase... what are your experience? What's the major problem and what's the best merit that you've seen so far?
Have you ever seen your Interbase sit down on a particolar date or when a some amount of size is reached?
I'm new in programming with Interbase and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.