Use our Google Custom Search for best site search results.
Search
-
Perfect :)
Anyway, I parsed the string and simply throw away everything behind the last :
thanks for the answer.
-
Hi every one
I have a form in which I display a popup with the URI of the solution (XDocument.Solution.URI).
The problem is that I want to display only a part of this message.
The message says : urn:schemas-microsoft-com:office:infopath:name_of_form:-myXSD-2007-06-18T14-29-33
I don't understand the end of the message : 2007-06-18T14-29-33
- ...
-
Ahoy !
je viens de me lancer dans le RegForm !
pour desinstaller ton formulaire installer avec regform, tappe ca dans ton invite de commande :
"D:\Data\formulaire.js" /uninstall
Les " sont necessaires et tu mets evidement le chemin correct vers le JS créé par regform et utilisé pour l'installation
-
De rien :)
Je vais pas pouvoir t'aider sur la publication car tous mes formulaires sont sauvegardés en local (pour le moment).
Et change le titre du sujet comme le conseil Thierry ;)
-
Tu ne peux meme plus ouvrir ton formulaire en mode creation ? (icone avec une équerre dans la barre d'outil ou ouvrir InfoPath puis creer un formulaire puis ouvrir un formulaire ne mode creation).
de ce que je viens de lire, c'est un probleme de securité.
Si tu peux passer en mode création, tu fais :
Outils => Options de formulaire ...
-
Thanks for the precision.
It seams logic :)
-
The only way I could sort out this problem was using a new entry in the primary data source.
Now it works great. Too bad InfoPath cannot get the file that he is opening, this would have solve the problem :s
Thank you both for the help
-
I tried to do this
var d = new Date();
XDocument.DOM.selectSingleNode("my:Observer/my:creation").text = d.toDateString();
in the code of my saving button, but it does not work :s.
It says : #PCDATA is in a nul content : <{http://schemas.microsoft.com/office/infopath/2003/myXSD/2007-06-18T14:29:33}creation>.
and the line ...
-
Hi every one.
I am trying to use dates through my form.
Here is the scenario :
- If I open a new form, I would like the title bar to display some information, including the date (of the day like 20/08/2007)
- If I open an already existing form, it displays in the title bar the day the form was last modified.
I work with InfoPath Sp2 and ...
-
A solution would be to put your text field inside a section. Normal you hide the section and if the No check box is checked, then you display the section. You can make this only using rules for the section.