Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: kubi081 [x]
Answer 9 May 2013   license: CPOL
It is possibly related to optimiser behaviour,that is why we have decided to use another view to get faster results.
Question 9 May 2013   license: CPOL
We have a view table and selecting from view is normally taking too much time. for example: select x,y,z from view1 is taking too much time to load. This one is ok.if you query:select x,y,z from view1 where x in ('abc') queries in seconds.if you query:select x,y,z from view1 where x in...
Question 8 May 2013   license: CPOL
I want to print to a network printer from active reports but it always prints to default printer without throwing error. Once I try to print with the .net printdocument library it print to specified printer.I dont know why it is printing to default printer when using activereports.Any idea?
Question 9 Apr 2013   license: CPOL
Hi,We have a c# document designer project. We can print documents with this program for most of the customers.But we faced a problem for the customers which has Windows Server 2003 R2 OS. I connect to customer pc via remote desktop connection,Once I try to print from program it doesn't...
Question 19 Feb 2013   license: CPOL
Hi,We have label designer project which creates scripts and sends to label printers.Up to now it was working ok. But now I have to print labels in cryllic fonts.I want to print with Zebra ZM400 printer.Whatever I have tried, I couldn't make it to print in cyrillic.I know I have to...
Forum Message 4 Feb 2013  
Once I removed this line, it printed without problem: writer.Write(Encoding.GetEncoding("Windows-1251").GetBytes(message).Length);
Forum Message 3 Feb 2013  
I want to send code to the mobile label printer via mobile application. I have to do this with TCP connection. While tcp connection and printing is OK with the windows desktop application, It just doe
Question 7 Nov 2012   license: CPOL
Hi I want to send mail with ASP.NET, but I want to send email through proxy server,So how should I edit the code below to send it through a proxy server?Thanks MailMessage mail = new MailMessage(); SmtpClient SmtpServer = new...
Question 6 Sep 2012   license: CPOL
I want to load xls and xlsx file in c#. For xls I'm using: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=;Extended Properties=\"Excel 8.0;HDR=YES\ For xlsx : Provider=Microsoft.Ace.OLEDB.12.0;Data Source=;Extended Properties=\"Excel 12.0;HDR=YES\ once the projects platform target...
Answer 6 Sep 2012   license: CPOL
Using the same ACE.OleDB works..
Question 8 Aug 2012   license: CPOL
I'm using Active Reports Subreport tool, I want to bind data source in ActiveReport_ReportStart as script by connecting Oracle. I'm using the script below but I'm having this error: Error Message:[DBNETLIB][Connection Open (Connect()).]SQL Server does not exist or access denied. Invalid...
Question 2 Aug 2012   license: CPOL
Hi,We have a report designer project which uses Active Reports.We want to use SubReport tool of the Active Reports.Subreport control has a "report" property which fills the ActiveReport content of the Subreport.Since we have a designer project and a SubReport tool,I want to add a...
Answer 14 Mar 2012   license: CPOL
I found a better solution!I have used IIS url rewrite and it works great..
Question 13 Mar 2012   license: CPOL
Hi,I was wondering if you could help me with the problem of Request.PathInfo!The only difference between the two pages I will refer below is Request.PathInfoI want to make clear urls, instead of id based urls.If you want you can check the urls below:Here it is without problem...
Question 12 Dec 2010   license: CPOL
Hi,I have done a windows service in c# but I'm having error since I started the service. I have searched for the solution but I couldn't find one yet.If anyone faced with the same problem please help me.The error says:error 1053 the service did not respond to the start or control...
Question 4 Oct 2010   license: CPOL
Hi,I'm working on a ASN1 decoding project. I've faced a problem that I could't figure out! The problem is ASN1C program is creating classes for me to use them for decoding process. But after decoding process I need to be able to serialize that class. But the problem is those classes (which...

Page 1 of 1


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid