Prabhu R S's Q&A profile
SQL Server How to skip records in script component
In DTS activex task, you can use skipinsert to skip a row, how to do that in script component In your ProcessInputRow method, simply use an If test or other control structure to identify the rows that you don't want to process, then...do nothing! Note that if you have a component with synchronous outputs, then the same buffers full of rows that come into your component are passed back out as outputs, whether you choose to process those ...Show All
SQL Server CLR DDL Triggers with SqlTrigger Attribute?
Does anyone have an example of using the SqlTrigger attribute for a DDL trigger Cannot seem to locate one What do you want to do Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms Problem in ...Items.AddRange(...)
Hi! I find the next code in the course 2555 (C#): ListBox1.Items.Addrange(NewObject() {“Apples”, “Oranges”, “Bananas”}); But, this show error"!, it is correct Just change with this one. I think typo occured :)! ListBox1.Items.AddRange(new Object() {“Apples”, “Ora ...Show All
Architecture finding design patterns from Model or P.E file
Hi, Are there any tools or APIs that take a model (as XMI probably) or a P.E file (so in effect, source code won't be available) and give the design patterns that were used in the model Which classes participate in which patterns and related info It could probably be one of the stages in reverse engineering, isn't Thank you. Hi, Could yo ...Show All
Windows Forms Windows Service Communicating with a WebService
Ok, so I'm not sure what site, forum, etc to put this on, but I'll see if there's anybody here that can clue me in on this. I've created a Windows Service that talks to a WebService, basically sending it commands to update a table on& ...Show All
Visual Studio Team System Any way to e-mail bugs to the server?
We are currently deciding to go with TF server or not so any help would be appreciated. Our bugs are reported in by e-mail from users and entered into bug tracking sytstem currently in consideration. We are also looking into TF Server and was interested to know whether this can be accomplished without major work. I have tried to see whether this is possible, but I have had no luck. I know you can set the server to e-mail out bugs assigned to a t ...Show All
Visual Basic How do I cure a "Missing Manifest Resource Exception?"
I'm writing a program in VB 2005 Express Beta 2. In one section I allow the user to repeatedly access a resource file that was created using a ResourceManager object. Each time the user is done with the section I use a ReleaseAllResources statement to close the connection to the resource file. Repeatedly calling this subroutine does not appear to cause a problem. However, I just wrote another subroutine which allows the user to ...Show All
Visual C# textbox test always highlighted on window open
I have a help non-modal dialog that just displays a text message in a textbox. The textbox is the only component in the form. The problem is that when the dialog is displayed, all the text in the textbox is selected / highlighted. I have tried calling deselectAll on the textbox in the constructor and in the load and visible changed methods with no change. How do I get rid of the selection I am not doing ...Show All
Windows Forms Visual Studio 2005 beta 1 - deployment issues with ClickOnce
Hello, So I get the Visual Studio 2005 beta 1 from MSDN. I make a little "hello world" form that displays a message box. I click "Publish" under the build menu and I publish it to: http://209.34.241.26/hello/publish.htm which is supposed  ...Show All
Windows Forms this->Close(); doesn't work when a form is Minimized;
From a pervious post answer I was told to minimized the form then Close the form to regain memory,,,,,,,, but the issue I have is the form will not close when it is minimized.......... I should say the form looks like it has exited but the code stops running... and hangs and doesn't move on to the next form..... if I leave out the form minimized part the code run the way it is suppose to........... is this normal or am I missing so ...Show All
Visual Studio Team System C++ project dependencies
Hi, i have some problems compiling a c++ project using 4 dll's, 1 static lib and 1 application. I added project dependencies for the build order. When compiling in the ide, it works fine. Using the tfs server there seems to be a problems with the dependency of the static lib. If the dependency with the static lib is not set, the team build succeeds (still using the dll dependencies) I get the following error: Solution: CRE.sln, Project: Test, Co ...Show All
Visual Studio Third-Party Charting Products that work with ReportViewer?
Hi there, Does anyone know of third-party charting products that work with ReportViewer in local processing mode I've looked at Dundas and ChartFX, and I'm waiting to hear back from their sales & support people, but from all outward appearances those two products only work with reports that are generated on a server. Thanks, Eva Pierce Monsen Dundas, ChartFX, etc. are using the CustomReportItem feat ...Show All
Visual Studio Team System Version Tree Browser
First thanks to the product team for all they have done! Secondly, does anyone know of plans within Microsoft of outside for a Version Tree Browser so that merges, branches, branches from branches, labels etc could be shown for Team Edition. My ClearCase customers are finding that a main missing point in their look at moves to TFS. I have started up a gotdotnet group with the stated goal of: This project aspires to create a V ...Show All
Visual Basic Visual Basic 6 Reload
Hello World !! La Cuestion es que creo Firmemente que Visual Basic 6 es MUY superior al VBasic NET, ademas Pregunto: 1. Que se Puede Hacer con NET, que no se pueda en VB6 2. Que sera el Futuro de los OCX 3. Que seran de la Bellas Apis 4. Vale la pena el Cambio Realmente soy de los que cree que es mas facil programar en Visual C++ que en NET, o que NET se parece mas a Delphi que a Visual. Parece que la Filosofia de Una Pr ...Show All
Visual Studio Adding Cascading menus to VS Menus
Ive been at this all day long and cannot seem to get anything working. All I want to do is add a menu to the tools menu and a sub menu with a couple of items on it. Following another thread at CodeComments http://www.codecomments.com/Visual_Studio_Extensibility/message477770.html I ended up with this in my ctc file. And still no menus . I would have expected Tools->A Menu->Logging &nb ...Show All
