Answer Questions
rivi How can I get data fields to repeat on each page, since they cannot be placed in the Header?
For example, we need the document number at the top of each page. Also, when using a table, is there a way to make the table Header print on each page when the table goes to multiple pages Thank you. Hi, Carlolyn, You can insert a row above the table/list header, drop the field to this row, and set the RepeatOnNewPage property to true for this row. insert--drop--set Good Luck. Long Sorry Car ...Show All
GrijzePruik WPF in MFC App
hi all, I am experimenting adding WPF controls to an existing MFC app. Everything seems to work fine except that everytime i make changes to the WPF control xaml, the hole MFC app recompile itself. I looked at the sample app in the handon lab, and it does the same thing. Is there a way to get around this jz I follow the same structure as the Hands On Lab Example. One solu ...Show All
Jagad Duplicate Subreport Details
I have a report linked to a subreport. If there is more than one detail item in the subreport then the details are duplicated within the report as many times as there are items. Does anyone know how to fix this You can use the following format field and section options to hide the dupicated field and blank section. Supress If Duplicated in Format dialog Supress Blank Secit ...Show All
antonioa - msft Unable to debug: The binding handle is invalid
When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do Thanks for your answers I had the same problem, solved it by disabling the "Visual Studio hosting process" ("Project" -> "[ProjectName] Properties..". -> "Debug" -> Disable "Enable the Visual Studio hosting process") Whats the purpose of ...Show All
schmidtl_dd Extending the class designer
I am looking into extending the CD to use it as the GUI for my code generation tools. I wanted to: 1) Add custom (code generation) objects to the class designer tool palate 2) When my custom objects are dropped on the designer surface I would like to provide a range of custom properties/actions on them 3) Support custom types of relationships between these objects 4) Interrogate the class diagram to extract the custom objects and their rel ...Show All
Scott Thurlow VSS 2005 WebService problem
Hi hi. I'm trying to use the new WebServices in VSS2005. After fiddling around, reading through the forums and doing some more fiddling I've just given up. The problem is authentication. I can open the share from my computer, open the project from the share (with the non-internet version of the VSS plugin) and open the webservice url from my computer. I've tried doing SSL, but the result is the same. If I directly open a project under source con ...Show All
Yutong Validation / Rejecting a change from a ChangeRule
I have a situation where I'd like to be able to reject a change from within a ChangeRule. One of the classes / shapes on my diagram represents an external model. An attribute on that class is the filename of the referenced model. When that attribute is changed I need to change the current diagram to expose the interface(s) to the referenced model. If I cannot complete that change to the current diagram I'd like to reject the new value for the at ...Show All
IK81 How to Create a Graphical Designer
I am looking for documentation or sample code on how to build a standalone GUI designer. The basic functionality is A tool box A canvas that controls can be dropped onto and be (re)positioned and viewed at design time. Property Explorer to set the various properties of a control As this will eventually be used in a commercial product, please limit responses to tools/libraries/SDKs that are freely distributed. Any help is app ...Show All
Cory Nguyen Worked with Nov CTP, completely broken with Jan CTP, help appreciated
I have a lot of code modules in my project. I use a lot of custom classes in markup, so I have lots of references along the lines of <local:specialButton .... > etc. And at the top of each XAML source file I have < Mapping XmlNamespace="local" ClrNamespace="my full namespace" Assembly="myAssembly" > < Application (or whatever) x:Class = " blah " xmlns = " ...Show All
Jvtroyen DocumentViewer print preview
hi, DocumentViewer Class exports only Print Method How to do a print preview for a xps document loaded using DocumentViewer object. Any help on this is highly appreciated. Thanks, XPS Documents by definition are in their "print preview" state. The pages display exactly as they should print. You can think of using the DocumentViewer object to display an XPS Document as a print prev ...Show All
BoonUnit DDEX Concepts for DataObjectSupport XML definitions
Hello: Is there any place where is possible to review the list of concepts that can be mapped on DataObjectSupport xml file definitions ( The Concepts Reference Overview section of the VSIP help is empty right now ... at least in the VSIP Beta 2 ) The VSIP SDK for Visual Studio 2005 Beta contains a list of concepts (with all the mispellings and some missing text). Even though there is some documentation, it is not straight forw ...Show All
Snickel65 Deploying Outlook Add-In (after following tutorial Part 2) - fixed!
First off, it's worth saying that VSTO 2005 is excellent both as a product and as supported by all of the great articles and samples. Office has become a very important Hosting environment for enterprise applications and VSTO (and the community) is exactly what we need. I just finally got my Outlook Add-In to work with one-click deployment, but I needed to customize the SetSecurity project referenced in the Part 2 Walk-thru. I added a &quo ...Show All
Dmitry Makhno Combo Box on the Actions Pane Control within VSTO
Hi group, I am having an issue with the Combo Box & how it functions vs. its host control. The issue resides with VSTO and the Actions Pane. My Actions Pane Control is added to the left side of my Excel program. It either has a User Control or not. I want to be able to access the vertical scrollbar when the Combo Box displays the dropdown list (assume that the list is long enough to have a vertical scrollbar). ...Show All
Matt Johnson How to Print Server Report Directly.
hi, i have reports deployed on report server. My application is accessing these reports using Report Viewer Control. I want to provide a button on the form that when clicked print the report directly. what am i doing is , i use reportviewer control and after calling RefreshReport() i call this method PrintDialouge(). This gives me exception, "Operation is not valid due to the current state of the project". Can any one have a solutio ...Show All
apbradley ServerDocument.AddCustomization() starts new Word Instance
Hi, I use VSTO ServerDocument.AddCustomization() method to dynamically customize Word .doc file. However, if I try to customize a fresh (new) Word .DOT file, a new instance of Word is started even if one already exists. This is causing so much pain. Also, this behavior is NOT repeated if the .dot file is already customized and I re-add the customization after removing it first. Here is the code: private void button1_Click(object sender ...Show All
