Use our Google Custom Search for best site search results.
Search
-
Does the form have to be trusted to do this?
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
I have developed and online help system for my InfoPath forms using a custom task pane (similar concept to the example on this site). Is there any way for the user to print the contents of this custom task pane? Thanks.
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
Is there any way that you can limit the amount of characters entered in a Rich Text Box? I am loading this data into a SQL Server database and am having field overflow problems.
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
Shanthi,
Thanks for the information. What references would you recommend lean more about these coding techniques for InfoPath?
Rip
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
Hello,
I have repeating tables in a Master/Detail by key field relationship. Once a new row is inserted in the Master table I would like to have a row automatically inserted in any detail tables. How could this be done? Thanks for any assistance.
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
One of my InfoPath forms has a requirement for very robust and complete validation to include leap year checking and last date in month checking. From reading this thread it seems to me that instead of using the date picker control I will need to use a simple text box and do data validation using some pattern matching. Am I interpreting the ...
-
Thanks for your assistance Greg.
Rip
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
I have been working with the Dynamic help example for a project that I am working on. After enabling a custom task pane is there any way to remove the other options from the task pane (e.g. Fill out a Form, Find, etc.) except for the pane that I have defined? In addition, is there any way to default the pane to not display when a form is ...
-
Greg,
Thanks I have got it working about 90% correct.
Rip
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com
-
I have been trying to implement the Dynamic Help example for my own form. When the form loads I get the script error that the DataObject ''Help'' does not exist. After compairing my manifest.xsf file to the downloaded example I found the folloing section missing:
<xsf:dataObjects>
<xsf:dataObject name=''Help'' schema=''Help.xsd'' ...