Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (8 items)
-
Hi Hillary, thanks for replying. I don't understand what you are saying.
Is there something wrong in my code?
-
I am writing a simple custom code to a Button control in C#. The code is supposed to open a URL in the same window.
public void CTRL10_5_Clicked(object sender, ClickedEventArgs e)
{string URL = "www.google.com";
System.Diagnostics.Process.Start(URL);
}
Note: Typically, I would have a Hyperlink control, ...
-
Hi Gennady:
I tested your solution and it works. But now I want to create a filtered view using the 'Display Name":
a. In SharePoint 2010, I created a view using 'My documents' template.
b. For the view filter, I tried to replace [Modify By]; with 'Display Name'. The Filter formula should now be: ...
-
I tired your second code (which has the CreateAttribute line). This successfully cleared the attachment control -- and it does not leave me with a validation error.
Thanks for your help!
-
No. The script that I posted does not cause validation error.
The error occurred when I copied the script from the 2nd link, which dateTime object as a parameter to SetValue.
Do I really need to CreateAttribute after DeleteSelf?
-
Yes I did try it -- copied the exact script which resulted in the validation error.
After further experimenting, this solution finally did the trick:
public void FormEvents_ViewSwitched(object sender, ViewSwitchedEventArgs e)
{
...
-
Thanks for your reply.
The reason that I am not using rules: the original posting did not offer such a solution. You either did it manually or use his script.
My project requirements are:Create a form solution published to SharePoint.Add a feature that allow users to upload documents to a document library on the same ...
-
I am writing a code that would programatically remove any content from an Attachment control. There is a nice article about this from bizsupportonline >>
http://www.bizsupportonline.net/blog/2009/10/delete-remove-clear-attachment-infopath-form/
a. I created an InfoPath 2010 form, with an Attachment ...
Page 1 of 1 (8 items)