Does anyone know why a Crystal report exported to RTF displays differently under MS Word and MS Wordpad? When I export a simple tabular report, they look the same under both apps.... but when I create a more complicated report (landscape or several different fonts, or several different sections...
Does anyone know of a component or control to view XML data through an XSLT style sheet? I need to view XML documents and print them through my application. I am using Delphi 5. The data is stored in an MSSQL text or varchar field, but could be savedtofile if necessary.
I am fairly new to SQL and have not found a solution to the problem below in any of the reference books that I have. Thanks in advance for any help.
Table1 = 1000 rows
Table2 = 8 rows
Ex1
UPDATE Table1 SET Total1=(Total1 + D.Amount1)
FROM Table2 D
WHERE (Table1.ID=D.ID) 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.