Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 2 of 7 (62 items) < Previous 1 2 3 4 5 Next > ... Last »
  • Re: Deleting an old saved XML.

    Has anyone tried using DeleteFile method and actually worked? I tried deleting one of the xml infopath forms on sharepoint, but 'FileExists' method cant seems to be able to locate the file. This is the code snippet I used: var fso; fso = new ActiveXObject(''Scripting.FileSystemObject''); XDocument.UI.Alert(''about to delete '' + ...
    Posted to Code (Forum) by potpourri on 03-16-2006
  • Re: Data Type?

    hi again Agni, I kept forgetting to post this back :p If this is a snippet of my myschema.xsd file: &lt;xsd:element name=''grossEstimationItem''&gt; &lt;xsd:complexType&gt; &lt;xsd:sequence/&gt; &lt;xsd:attribute ref=''my:hourly_rate''/&gt; &lt;xsd:attribute ...
    Posted to General (Forum) by potpourri on 03-13-2006
  • Re: Filtering two listboxes

    I have problems with applying filter as well :( This is the full XPath of the data source for filling in the drop-down: /dfs:myFields/dfs:dataFields/dfs:Requests_Sub_Types/@subType[../@listName = /dfs:myFields/dfs:dataFields/dfs:Form_Type/@subTypeList[../@formType = xdXDocument:get-DOM()/my:myFields/my:requestHeadingSection/my:formType]] I have ...
    Posted to General (Forum) by potpourri on 11-03-2005
  • Re: Performance - Tips/Tricks

    One thing cross my mind, ''5. If you have too much of data to be shown make it into tabs instead of showing all at a time.'' How could we achieve this in infopath, Agni? thanks :)
    Posted to General (Forum) by potpourri on 11-02-2005
  • Re: XDocument.Submit

    Hi there Patrick, I may know the cause for the 3rd error. But really have no clue for the 1st and the 2nd and to make matter worse, they happen intermittently. That's why I'm desperate finding out if anyone else having the same problem with me :(
    Posted to General (Forum) by potpourri on 10-02-2005
  • XDocument.Submit

    Upon executing XDocument.Submit, almost most of the time the code will return either the following error msg: 1) Error: InfoPath cannot submit the form. An error occurred while the form was being submitted. ?? The form cannot be submitted to the following location: &lt;site location&gt; You do not have permission to create a file in this ...
    Posted to General (Forum) by potpourri on 09-29-2005
  • Re: Form Timeout

    any help, any one :(
    Posted to General (Forum) by potpourri on 09-29-2005
  • Re: Performance - Tips/Tricks

    Hi Agni, Just wondering where can I find this Tips/Trick document of yours :)
    Posted to General (Forum) by potpourri on 09-22-2005
  • Re: Form Timeout

    Hi Patrick! Erm, I'm not really familiar with coding in taskpane. Last time I saw an example is the context-sensitive help showing on the taskpane sample in this forum. Could you point how to start on this? thanks :)
    Posted to General (Forum) by potpourri on 09-21-2005
  • Form Timeout

    Hi there, Javascript has a method called setTimeout(''functionname'', timeout). I'm programming the infopath backend using JavaScript, but it seems that it doesnt support the aforementioned setTimeout functionality. I want to set a timeout mechanism so that when one user opens a form too long, it will automatically submit and close the ...
    Posted to General (Forum) by potpourri on 09-20-2005
Page 2 of 7 (62 items) < Previous 1 2 3 4 5 Next > ... Last »
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.