User Profile

Collapse

Profile Sidebar

Collapse
Juan Alvarez
Juan Alvarez
Last Activity: Mar 2 '08, 06:31 PM
Joined: Oct 24 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Juan Alvarez
    started a topic VSTO - CustomDocumentProperties - Emergency
    in .NET

    VSTO - CustomDocumentProperties - Emergency

    Hi everyone, this is an emergency =S

    I have a Word document that use a Template with Custom Properties. The template has one Field that once i fill it, it calls another applicaton an fill the rest of them.

    I need to get the value of some fields that are filled but i cant. I can get the BuiltInProperti es but not the Custom Ones, i can just get a "" value.

    My code is here:
    Code:
            private
    ...
    See more | Go to post

  • Juan Alvarez
    replied to VSTO - Word Document is Saved Empty
    in .NET
    I solved the problem, if you turn the AllowSubstituti ons to true the file will be saved with its content....
    See more | Go to post

    Leave a comment:


  • Juan Alvarez
    started a topic VSTO - Word Document is Saved Empty
    in .NET

    VSTO - Word Document is Saved Empty

    Hi everyone,

    I have a problem here. Here is my code:

    Code:
            private void wa_DocumentBeforeSave(Word.Document Doc, ref bool SaveAsUI, ref bool Cancel)
            {
                Cancel = true;
                SaveAsUI = false;
    
                SaveDocumentAtSharePoint(Doc);   
            }
    
            private void SaveDocumentAtSharePoint(Word.Document Doc)
            {
    ...
    See more | Go to post

  • Juan Alvarez
    started a topic Capture Office Standard buttons Events in .NET
    in .NET

    Capture Office Standard buttons Events in .NET

    Hi everyone,

    I have a problem here. I created a Shared-Addin project in VS 2005 and I need to change the functionality of the save button and his shortcut ( ctrl + s), and fire a custom event when the document is closing (in Excel, Word and Powerpoint).

    Im a bit confused with eventhandling, can anyone help?

    Regards,

    Juan Alvarez
    See more | Go to post

  • Juan Alvarez
    started a topic jhalfs problem

    jhalfs problem

    Hi everyone, i have a problem with jhalfs.

    i downloaded jhalfs 2.2, unpacked it and made my .config file.

    After the Makefile is done it exits and i dont know what to do now :(. Im in a big hurry and i will apreciate any help.

    -JMA-
    See more | Go to post

  • Juan Alvarez
    replied to Serious problems with Regex in C
    in C
    www.devpacks.or g -> String Manipulation -> RX =) problem solved!
    See more | Go to post

    Leave a comment:


  • Juan Alvarez
    started a topic Serious problems with Regex in C
    in C

    Serious problems with Regex in C

    hi, everyone,

    I have a serious problem here, i need to make a program using Regular Expressions in C in Dev-C++. I found some tutorials but all the links are broken :S i have 5 days looking for them and im loosing the hope :(.

    I need to make that program in less than 2 days.

    i downloaded some regex.h and regex.c and test programs. When i compile i always get one of these errors:

    "config.h"...
    See more | Go to post

  • Juan Alvarez
    replied to Regular Expresions in C
    in C
    Thanks for replying =)
    See more | Go to post

    Leave a comment:


  • Juan Alvarez
    started a topic Regular Expresions in C
    in C

    Regular Expresions in C

    What i need to do to use Regex in C?

    Any help?
    See more | Go to post
No activity results to display
Show More
Working...