Use our Google Custom Search for best site search results.
Search
-
hi r66,
What do you mean by 'i have multiple drop down lists that all have to have the same option'. Means for all combo lists have to be same value or any thing.
If your wish is to have the same value in all combo lists. Bind the data source to a drop down list, after that copy the drop down from UI and paste it where ever you want.
If it is ...
-
Hi stumbler,
OnBeforeChange occurs when the change has been made but not yet accepted or finalized. Code in this event procedure can examine the new data value and, if it doesn't meet the form's requirements, reject it and keep the old data value.
OnValidate occurs after OnBeforeChange, when the change has still not been finalized. It is like ...
-
Hi hmalkan,
You are getting this error for not every fill out, So this error is looking like the cache problem. If you get this error again once clear the cache and fill out the form. you may work.
hope this will help you.
-
Hi dlgross,
Its not possible to set a default path to File Attachment control. By default you can get the last opened folder while running the application.
After clicking the file attachment control give the sharepoint library name url in the file name text box in open dialog box. In the next time by default it will show that previously opened ...
-
Hi belote,
Enter business will not work in the InfoPath for Text box, check box, option buttons etc. It will work for only Buttons, links, sections etc.
Once check for it.
-
Hi reecyp,
Yes you can do it, double click the text box and go to display tab. in that check ''paragraph breaks'' and ''Wrap text''. If you want select ''show scroll bars'' option in scrolling.
Hope this will help you.
-
Hi stumbler,
if in jscript try this, its working.
var oNet = new ActiveXObject(''Wscript.Network'');
XDocument.DOM.SelectSingleNode(''my:myField/my:field1'') = oNet.UserName;
-
Hi lou131,
Why dont you try for applying rules by inserting a button and setting a condion on that. If field1519 = ''Targeted'' or ''Migrations'' then set the functionality what ever you want in the field161.
Hope this will help you.
-
Hi anandhienator,
The logic itself is there in the script only, In that what ever the values you are taking, take those values in the arraylist so that while comparing take the values from arraylist.
before that do like this, drag the another copy of drop down list box and run the application. the copy of dropdown list box will show your ...
-
Hi tatopitta,
Its very simple, double click the textbox in the UI and go to display tab, check the ''limit text box to'' check box and give the maximum length you want.