-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > FPScript > Why don’t I have write access to datasets in FPScript? > Reply To: Why don’t I have write access to datasets in FPScript?
August 7, 2003 at 8:16 pm
#8878
Bernhard Kantz
Participant
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.