Recent content by ShadowsSA

  1. S

    Opening and Closing Templates Differently

    The scenario: I have a "Preview in Excel" button, that opens a excel template and populates the required fields and then saves the file. I have a second button to email the document. If the user has previewed the document, outlook is opened with the document as an attachment, and other files...
  2. S

    Any help with this expression?

    Got it to work by creating a function and referencing the function.Thanks for the help and for replying
  3. S

    Any help with this expression?

    Will give it a try. Thanks for your help
  4. S

    Any help with this expression?

    It has to be done in expression builder, as other values are calculated and then inserted depending on choices made. How do you call the function from the expression builder?
  5. S

    Any help with this expression?

    I need help setting up an expression. I need to set the default value = date + 2. But this also needs to take into account working days. I am just having problems with the syntax for this, as i would normally do this in VBA and do not have much experience with Expression Builder. And yes it does...
  6. S

    Need help with this expression

    I need help setting up an expression. I need to set the default value = date + 2. But this also needs to take into account working days. I am just having problems with the syntax for this, as i would normally do this in VBA and do not have much experience with Expression Builder. And yes it does...
  7. S

    Only copy updated or changed files

    I am wanting to copy files to two locations. A local and server location. All files will be copied in a specified folder. But I am only wanting to copy files that have been updated or changed. If someone knows how this can be achieved, your help will be very much appreciated.
  8. S

    FileCopy to two locations

    I was wanting to know if anyone knows how to specify two locations, and coping multiple files at once, with the FileCopy function, and only allow saving files in those locations that have been updated since the last save occured. Please if anyone can help with this
Back
Top Bottom