saspath's Q&A profile
SQL Server db design question
This problem comes up over and over in my designs. It must be the way I think. Here is an example: Table proposals is the depository of all data. The other table is only to enforce the constraint. An author can make many proposals with the same topic, language and category. When done, she flags just one within this group of rows as FinalizedProposal. I am keeping the data of the ‘drafts’. They are all proposal rows but just one is labeled fi ...Show All
Visual Studio Express Editions Reg:-- distribution of own software
hi, I would like to create a software for commercial purpose and market it online using express edition is it possible also can i pack the .net framework 2.0 for redistributing I'm not sure on the legality of that - read your EULA (actually more likely the one that comes with the redist). Redistributing the .NET framework is not easy (if not impossible) with the 'one-click' deploym ...Show All
SQL Server Problems installing SQL Server 2005 Mobile on device
I have a Fujitsu-Siemens LOOX 520 running WM 5 version 5.1.70 on which I am trying to create a Server 2005 Mobile database. I have installed the following files on the Pocket PC after a hard reset to make sure the unit was in its vanilla state: NETCFv2.wm.armv4i.cab sqlce30.dev.ENU.ppc.wce5.armv4i.CAB sqlce30.ppc.wce5.armv4i.CAB sqlce30.repl.ppc.wce5.armv4i.CAB All the files appeared to succesfully install. Connecting to the de ...Show All
Visual C# Hi All: How to extend a built-in language service?
I'd be very interested to know the places that you can extend an existing service. I too would like to "augment" the existing intellisense functionality in VB and C# by filtering out some of the members. 1) Could you give a brief list of the points at which you can override an existing service 2) If you do so, can that be limited to certain projects Regards, Ingo Ingo, Unfortunately there are almost no extensi ...Show All
Windows Forms How To: Set the Name property of a custom control that inherits from a .NET common control when it’s Text property is changed?
Hello All, I’m building a control library to extend some of the . NET common controls. I would like to update the custom/user controls Name property when it’s Text property changes at design time. Example: When a new TextBox is created the default Name property is set to TextBox(n). Note: The Base Class Name property cannot be overridden. I would like to set the controls Name ...Show All
Visual Studio Page Number -- Too simple, but I can't figure it out
How do I put page numbers on a report. I get this error: The Value expression for the textbox ‘textbox1’ refers to the global variable PageNumber or TotalPages. These global variables can be used only in the page header and page footer. C:\Documents and Settings\john\Local Settings\Application Data\Temporary Projects\WindowsApplication1\Report1.rdlc I can't figure out how to create page head or page footers. I tried the table report it ...Show All
Visual C# Reading from DataSet
How to retrive the Header content of the dataset CurrencyManager cm=(CurrencyManager)BindingContext[DataSource, DataMember]; DataRow row; DataView dv=(DataView)cm.List; row=dv[0].Row; //0 for 0th row Console.WriteLine(row[0]); //0 for 0th column This excludes the header row. How else can I obtain Header row contents Hi Ralph, Thanks for the responce. I am looking to collect the data ...Show All
Windows Forms where and how to program in C#
here is my first.. in window programming where and how to program in C# A good starting point might be the QuickStart tutorials for .NET: http://samples.gotdotnet.com/quickstart/ You might also want to check out the C# "Getting Started" page on ...Show All
SQL Server Changing a field background color IIF.....
Hi All, I need to change the backgroung color to a field in the background property.... =iif(Fields!act_shp_dt.Value <> Fields!prm_shp_dt.Value , " Late ","") This is the field and I want it to change color if the statement is true. Can anyone help Thank you in advanced, Kerrie Thank You so much for your help. That did it!!! ...Show All
Visual Studio 2008 (Pre-release) Background's value can't set to the Gradient
Hi, I can't set a Gradient value for the Background property on the WinFx Nov. CTP, neither XamlPad nor VS. The code likes following could not work: <StackPanel Background="HorizontalGradient #000001 #0000E3" ></StackPanel> It isn't parsed in XamlPad and it isn't compiled in VS IDE. Is the property changed on this release If so, where had the Gradient background gone Thanks. ...Show All
Windows Forms Triger Function In SQL2000 VB.NET?
I would like to design as function that can tell me the infomation when a record is inserted into DB. Are Triger function of DB and Window Service of VB able to make that Or can any other solutions reach that Hope to hear you soon. Than ...Show All
Visual Studio 2008 (Pre-release) Binding to PathFigure.StartPoint. AKA whats wrong with this XAML?
I have an ItemsControl that holds a collection of objects. It makes use of an ItemContainerStyle that looks like the following <Style TargetType="{x:Type ContentPresenter}"> <Style.Triggers> <EventTrigger RoutedEvent="TextBlock.Loaded"> <EventTrigger.Actions> <BeginStoryboard> ...Show All
Visual Studio How to speed up help integration into Visual Studio help collection using merged modules?
Hello everyone, I am developing an installation of a .NET component for Visual Studio 2003/2005. I have created a HxS documentation for the component and included the necessary merged modules to my installation. Everything is working fine and help is integrated into the Visual Studio environment. But the installation takes very long time. I think the problem is that the Index and TOC files of the Visual Studio help collection and ...Show All
SQL Server ViewState in SQL 2000
I am having an issue with VIEWSTATE on my SQL 2000 Report Server. Running a report causes no issues but adjusting any of the properties or creating and/or modifying a subscription will usually cause a ViewState error, I can go back and try again but it sometimes take 10 to 15 times of that to get it to take. I did not do the initial install, my IT department did, so I am not sure what settings they applied when it was installed. I have done some ...Show All
Visual Studio 2008 (Pre-release) Anybody managed to find a workaround for the "Black Window" bug in the Nov CTP?
I think I'll create this post as a checkpoint where people can post any info on this bug. For a background, some of us using the November CTP for WPF and either Visual Studio 2005 or C# Express, are experiencing a black window when running the simplest of WPF apps (i.e an app that does nothing but window.Show()). Other people experience it intermitently in XamlPad itself. A few links to the problem... [1] [2] ...Show All
