Use our Google Custom Search for best site search results.
Search
-
Approach #4
Get your secretary to do it.
At least I wish :)
---------------
Matt Faus
-
Ah, I think I get you now. Although I have already figured out a work-around and I think I'm going to stick with it. (Makes more sense in my head and with the form/data structure I have laid out).
Folder ...
-
XDocument.DataObjects(''PriceListMasterCurrentInternal'').ImportFile(''\\192.168.100.116\Programs\LIBRARY\FORMS\data\PriceListMasterCurrent.xml'');
I'm trying this code, which should merge the form data found at \\192.168.100.116\Programs\LIBRARY\FORMS\data\PriceListMasterCurrent.xml with my secondary data source. I have tried several different ...
-
Just learned this:
But at the last screen of the wizard [when adding a secondary data source] uncheck ''autmatically retreive...''
This would solve the problem of appending blank nodes when importing your own xml files.
---------------
Matt Faus
-
Well, to start just set the ''click here to insert'' text that you find in the repeating table properties box to '''' and proceed to add it back with your own, customizable button. 2 ideas:
If the form needs to look ''pretty'' and very user friendly:
Put in 4 buttons with the 4 different languages and set up a hidden field signifying which button ...
-
I'm pretty sure that the code that you have listed trys to change the base data source of the form you're working with, which is really going to work dynamically. You're going to have to set up a secondary data source, also is the schema for all of the exported xml files the same? It would have to be unless you were trying to make some sort of ...
-
Is this a dumb question or can no one help me? Is it clear what I'm asking?
---------------
Matt Faus
-
When you open in design mode it displays all of your controls as if they were visible... If it didn't then how would you design? Or am I misunderstanding your question?
---------------
Matt Faus
-
Ok, here is my dilemma:
I am making a proposal form for the sales department using InfoPath and this form draws in all of the prices from a secondary data source that is linked to PriceListMasterCurrent.xml (which is stored on a shared network drive, so it is not included as a resource file) for all of the data pertaining to unitPrices, shipping ...