-
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
apply a formula to many files
- Dieses Thema hat 5 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 18 Jahren, 9 Monaten von bacle julien aktualisiert.
-
AutorBeiträge
-
Februar 4, 2006 um 1:45 am Uhr #12514bacle julienTeilnehmer
hello,
I am looking for apply formula to thousand of text file.
I have already maked a formula who take some specifics text line from one file and return them. But I want extract text line from many files automatically. I have one folder by file and I want created a new data set in each folder with the formula return automatically.thanks by advance
Februar 4, 2006 um 1:45 am Uhr #8177bacle julienTeilnehmerhello,
I am looking for apply formula to thousand of text file.
I have already maked a formula who take some specifics text line from one file and return them. But I want extract text line from many files automatically. I have one folder by file and I want created a new data set in each folder with the formula return automatically.thanks by advance
Februar 6, 2006 um 9:51 pm Uhr #8829Bernhard KantzTeilnehmerThis is possible with VBA in FlexPro Professional.
You could write a macro which imports the files automatically and generates the data sets in FlexPro. You could copy the analysis objects and presentation objects (e.g. formulas, diagrams) from a template database into the project database. Then you can manipulate these objects in FlexPro and it’s not necessary to create these objects with VBA.See also the ImportFilter example (ImportFilter.FPD).
Februar 6, 2006 um 10:56 pm Uhr #8830bacle julienTeilnehmerthanks you a lot.
but I haven´t got the pro edition. I have got the standart edition of flexpro 6.0.
So, is it possible without VBA ?
Februar 7, 2006 um 12:41 am Uhr #8831Bernhard KantzTeilnehmerIn this case you have to manually copy the formula in each folder.
Eventually you can use the activate Folder command:To do this, you set up several folders in the database. Each folder contains the respective data sets from a certain measurement. You create the document objects and analysis objects in the parent folder. Here, it is important that the data sets from the various measurements are always given the same name.
Now for example, before you update a document and thus trigger a calculation, activate the folder from which the data is to be taken using the (De)activate Folder command. All of the objects in the activated folder are then displayed in the parent folder. Therefore, FlexPro first searches in the activated folder for all data sets referenced in formulas, curves, etc., and then, if they are not found there, it searches within the parent folder.
Februar 7, 2006 um 8:37 pm Uhr #8832bacle julienTeilnehmerthanks you for your fast answer.
But I have got other problems because I haven´t got VBA. So now I think I will programmed in c++ and I will used flexpro just for data visualization.
thank you for your solution purpose.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.