Sjaakmans's Q&A profile
SQL Server Issue incorporating third parameter in report
I'm having issues incorporating a third parameter into my existing 2 parameters. I currently have them all defined and referenced in all queries, but the problem is with the criteria I think. I can get 2 of them to work together either 1&2 or 2&3 (by removing the other one), but not 1,2&3 at the same time. I'm using or conditions. Is there something I'm missing thanks. Like I said all my datase ...Show All
Windows Forms User Submitted Improvements
I have already ported the WebServices component of the app the C#. I am in the process of adding additional functionality. o. The ability to create Project Types o. Assign standard tasks to a Project Type o. Automatically populate the Tasks table with&n ...Show All
Windows Forms Intellisense, tooltip description.
I don't know if it has a specific technical name. Let's take an extremely simple example. When I have a button click event handler, it passes the 'sender' as an object. Later in the handler, if I type sender then a '.' intellisense pops up that ...Show All
Visual C++ VC++ project hangs at startup?
Hi, I was wondering if anyone has the same problem as I do. Currently my project hangs when I startup VC++. I can not figure what is wrong with my project. I can not even open my project at all. I did not do anything different when creating the project. I started off by creating an empty new project, added 1 windows form, and couple source/file files which I added and wrote myself. I was wondering can open my project to see if they have the same ...Show All
Visual Studio Team System Using the FxCop internals with my own rules and UI
Are there any licensing issues with reverse engineering and hosting the FxCop "engine" in my own UI I'm trying to do more architecture based rules and different UI feed back to the user. The only way i can figure out to show the user a different UI is to host the engine my self. I did notice in Reflector that the FxCopUI.dll had something that looked like a plug in architecture that allowed custom actions when the user interacts wit ...Show All
Smart Device Development Urgent Question
Hi All, How to pack database ,web application and reporting service with changing it's config into a exe setup file that let client can run the exe to install all the required component Looks like you're asking in a wrong forum. Anyway, you can do it using VS setup and deployment project. By the way, consider giving a proper subject for your posts. Message with subjects like "Urgent Question", "Crash!!!" etc, ...Show All
.NET Development representing XmlElement
Hi, I need to represent something like public struct MyStruct { public string MyProp1; public string MyProp2; } with the only intent to serialize its data into <a:MyStruct> <a:MyProp1>...</a:MyProp1> <a:MyProp2>...</a:MyProp2> </a:MyStruct> I can do it this way using struct or simple class, and providing something like ToString and manually create the xml string. ...Show All
Visual Studio Another victim
I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All
SQL Server Copying and moving tasks between DTSX
hi, When you copy a sequence container between dtsx you obtain a different size at destination. Any way to avoid this I'd like to see that task with the same size. Maybe some posh from my side... ...Show All
Windows Forms Walkthrough of new Layout Properties
Windows Forms 2.0 Layout Introducing the LayoutEngine Windows Forms now has a powerful new concept of a LayoutEngine. LayoutEngine is a way of creating pluggable layouts for your controls. For WindowsForms 2.0, there are two new LayoutEngines, which have been&nbs ...Show All
Visual Studio Tools for Office VstoSmartTags from a COM Add-In
Hello Everyone, I had originaly asked Paul Stubbs for some help regarding my project because I didn't know about these forums and he referred me here. Simply put, I want to use C# and code an add-in for Microsoft Word and PowerPoint (and maybe more when I get to it) that creates VstoSmartTags that match words based on a Regex that I provide. void wordapp_DocumentOpen(Microsoft.Office.Interop.Word.Document Doc) { Microsoft.Office.Tools.Word. ...Show All
Visual Studio POp Up Message in Crystal Report XI
Hello I am a novice in using Crystal Report XI. I have made an application to view a .rpt file with VB6, using CRViewer component. All is working correctly in connecting an ODBC database, except it is always show pop Up message before viewing the report. there are 3 message that is kind of annoying The messages is : Crystal Report Active X Designer This report was created with a version of Crystal Reports which is later than the version you are ...Show All
Visual C++ Linking the microsoft platform SDK to VS 2005 express
Hi, i have read through various threads regarding methods to link the microsoft platform SDK to visual studio 2005 express beta 2. Personally i have tried changing the express.dll.config file to "C:\Program Files\Microsoft Visual Studio 8\..." where I include the path to where my microsoft platform SDK is located. Well that doesnt work. So i tried the "create a PlatformSDK folder under VC folder" method. N ow afxwin.h is located in C:\microsoft ...Show All
Visual Studio Team System Enabling code analysis is not an option in VS 2005.
I have visual Studio 2005 installed, and I have read the MSDN article(s) that say how to enable code analysis, but guess what, there IS NO code analysis tab when I go to my project properties. There is nothing anywhere on any tab in project properties that says anything about Code Analysis... so my question is... where the @#$% is it Any help would be fantabulistically cool. Thanks any and all. Hi, Code Analysis is only availa ...Show All
SQL Server How to get the Columns list to the end user?
Hello Nilay here, How to display the coulumn list of the reports to the end user Thanks, In SQL Server 2005, you can use a multi-value parameter to prompt the user. Then you can write an expression/custom function to parse the output of the parameter. Call that expression/custom function in the visibility expression for the column in your table/matrix. You'll need to make sure the choices in your parameter list are are kept ...Show All
