About 385 results
Open links in new tab
  1. How to replace text or insert text into bookmarks in a word template

    Oct 12, 2012 · I have a word template and it got some fileds that i need to fill with the information i enter form a textbox. Thise fields can be identified by bookmarks or by "<filedname>". i wanna …

  2. how to add checkbox into word using c#

    Oct 7, 2021 · DocX - John Atten had an excellent blog post and series on creating and manipulating Word Documents with C# using the open-source DocX library, which is …

  3. sharepoint increasing the size of a document?

    I have seen a similar issue before with excel files when there were macros running. Does the workflow edit the word document in anyway or do you have macros running?

  4. Best & Easy approach to upload bulk data to list

    Hi Viral. If the items you want to insert into the list are stored into an Excel spreadsheet, you could save the Excel file as a CSV file and write a PowerShell script that reads each line of the file …

  5. Conversion failed when converting from a character string to ...

    Sep 1, 2011 · If you want to insert null value to that column, please see the below query. CREATE TABLE test (test1 uniqueidentifier,test2 int) INSERT INTO test (test1,test2) VALUES …

  6. Teams Wiki create link to certain Wiki categories, but because …

    Including a Word file into a tab and use it as a Wiki is a workaround. Now one thing that the Wiki has, is it can create a URL to a certain Wiki's page. Is there a way to create a URL to a certain …

  7. Problem with VBA Insert Into Statement - social.msdn.microsoft.com

    Apr 19, 2011 · Everything works except the INSERT INTO statement. Most of my access knowledge comes from trial and error and don't know what to do. Any ideas? Here is an …

  8. Align Table Position in Word using C# - social.msdn.microsoft.com

    May 30, 2011 · Hi All, can I align my table on Word using C#? I already have a table on Word document which added manually to the document using C#. Thanks all. Saturday, May 28, …

  9. DataGridView: 2 way DataBinding? - social.msdn.microsoft.com

    Nov 3, 2008 · This must be a common use and I can't find sample code to do this. What I want is 2 way databinding. Binding knows the mapping to read data into a DataGridView, why can't it …

  10. Truncated Memo Field using Allen Browne Concat Function

    Dec 27, 2017 · Each document gets a one to many PackageID. Once the tables were setup, I created a query using Allen Browne’s method to Concat the PackageID so they displayed in …