-
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
Why don’t I have write access to datasets in FPScript?
- This topic has 2 replies, 2 voices, and was last updated 21 years, 3 months ago by Richard Weisang.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
August 7, 2003 at 8:11 pm #12544Richard WeisangKeymaster
I want to modify the data of datasets in my FPScript formulas.
August 7, 2003 at 8:16 pm #8207Richard WeisangKeymasterI want to modify the data of datasets in my FPScript formulas.
August 7, 2003 at 8:16 pm #8878Bernhard KantzParticipantThe 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.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.