Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DeepuNair
  • Order by date
  1. DeepuNair

    Change Background and Font Color on demand

    Hi, I believe you can achieve this using a Java Script on the master page and link the script to activate from the button clicks. The Java script would search for the body tag of your content and replace the font color, font or back color of the particular area. Its pretty simple. For...
  2. DeepuNair

    Infopath-Sharepoint-Email and Submit

    Hi, You can set the action for the Submit button as Rules and Custom code and paste the following in the Submit_clicked event. System.Text.StringBuilder message = new System.Text.StringBuilder(); message.AppendLine("Your Mail content here"); System.Collections.Specialized.StringDictionary...
  3. DeepuNair

    sharepoint infopath error

    Hi there, Can you tell me how you published the form? ie, using full access rights and approving through admin mode. Is this the only form that is creating error in your server? Have you created any simple form with just one textbox or so and publish and give it a try?

Part and Inventory Search

Back
Top