Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 9 (89 items) 1 2 3 4 5 Next > ... Last »
  • Re: Call webservice from infopath formcode problem

    Try passing credentials to ur ws. ws2.Credentials= System.Net.CredentialCache.DefaultCredentials;
    Posted to Web Services (Forum) by fredarwin on 07-28-2006
  • Re: it is possible get data from MailEnvelope obj?

    Thanks Greg, to be clear look this scenario: //1. a button execute this code: var oEnvelope = Application.ActiveWindow.MailEnvelope; oEnvelope.Visible = true; //2. then i input a email account in to: sample@infopathdev.com //3. I press the send button. 4. How can i do to obtain the value: sample@infopathdev.com U told me that i can get ...
    Posted to General (Forum) by fredarwin on 07-25-2006
  • Re: Upgrading Templates

    dlgross, sometimes i have the same problem and some changes do it like add new nodes to my template can't be reflected in previous documents but new changes in code are reflected. A solution could be create again the document with the new template and in this way take the new changes, if u are working with databases could be done with automatic ...
    Posted to General (Forum) by fredarwin on 07-24-2006
  • it is possible get data from MailEnvelope obj?

    i am wondering if it is possibe to get data from the ''to'' property of the object MailEnvelope after i send the email. How can i do that?
    Posted to General (Forum) by fredarwin on 07-23-2006
  • Re: Signature Problem

    Solution to my problem: Check this:http://support.microsoft.com/kb/867441/en-us CAUSE This problem occurs if all the following conditions are true: The signed certificate comes from an un-trusted root. The signed certificate is in your Trusted Publishers list. You have a private key for the signed certificate. This problem may occur ...
    Posted to General (Forum) by fredarwin on 07-18-2006
  • Signature Problem

    Hi, i have the next problem: I have a trusted form on sharepoint form library with a specific data to sign, when a fill out the form(only fill without sign) and send the form to spoint in short time i dont have problem the process run fine, but if i wait for example one minute in the same routine, infopath send me the next error: ''the signature ...
    Posted to General (Forum) by fredarwin on 07-17-2006
  • Re: Signing a part of my Form

    Well, i got a solution if u´are working with signed forms, form library and sql database and you need change some field in the Document after u're sign the form and save this change to datasources do the nex code: function XDocument::OnSign(eventObj) { var Signature = ...
    Posted to Code (Forum) by fredarwin on 07-13-2006
  • Re: Problems updating a table

    I got a solution: var cn = new ActiveXObject(''ADODB.Connection''); var sqlSP = ''EXEC sp_authorize '' + idsolicitud; cn.ConnectionString = XDocument.DataObjects(''CatServicios'').QueryAdapter.Connection; cn.ConnectionTimeout = XDocument.DataObjects(''CatServicios'').QueryAdapter.Timeout; cn.Open(); cn.Execute(sqlSP); cn.Close(); this work ...
    Posted to Data Connections (Forum) by fredarwin on 07-12-2006
  • Re: Signing a part of my Form

    Thanks for the advise, i did change of the field on ip but cant change the database field. my code: //*****Execute Signature wizard*********/// XDocument.UI.ShowSignatureDialog(); ///////////////////change ip field after ...
    Posted to Code (Forum) by fredarwin on 07-12-2006
  • Re: Problems updating a table

    i try to execute by a stored procedure but i have the same problem, the code is execute but the stored procedure never is executed, and ip neves send me a error message: var objADOAdapter; objADOAdapter = XDocument.DataObjects(''CatServicios'').QueryAdapter; XDocument.UI.Alert(''SQL command text: '' + ...
    Posted to Data Connections (Forum) by fredarwin on 07-12-2006
Page 1 of 9 (89 items) 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.