-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Control FlexPro using ActiveX
Accueil > Community > Automation and VBA > Control FlexPro using ActiveX
- This topic has 2 replies, 2 voices, and was last updated 21 years, 1 month ago by norbert.bakkers@lr.org.
-
AuthorPosts
-
October 1, 2003 at 11:41 pm #12445norbert.bakkers@lr.orgParticipant
I have written a programme in Delphi that automatically reads and partially processes tons of binary data files. I want to use FlexPro to do the more advanced analysis.
How do I control FlexPro using ActiveX to open a specific FPD file that which will carry out the analysis?
After that FlexPro will have to save the results in a data file, so I can process the results in Delphi.October 2, 2003 at 12:05 am #8740Bernhard KantzParticipantIf you want to write data into FlexPro databases you can either use the FPAccess interface (see FPAccess.chm for the documentation) or the FlexPro Object Model. The first is faster for writing huge amounts of data, but less flexible as it can only update and print existing documents and you have no way to access the results of your analysis.
To write and read data using the FlexPro Object Model you should take a look at the topics ‘Working with Data Sets’ and ‘Communicating with other Applications’ located in the folder ‘Automating TasksAutomation with FlexPro Visual BasicFirst Steps with FlexPro Visual BasicWorking With Objects’ in the FlexPro online help (Professional version only). The topics describe how to work with datasets and how to access the object model from outside FlexPro. Both topics are using Visual Basic syntax, but it should be easy to derive the Delphi notation.
Support
support@weisang.comOctober 2, 2003 at 12:05 am #8126norbert.bakkers@lr.orgParticipantI have written a programme in Delphi that automatically reads and partially processes tons of binary data files. I want to use FlexPro to do the more advanced analysis.
How do I control FlexPro using ActiveX to open a specific FPD file that which will carry out the analysis?
After that FlexPro will have to save the results in a data file, so I can process the results in Delphi. -
AuthorPosts
- You must be logged in to reply to this topic.