-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > FPScript > Why don’t I have write access to datasets in FPScript? > Antwort auf: Why don’t I have write access to datasets in FPScript?
August 7, 2003 um 8:16 pm Uhr
#8878
Bernhard Kantz
Teilnehmer
The FPScript formulas build up a network where only the data flow is determined but not the control flow. This means that the order in which formulas are executed and if they are executed at all is not defined. Therefore, no operations, which have side effects on other objects are allowed in FPScript.
If you want to modify datasets or other objects, then you need to write a Visual Basic macro. Here you have full access rights to all object properties including the data of datasets.