Skip navigation

Account settings

Topic

vba: flexpro mit skript schließen

Home page Community Automation and VBA vba: close flexpro with script

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

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

    #34881
    Christian Rathgeber
    Participant

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

    #34878
    Bernhard Kantz
    Participant

    Please try the command:
    [code]
    databases(“vorlage1”).close fpdonotsavechanges
    [/code]

    support@weissang.com

    #34879
    Christian Rathgeber
    Participant

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

    #34880
    Bernhard 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.