DavidAtPgMensys's Q&A profile
Visual Studio summarizing unbound subreport fields
Hello, I have a subreport that displays 0-to-many rows. I have an unbound field (UnBound1) with a formula that calculates for each row. Then I have a field in the subreport footer (UnBound2) that sums this UnBound1 field. My question is - how can I refer to this UnBound2 field from my main report I need to summarize all my subreport data on my main report. Thanks in advance! Amber Hello Amber, You could use a ...Show All
Software Development for Windows Vista Which supercedes WinFX Dec CTP or Windows Workflow Foundation Beta 1.2 for Office "12" (Beta 1)
I see that they both include Windows Workflow and I was wondering if one supercedes the other in some way. Also, what if you want to also try out other WinFX features such as communications and presentation. Does that make a difference as to which of these should be installed Thank you for the clarification. Both versions include WF Beta 1.2. The January CTP will contain Beta2. Thanks! Arjun ...Show All
Visual Studio QueryStatus() isn't called until running a command for the first time
Hi, I am writing an addin to VS 2005. I added 2 commands to the project context menu. I have a code in QueryStatus that controls the status of these commands. the problem is that QueryStatus isn't called until the first time I run one of my commands. after the first time QueryStatus is called whenever the menu opens, which is the correct behavior for me. I put a System.Diagnostics.Debugger.Break() in QueryStatus to verify when it is cal ...Show All
Visual C# Save Settings
I have two forms a and b. there is a button on a that will hide a and show b. Then i want to go back to a without making a new instance. Also pass a an new vaule. how is this done code below a private void ShowAction_Click( object sender, EventArgs e) { SingleActionSelect SelectActionDisplay = new SingleActionSelect (StationDataTable); this .Hide(); SelectActionDisplay.ShowDialog(); } b pri ...Show All
Visual Studio Tools for Office How to download "Excel 9.0 Object Library"?
Hi, I created a small C# Windows app to read from an Excel file a couple of months back as an R&D for our new project in C#. In that I used Excel 9.0 Object Library. The problem is that now we and our customers have upgraded to Office 2003 and now the 9.0 is being replaced by Excel 11.0 Object Library. I just started the actual development and to my shock found out that my original R&D form won’ ...Show All
.NET Development VSTO and assemblies on shared drive
I created a basic excel spreadsheet that displays a message box to test out an excel doc made in VS 2005. I put the assembly and the .xls out on a shared drive on a server. I then used the NET Framework 2.0 Configuration to set the assembly and xls file to FullTrust. It works for me, but when I log onto another computer I get the error: The customization does not have the required permissions to execute. The pc that gets this error has ...Show All
Visual Studio Team System Source Control Explorer
I find the new way of dealing with Source Control in the Source Control Explorer very frustrating. It seems like another case of the tool dictating how I work, rather then letting me work the way I need to. I want organize and include other files in Source Control in a "Non-Solution" way. I have Word Documents, Images, Text Documents, Help Files, etc.. that do not belong to a VS Solution, but I want to keep them under version control ...Show All
Visual Studio Does any one know how to use Contained Language!
My task is to place sql statement in xml file ,but I need the contained language to parse sql statement ! See separate thread Can I extend the Xml editor. ...Show All
Visual Studio How to load a picture in Crystal Reports at runtime?
It is possible to pass a value to a formula field, but how can I pass the path to a bitmap I am using VS2005 Beta 2 --Goos van Beek Keith Thomson wrote: Hello Goos, Unfortunately, it is not possible to pass the path of an OLE Object at runtime using the version of Crystal Reports included with Visual Studio 2005. Keith - Business Objects Sounds like a sad story :( ...Show All
SQL Server SQLExpress Problems
I just installed Visual Studio 2005 Professional a couple a weeks ago, I have been playing around with the Personal Web Site Starter Kit it has to learn how the .NET interacts with the SQL Server. Everything was working fine even was able post the site on the WEB and have my friend and I log in and use it. My Issue is I messed up the SQLExpress , I am about at the point I want to completely start from the beginning and re-install the OS but I ne ...Show All
Windows Forms Brief Basic Steps - any help ??
Hello - Reading through the security documentation is so dry it's killing me. Would any of the security gurus be so kind as to post a brief walkthrough of: Assuming: 1) A WinForms HelloWorld program exists and is compiled 2) HelloWorld.exe exists on a public& ...Show All
Windows Forms RichTextBox question
Hi to all of you, So far I have MDI with Child Form and RichTextBox on it. I can open either Text or RTF files (by changhing the code to RichTextBox.Text or .rtf) is it possible to select any file format without changing the code jbattat wrote: Hi Mr. MarcD I was prompt that the "filecontent" property is new in Visual Studio, and for some reason the C# does not recognicing this word. are there a ...Show All
.NET Development WSE signed message throws SecurityTokenUnavailable error
We have a client who is sending us a signed SOAP message using an X.509 certificate. We have installed the cert with the public key on the server in the local computer/personal store. The WSE filter is throwing the error Microsoft.Web.Services2.Security.SecurityFault: Referenced security token could not be retrieved. Here is a sample message that they are sending: <soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap. ...Show All
Windows Forms IExtenderProvider and Design Time Attributes
How do I apply design time attributes to my IExtenderProvider class's properties that it's providing Do I put the attributes on the Get or Set method, or is there another way I have an IExtenderProvider that provides a property thats a  ...Show All
.NET Development No typelib generated
namespace Interfaces { [System.Runtime.InteropServices. ComVisible ( true )] public interface IBaseballStats { double CalcBattingAvg( int atBats, int hits); } } I have this one interface declared in a project that has the "Make assembly COM-visible" and "Register for COM interop" check boxes checked. When i build the app, i get a warning saying the dll "does not contain any ...Show All
