Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (9 items)
  • Re: Conditional Formatting does not work

    Michael,  I have been able to get conditional formatting to work on browser-enabled forms before. Specifically, I am able to hide a section depending on a value in my data source. I haven't gotten any more in-depth than that, but maybe its something specific to the type of control you are trying to format? Jason
    Posted to Browser Forms (Forum) by jdogan on 06-12-2007
  • Re: can browser-enabled form execute client-side code?

    Not that I've seen. There isn't even an option for doing something as simple as displaying an alert box. In my experience, this is the biggest hole in the browser-enabled form approach. Maybe they'll figure out a way in a future release?   Jason
    Posted to Browser Forms (Forum) by jdogan on 06-12-2007
  • Page break within a repeating section?

    I have a form that is a giant repeating section, each instance of which spans a couple of pages. I thought I would be able to just add a page break at each appropriate spot within the repeating section, and it would be good. However, when I have placed the cursor where I would like to add the page break, when I go to the Insert menu, the Page ...
    Posted to General (Forum) by jdogan on 05-14-2007
  • Cascading drop downs

    I have 2 drop-down boxes bound to secondary data sources (web services if it matters). The first simply contains a list of states, and the web service call doesn't require any parameters. The second contains cities within the selected state, so that call requires 1 input parameter (the ID of the selected state). This is a classic cascading drop ...
    Posted to Controls (Forum) by jdogan on 04-12-2007
  • Switching views

    I have a form template that has custom code that is executed upon form submit. This custom code simply sets a hyperlink URL (appending information to a query string) and switches the current view that contains the hyperlink that the user can click to continue with the workflow. The view switching code is simply ViewInfos.SwitchView(''View ...
    Posted to Browser Forms (Forum) by jdogan on 04-09-2007
  • blank data source panel

    Sometimes, when I open an InfoPath form template within Visual Studio, and go to the Data Source panel, the panel comes up blank. I have seen it do this many times over the last few months, and hadn't figured out what causes it. I did learn that the panel wasn't entirely blank, because if you drag the panel to the left and expand it to take up the ...
    Posted to General (Forum) by jdogan on 04-09-2007
  • How to launch new browser window upon form submit?

    I would like to know if, using a browser-enabled form template, there is any way to launch a new browser window pointing to a URL upon form submit. I am fairly familiar with using custom code during form submission, but thus far I haven't found anything addressing this issue. Thanks for any feedback! Jason
    Posted to Code (Forum) by jdogan on 04-09-2007
  • Re: Return value from Web Service submit

    Thanks Greg, Before I saw your reply, I ended up adding a web reference to my web service, and then adding custom submit code that invokes the method on the web service directly instead of utilizing a data connection at all. <Code Snippet> public void FormEvents_Submit(object sender, SubmitEventArgs e) { ...
    Posted to Web Services (Forum) by jdogan on 01-17-2007
  • Return value from Web Service submit

    Hello, I am wondering if it is possible to handle a web method return value after submitting a form? Basically, I have a web method Guid Submit(){...} When submitting a new form, the Guid returned is the new Id in the database, which I would like to capture and store in a form dataField so that if the user clicks the Submit again, it will ...
    Posted to Web Services (Forum) by jdogan on 01-15-2007
Page 1 of 1 (9 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.