-
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
access to formula value
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 13 Jahren, 7 Monaten von Anonym aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
April 14, 2011 um 11:44 am Uhr #12714AnonymGast
I would like to access and to extract the formula value into a data set in order to make other calcultation and work with VB.
How can I do it ?
regards,
April 14, 2011 um 11:44 am Uhr #8377AnonymGastI would like to access and to extract the formula value into a data set in order to make other calcultation and work with VB.
How can I do it ?
regards,
April 20, 2011 um 1:38 pm Uhr #9167Bernhard KantzTeilnehmerIt’s possible to evaluate a FPScript formula. In VBA you can use the Evaluate method.
Dim oFml as Formula Set oFml = ThisDatabase.RootFolder.Object("Formula", fpObjectTypeFormula) oFml.Evaluate Dim oDataset as Dataset Set oDataset = ThisDatabase.RootFolder.Object("Formula", fpObjectTypeDataSet) Dim vtValue vtValue = oDataset.value
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.