in

InfoPath Dev

Browse by Tags

  • Copy a row from one repeting table to another

    Infopath 2007 / C# / Visual Studio Hi. I have been rewieving the post in this forum for some days now. But I still don't get it right. (I am newbie to infopath and programming.) My form has two repating tables(A and B). The table A(secondary datasource) is response to a call I make to a webservice...
    Posted to Code (Forum) by eirike on 07-25-2008
  • Passing data from vb.net to the open infopath form

    I am working on a solution, I need to be able to run calculations on infopath form fields and pass the data back to a field on the form. I am using the Xpathnavigator class to get the data from infopath. I can't figure out how to write the data back to the form that I have open. Is this possible...
    Posted to Code (Forum) by Brooke Hyde on 07-17-2008
  • changing the attribute of control

    Hello, I got some questions regarding to using Infopath. It seems that the value of the control can be fixed using rule or code(xPathnavigator class) but I need to change the attribute such as visable or width but not the value of the control. For example, sometimes I'd like to display table in another...
    Posted to Code (Forum) by park eun sung on 06-10-2008
  • Some basic Managed Code questions

    I'm new to using managed Code in InfoPath 2007 and have some questions: Where can I find API references for the C# and .NET languages? Managed code usually needs to be compiled, is this the case here? How is it stored, is it stored in the XSN file or seperately? I have Visual Studio 2005 installed...
    Posted to Code (Forum) by InfoPathN00b on 05-21-2008
  • マネージコード フォームを開けるときのセキュリティ エラーの回避法

    Webサイトに配置されたInfoPathフォームを開けようとした時、暗号めいたエラーメッセージが出てフォームを開けないという経験をしたことがあるかもしれません。これはインターネットでもイントラネットでも起こりえます。実はC#のコードがフォームに含まれているのが原因だということもしばしばあります。たとえそのC# InfoPathプロジェクトが空だったとしても! この時に表示されるダイアログは、次のようなものです。 まずは、良くある原因への対処としいて、以下を実行してみてください。 インターネット エクスプローラのキャッシュを、[ツール]メニューの[オプション]から、クリアします。これはIEのバグの回避策です...
    Posted to Shiraz Cupala (Weblog) by Kaoru Okumura on 11-02-2006
  • Security Error Opening a Managed Code Form

    Sometimes when trying to access an InfoPath form deployed to a web site you will get a cryptic security error preventing the form from opening. This can happen both for intranet or internet web sites and is oftentimes due to the fact that the form has C# code in it. This can happen even if the C# InfoPath...
    Posted to Shiraz Cupala (Weblog) by Shiraz Cupala on 04-27-2006
  • Display a Save As Dialog Box

    If your form template is set to full trust security, InfoPath provides the Save() and SaveAs() methods for you to save your form via code. Although InfoPath does not provide a method for you to display the Save As dialog box to the user, it is possible to do this using managed code and the .NET Framework...
    Posted to Greg Collins (Weblog) by Greg Collins on 03-08-2006
  • Visual Studio Debugging: "Unable to Attach to Application" Error

    If you have installed an application that uses .NET Framework 2.0, you might suddenly find that you can no longer debug your managed code InfoPath forms. This can be very frustrating, but is easily fixed with the following steps: Shut down Visual Studio. Open Notepad and copy the following XML into it...
    Posted to Greg Collins (Weblog) by Greg Collins on 03-29-2005
  • Task Panes that Access Managed Code Require Full Trust Security

    Managed code forms that have a custom task pane require full trust security. Unfortunately, you won't be able to make it domain trust since there are security restrictions. InfoPath will let some JScript forms run with a task pane in Domain trust, but for managed code I believe you have to be full...
    Posted to Patrick Halstead (Weblog) by Patrick Halstead on 10-21-2004
  • Deploying Managed Code Solutions: Two Methods

    You can't use restricted mode to deploy a managed code (C# or VB.NET) solution in email because InfoPath doesn't allow managed code to run in restricted mode (for good reasons). You have 2 options: Sign the xsn using a digital certificate Pros: the future is digital certificates Pros: publishURL...
    Posted to Patrick Halstead (Weblog) by Patrick Halstead on 07-03-2004
Page 1 of 2 (12 items) 1 2 Next >
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.