-
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
accessing parameters to add to diagrams
- Dieses Thema hat 4 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 16 Jahren, 7 Monaten von Dermot Cradden aktualisiert.
-
AutorBeiträge
-
April 7, 2008 um 1:03 am Uhr #12607Dermot CraddenTeilnehmer
I am trying to add parameters of datasets and folders into diagrams and documents.
I cannot find any reference to them in any dropdown boxes for “fields” to enter them into text boxes of diagrams to use as headers.
I would like to identify information such as serial and part numbers in diagrams and have them update automatically as the activated folder changes and the diagram curves are updated.
April 7, 2008 um 1:03 am Uhr #8270Dermot CraddenTeilnehmerI am trying to add parameters of datasets and folders into diagrams and documents.
I cannot find any reference to them in any dropdown boxes for “fields” to enter them into text boxes of diagrams to use as headers.
I would like to identify information such as serial and part numbers in diagrams and have them update automatically as the activated folder changes and the diagram curves are updated.
April 8, 2008 um 1:06 am Uhr #8976Bernhard KantzTeilnehmerUse the Parameters command to access a parameter.
Example: The dataset ‘Dataset’ includes the Parameter ‘P’
%{Dataset.Parameters("P")}
Alternatively you can create a FPScript function the get the Parameter value:
Dataset.Parameters("P")
April 8, 2008 um 10:18 pm Uhr #8977Dermot CraddenTeilnehmerThanks, it looks like i can get that to work for datasets in folders, but if the parameters are associated with the folder it fails.
I would rather display parameters of the activated folder rather than a specific dataset located in the folder.
changing the dataset name to a folder name doesn’t work.
is there a different syntax for folder names?
April 8, 2008 um 10:54 pm Uhr #8978Bernhard KantzTeilnehmerUse the following command to access a parameter of the parent folder:
%{ThisFPObject.ParentFolder.Parameters("P")}
Alternatively you can use the object name to access an object. If the object to be found is not a formula, not a data set and not an analysis or data link object, you have to attach the extension corresponding to the object type to the object name.
Example:\Folder.FLD.Parameters("P")
See also
FlexPro Help|FlexPro Objects -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.