Use our Google Custom Search for best site search results.
Search
-
Sorry Patrick for the delay.Was out of town for sometime.
As you said before, it must have been a cross domain issue or something like that because I implemented the same in some other domain and it worked fine.
Thank you very much Patrick for your kind help.
-
Hi Qwer,
Add a button to ur form.In the Button Properties dialog,specify the Action as Rules and Custom code.Click the ''Rules'' button to add a rule and select ''Submit using Data Connection''.
Regards,
Abhishek
-
Hi Patrick,Not sure whether u have read my reply above
I even tried with a very simple infopath form where I type a value in 1 textbox.On clicking a button the value is copied to another textbox.I used Managed code.But when I open the form in sharePoint,it throws a warning stating..
''Some Files can harm your computer.If the file information ...
-
Hi Patrick,
The site I am trying to access is in my domain itself.
Also I use ''Domain'' form security settings.
I use web services to query ADS and populate listboxes.
Case1 - I publish the form using ''localhost'' in the URLhttp://localhost:1000/test/Forms/AllItems.aspx).
Case2 - I publish the form using hostname(or IP address) in the ...
-
Is that all I need to do?
I tried but it dint work.
Do I need to make the form Full Trust using Regform tool?
But the problem is that it is an Infopath project using visualStudio.And I can see the form in design mode only when I run the project.
-
I have designed an Infopath form where I use managed code to convert Amount(numeric) to Amount in words.I published it in a SharePoint Form Library.
When I run the project i.e in preview form,the form opens as expected.
Also when I use ''localhost'' http://localhost:9090/sites/SpeedPortal/test1/Forms/AllItems.aspx) in my SharePoint Portal URL,the ...
-
In my Infopath form,I have multiple ''FIND'' buttons.Each of these ''FIND'' buttons is used to fetch user details from the ADS.
Example-I enter my employee ID and click on the first ''Find'' button.It fetches my details from ADS based on my employee ID.
Similarly I also use another ''FIND'' button to search the name of my superior based on his ...
-
Thank you very much to both Greg and Agni for your kind help.
-
I still dint understand u,when u tell me to insert values into the XML to which my list box is bound.
Do u mean to say that I have to
1)''Look up values in the form's data source''(in the Listbox Properties dialog) and bind the listbox to a repeating group
2)Populate the repeating group fields with values using managed code so that my listbox ...
-
Hey thanks Agni,I got the solution.