-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Makro aus FPScirpt
Accueil > Community > Automation and VBA > Makro aus FPScirpt
- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by Michael Kaufmann.
-
AuthorPosts
-
March 30, 2015 at 12:35 pm #12876Michael KaufmannParticipant
Hallo,
kann ich ein Makro bzw. VBA-Skript
Sub Makro()
MsgBox “Hello”
End Sub
aus einem FPScript heraus aufrufen?Mit
Dim Sum
Sum = Application.Run(“Makro”)
hatte ich leider keinen Erfolg.March 30, 2015 at 12:35 pm #8536Michael KaufmannParticipantHallo,
kann ich ein Makro bzw. VBA-Skript
Sub Makro()
MsgBox “Hello”
End Sub
aus einem FPScript heraus aufrufen?Mit
Dim Sum
Sum = Application.Run(“Makro”)
hatte ich leider keinen Erfolg.March 31, 2015 at 8:32 am #9384Bernhard KantzParticipantDie Methode Run des Application-Objektes wird aus FPScript heraus nicht unterstützt; was das Fehlen des entsprechenden Eintrags im Assistenten nahelegt.
Würde man dies zulassen, könnte man sehr schnell (etwa durch Verwendung der Methode Update() auf direkt oder indirekt das aufrufende Formelobjekt) endlose Aktualisierungskaskaden auslösen. Aus diesem Grund ist das Aufrufen von externem Code aus FPScript-Formeln nicht vorgesehen. -
AuthorPosts
- The topic ‘Makro aus FPScirpt’ is closed to new replies.