Forum FlexPro – Discuss your topic!

Why don’t I have write access to datasets in FPScript?

Accueil > Community > FPScript > Why don’t I have write access to datasets in FPScript?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12544
    Richard WeisangRichard Weisang
    Keymaster

    I want to modify the data of datasets in my FPScript formulas.

    #8207
    Richard WeisangRichard Weisang
    Keymaster

    I want to modify the data of datasets in my FPScript formulas.

    #8878
    Bernhard KantzBernhard 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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.