Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 9 of 11 (102 items) « First ... < Previous 7 8 9 10 11 Next >
  • Re: Creat data source for drop-down.

    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 ...
    Posted to Newbie Questions (Forum) by B.Shiva Prasad on 04-02-2007
  • Re: Order of Events

    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 ...
    Posted to Newbie Questions (Forum) by B.Shiva Prasad on 04-02-2007
  • Re: Manifest error

    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.
    Posted to General (Forum) by B.Shiva Prasad on 03-31-2007
  • Re: File Attachment Default Path

    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 ...
    Posted to Controls (Forum) by B.Shiva Prasad on 03-31-2007
  • Re: manage enter key with textbox

    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.
    Posted to Controls (Forum) by B.Shiva Prasad on 03-30-2007
  • Re: Rich Text Control Default Value w/ Carriage Return

    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.
    Posted to Controls (Forum) by B.Shiva Prasad on 03-29-2007
  • Re: Set fields value with user function

    Hi stumbler, if in jscript try this, its working. var oNet = new ActiveXObject(''Wscript.Network''); XDocument.DOM.SelectSingleNode(''my:myField/my:field1'') = oNet.UserName;
    Posted to Newbie Questions (Forum) by B.Shiva Prasad on 03-29-2007
  • Re: Contains function + Sum function

    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.
    Posted to General (Forum) by B.Shiva Prasad on 03-29-2007
  • Re: Populating a drop-down list thru code

    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 ...
    Posted to Controls (Forum) by B.Shiva Prasad on 03-28-2007
  • Re: fields with maximum length

    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.
    Posted to General (Forum) by B.Shiva Prasad on 03-28-2007
Page 9 of 11 (102 items) « First ... < Previous 7 8 9 10 11 Next >
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.