-
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
access to formula value
- This topic has 2 replies, 2 voices, and was last updated 13 years, 7 months ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
April 14, 2011 at 11:44 am #12714AnonymousGuest
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 at 11:44 am #8377AnonymousGuestI 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 at 1:38 pm #9167Bernhard KantzParticipantIt’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
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.