Use our Google Custom Search for best site search results.
Search
-
Here is the jscript code to close infopath when your button is clicked:
Application.XDocuments.Close(0);
-
Place each picture in its own section.
You can then conditionally hide each section depending on which option you choose from the dropdown menu.
If you have anymore questions just let me know!
-
Resolved: Copied everything into a new view and it fixed the problem.
The content of the attribute src in the img html tag was being deleted anytime a picture was placed into that old view. Pretty baffling, but I just thought I'd mention it on here for future reference.
-
I am pretty lost as to why this is happening, but on some of my views I am unable to add pictures. No matter what I do they just show up with a red x. The img HTML is the same on different views, yet it works perfectly fine on those other views. Is there something else in the XSLT that renders these pictures that I may have messed with ...
-
Here is what you can do as long as these are not browser enabled forms and you dont mind using a small bit of code.
1. Add picture controls for each of the eight pictures and make each picture the default image for that control.
2. Add a 9th picture control that will actually display a picture in the form.
3. In the onLoad event add code ...
-
Resize the table that the repeating column is in to be able to fit more columns. If you have the table sized right next to it, then the repeating column jumps down under the old one.
-
[quote user="Patrick Halstead"]
Beautiful!
Such a coincidence too. I created the same sample last week. Too bad the cells can't have a background color when they're in a table. :)
Cheers,
[/quote]
They can! Just use a dummy section inside the cell of a table. Set all padding to zero for that cell as well as the margins to ...
-
Here is something I threw together that works and suits your needs from what I can tell.
What it does is converts each date to a number. From there I store the max start date and min end Date in fields outside of the table. I left all of those numbers visible in case you need to change anything. All you would need to do is copy over those ...
-
Would you mind attaching your form template so I could take a look. I'm still a bit confused by what exactly you are trying to do.
EDIT: Also, make sure you are putting BBB is blank and CCC is blank on both of your drop down lists.
Dropdown list BBB: BBB is blank and CCC is blank
Dropdown list CCC: BBB is blank and CCC is blank
-
Make sure the checkbox labeled "Export to PDF or XPS" is check.
It is located in Tools-> Form Options