Use our Google Custom Search for best site search results.
Search
-
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 '' + ...
-
hi again Agni,
I kept forgetting to post this back :p
If this is a snippet of my myschema.xsd file:
<xsd:element name=''grossEstimationItem''>
<xsd:complexType>
<xsd:sequence/>
<xsd:attribute ref=''my:hourly_rate''/>
<xsd:attribute ...
-
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 ...
-
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 :)
-
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 :(
-
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: <site location> You do not have permission to create a file in this ...
-
-
Hi Agni,
Just wondering where can I find this Tips/Trick document of yours :)
-
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 :)
-
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 ...