hi
http://www.destructor.de/xmlparser/download.htm
also read the documentation.?t is free.
After download to parse you only need (using TXMLScanner):
XmlScanner1.Filename:= 'zzz.xml'
XmlScanner1.execute;
{ after this, use the events of XMLScanner1 to get the tags }
Hi,
Due to my programs requirements I need a report builder component which will be both editable for developers and also it will be easy for program users to modify (at least it must be easy to change the interface and SQL - at a certain point -of the report) the reports for their needs...
Hi,
I have to hold the unit-price column with 6 decimal digits (I live in Turkey and 6 zeros will be extracted from the turkish lira at 1 January 2005).So I certainly need it.
I also am using SQL Server 2000.
Since I need 6 decimal digits, Currency and BCDField don't help.
As I told in my...
Hi,
Is there any good report building tools that you can advice me?
I am using Delphi 5 and BDE.It will be very good if the source code of the tool is also supplied.
Thanks in advance
Caglar
Hi,
Thanks very much for your help Zathras.
I am using dxDBGrid,Delphi 5, TQuery,BDE 5.2.
The problem is not related about the grid I guess.Because,
assume that I have got a column in my table like that:
INVOICE_TOTAL numeric(15,6)
and a TFloatField object related with this column...
Hi,
I have columns in SQL server defined as numeric(15,6).
However in my program (written in Delphi 5), I cannot insert the exact values in these columns because none of the field types (tfloatfield,tcurrencyfield) can support representing 6 decimal digits exactly.
If I use tfloatfield ...
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.