Hello!
I have Windows XP and try use Resin plug-in for Eclipse (Improve Resin Plug-in for Eclipse). But when I run my project I got error:
unknown argument `-conf'
usage: HttpServer [-conf resin.conf]
All ideas are welcome!
Hi !
I highly recommended upgrade your VB projects to CR8.5. It's more stable and more predictable than CR8. From the very begining CR8 has not been tested for Win2k. After some service packs and monthly hot fixes it works fine (but sometimes has unpredictable crash). I upgrade my project to...
Hi stravis!
I got use Crystal Report for 3 year (for both COM and .NET). But now I highly disappointed CR's prospective, support and policy. We write ordinary client/server applications and I need simple report generator (sometime not so simple) with possibility dynamically manipulate report's...
Hi!
I think you should learn both of them. Why? Because some peculiarities give you real power of .NET and some dummy limitation sometimes highly disappoint.
For example C# don't have optional parameters (so you can't easily run MS Word as Com object but from VB.NET you could do it easy).
I...
Hi !
Such behaviour could be if use try handle event that has been hidden from event pages at VS (you could do it via Designer class).
Solution is inherit your class from base and show event which you wanna handle.
Hi!
Please Identify version of your VS and CR. The easiest way to deploy VS2002 + CR for VS2002 the hardest VS2003 + CR9.
PS
Several links, maybe useful:
How to use Crystal Reports 9 with Visual Studio .NET 2003
http://support.crystaldecisions.com/library/kbase/articles/c2013041.asp
Crystal...
...1, NULL, Books, '.1.'
2, 1, Computers, '.1.2.'
3, 2, Programming, '.1.2.3.'
4, 3, T_SQL, '.1.2.3.4.'
SELECT ALL elements books at category TSQL would:
SELECT * FROM ... WHERE ItemPath LIKE '%.4.%'
Please also note that recursion has limit (you can't exec call of dept can't exceed 32 calls).
Hi!
If you procedure searchEvent return single recordset you could declare temp table and store result into it.
DECLARE #t (...)
INSERT INTO #t(COLUMN NAMES) EXEC searchEvent '...'
But signifficatly easy from my point of view declare out parameter and return in from SP (such sollution also...
Hello !
I strongly need your advice. Which report generator is most valuable for .NET ?
I develop client/server windows software. So I wanna have thick client with ability show report in preview mode and print some data direct to printer. Another requirement is possibility export to pdf, rtf...
Hello !
I strongly need your advice. Which report generator is most valuable for .NET ?
I develop client/server windows software. So I wanna have thick client with ability show report in preview mode and print some data direct to printer. Another requirement is possibility export to pdf, rtf...
Hi 581235242 and mmatsumura !
You could use osql.exe utility to connect to your MSDE database (i.e. osql -S SERVERNAME -Usa)
After that you could use system stored procedure sp_password to change SA's password (i.e. exec sp_password @new ='new_password', @loginame = 'sa'). After you push enter...
Hello, BogdanMBM!
You have several possibilities to exec SP via ADO.
One of them via adoConnection (which you mention) another one via adoCommand.
dim Conexiune as ADODB.Connection
Conexiune.ConnectionString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=" & txtUser &...
Hi !
This extract code to load data from stream and save it to DB. If you wanna store non text file then change stream type to adTypeBinary.
Dim adoStream As ADODB.Stream
Set adoStream = New ADODB.Stream
'adoStream.Charset = "Windows-1251" ' I need it for correct load data from text...
Hello!
I use xsd schemas of DataSets and for such case solutions is:
1.Open designer
2. Select your Table from xsd file
3. Choose "Verify table" and point to new xsd schema file of your dataset
Computer: Intel or compatiblePentium 166 MHz or higher.
Memory (RAM)[1]:
-Enterprise Edition: 64 MB minimum, 128 MB or more recommended
-Standard Edition: 64 MB minimum
-Personal Edition: 64 MB minimum on Windows 2000, 32 MB minimum on all other operating systems
-Developer Edition: 64 MB...
Hello!
I use Crystal Report 9.0 and VS.NET 2003.
I hardly need run such code at my client PC (it's just one report).
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument m_oReport= new CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument();
m_oReport.ReportAppServer =...
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.