FlexPro Forum – Discuss Your Topic!

vba: flexpro mit skript schließen

Home > Community > Automation and VBA > vba: flexpro mit skript schließen

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12400
    Christian RathgeberChristian Rathgeber
    Participant

    Hallo,
    wieso funktioniert dieser Befehl nicht:
    databases(“vorlage1”).close (savechanges AS fpsaveoptions=fpdonotsavechanges)

    #8083
    Christian RathgeberChristian Rathgeber
    Participant

    Hallo,
    wieso funktioniert dieser Befehl nicht:
    databases(“vorlage1”).close (savechanges AS fpsaveoptions=fpdonotsavechanges)

    #8634
    Bernhard KantzBernhard Kantz
    Participant

    Please try the command:

    
    databases("vorlage1").close fpdonotsavechanges
    

    support@weissang.com

    #8635
    Christian RathgeberChristian Rathgeber
    Participant

    Thank you for your answer, but I already tried this.
    Despite “fpDoNotSaveChanges” the window “Änderungen in Vorlage speichern” appears!

    #8636
    Bernhard KantzBernhard Kantz
    Participant

    Unfortunately we cannot reproduce this behaviour.
    Please send the FlexPro database to support@weisang.com. Which FlexPro version do you use (7.0.x)?

    support@weisang.com

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.