eb1959's Q&A profile
SQL Server Report Corruption When Exported to Excel
Hello. Anyone please help me with my problem with regards to exporting reports to excel. My report consists of two tables, first table is just plain data displaying from the database; however, it has drilldowns. My second table consists of graphs. My report generates big size depends on the parameters selected by the user. The design of this report is the requirement of our clients, so i cannot do anything about it. So, here comes the probl ...Show All
Visual Studio Team System can't Add server by Ip address
I use visual studio 2005, I can add server by using computer's name, but I can not use IP address to add server. Any set up need to change My server is running window 2003 Whether you connect with IP address or server name, the cache is the same. What is confusing is that you can connect to TE using IP address but you cannot add the server with IP address In order for TE to see the IP address, you have to add it in the first pl ...Show All
Visual Studio Team System Importing schemas
Hi! I have created a project for sql server 2005 and then try to import schemas for a existing database by right click project and then import schemas. The status bar shows importing started...importing completed. so every thing sounds fine except nothing has been imported into the project! Any help Thanks I ran into this exact same problem. After reading a bit more it looks like SQL Server 2005 (9.0) is ...Show All
Windows Forms Treeview - Node Selected Color
How do you set the "highlighted" color of a node in the treeview. Is there something I'm overlooking By default it is that ulgy blue color and I can't find a way to change it. Thanks, Trey You could use my& ...Show All
Visual Studio Tools for Office Unable to Delete Name Ranges in Excel
i'm creating Named ranges in excel with following code :- ObjExcel.Names.Add(Name:=RangeName, RefersToR1C1:=MyExcelRange) But when i give following code objexcel.Names(RangeName).Delete it's giving a compile time error. Whereas when i create macro, it gives me this line only to delete Named Ranges. ActiveWorkbook.Names("Range1").Delete Pls help. Try selecting before deleting.... ...Show All
Visual C++ How can I set the environment values? secondly How can I get from environment values?
I am using VS 2003 (c++ and c#). How can I get the %PATH% or %CLASSPATH% from the environment settings and add additional values to set that is exclusive for this application to use. I have VC++ application 1) that should fetch the details from a file (some values) 2) get the %PATH% from environment 3) append the above, that should be used in my application as %PATH% values The moment the application is closed, the temporary appended values shou ...Show All
Smart Device Development Convert from CF 2.0 to 1.0
Hi, I would like to know if it's possible to convert an application from the CF 2.0 to 1.0, or if it's possible to compile it by changing the framework used Thanks, You can create new V1 project and add files into it. The problem here is what you won't be able to compile without major changes as V2 sources would use features not available on V1. You would have to correct that manually which is a lot of work. ...Show All
Visual J# getResourceAsStream() doesn't work
Hi; The following code works: System .IO. Stream stream = Class .ToType( SystemWrapper . class ).get_Assembly().GetManifestResourceStream( "resources.resources_en_US.properties" ); This doesn't: java.io. InputStream is = SystemWrapper . class .getResourceAsStream( "resources.resources_en_US.properties" ); Why (SystemWrapper is the class the above calls are in.) thanks - dave DavidThi808 wrote: Hi; I created a class with n ...Show All
Visual Studio Creating ranking report using Crystal report10
i am trying to create a ranking report using crystal report 10, this ranking report should show all the employees revenue for the current month ranked from the largest revenue to the smallest. i used NthLargest funtion to pull up the largest, and the 2nd largest and so on, but also i need to pull up the name of the person who made that revenue. previously, i used excel spreadsheet to do that by using index and match funtion together, but i don't ...Show All
SQL Server Basically, you simply call a method, pass in the SubscriptionID, and RS will do whate Create SSRS 2005 snapshot programically
I have a VB.NET console application. The requirement is to create a summary report of records processed from an incoming txt that I split up into several txts after the process is done. During my process, I insert each row into tables so I can perform reporting on this information easily. The issue is, how can I essentially "save" there report into a specific directory after the module is done running I want to use SSRS 2005 which i ...Show All
Visual C# Help: How to create Custom Pagination Control For Datagrid
Hello, I want to create a custom pagination control which can be used through out the site. I don't want to use default pagination of Datagrid. Please help me...... ...Show All
SQL Server Replication sample program
Hello i am new to SQL Replication. I have a application in which Publisher node insert/update/delete in a SQL server data base on it's own node. I have 3-4 different nodes which has SQL servers. My reqirement is that when ever i insert/update/delete on the sql server in the publisher node, all the subscriber should insert/update/delete the same data in their respective data base. so in short, all the publishers and subscribers shoul ...Show All
Visual Studio Really Frustrated With VS 2005
I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All
.NET Development Unable to restart remote server
I have a remote server and client, using IPCServerChannel and IPCClientChannel. If my remote server (ipcservchannel) application is shutdown for some reasons I can't restart it without shuting down the client. How can I get around this I suppose that the client is somehow blocking the port or name. Is there away around this I want to be able to restart the server app without the clients knowing this. Regards Stein ...Show All
.NET Development Determine which choice element is present - best way.
If I have a comlexType which has a choice of mutually exclusive elements, what is the best way in C# code to determine which element is present in an instance document <xs:complexType name="ConnectionType"> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="Queue" type="Queue" /> <xs:element name="Folder" type="Folder" /> ...Show All
