-
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
Missing FPT Files
Accueil > Community > Automation and VBA > Missing FPT Files
- This topic has 2 replies, 2 voices, and was last updated 20 years, 8 months ago by norbert.bakkers@lr.org.
-
AuthorPosts
-
April 27, 2004 at 2:34 am #12437norbert.bakkers@lr.orgParticipant
Due to a hard disk crash, I had to install Flexpro again including the service packs.
After the installation I opened my original project database and found that in VBA there are two missing FPT files. (Tools – References).
The errors are:
1)
Missing: (unknown).FPT
the location is: c:program filesflexpro 6.0users(unknown).fpt
2)
MISSING: Template.FPT
the location is: c:documents and settingsall users emplatesflexpro6.0T…..
(the rest of the message is longer than the window)If I have an empty database, there are no errors, just the three first boxes are ticked. After loading the project database I have the three standard boxes ticked plus the two above mentioned error lines with the boxes ticked.
Flexpro has been installed on an XP machine using admin rights.
What causes this error and is it FlexPro related or XP related.Thanks.
April 27, 2004 at 7:43 pm #8730Bernhard KantzParticipantThe file c:program filesflexpro 6.0users(unknown).fpt is the Personal Template Database and the file c:documents and settingsall users emplatesflexpro6.0Templates.fpt is the Global Template Database.
These databases don’t exist after a new FlexPro installation.
You can store macros in template databases or in databases. By default, FlexPro stores macros in the Personal Template Database so that they’re available for use with every FlexPro database.
References to a non-existing template database in a macro are the cause of the error messages.There are three solutions:
1) If you have a backup of the template databases, copy them in the appropriate directories.
2) Open the macro dialog (ALT+F8) to create new template databases.
3) Remove the references to the template database in the VBA code.Support
support@weisang.comApril 27, 2004 at 7:43 pm #8118norbert.bakkers@lr.orgParticipantDue to a hard disk crash, I had to install Flexpro again including the service packs.
After the installation I opened my original project database and found that in VBA there are two missing FPT files. (Tools – References).
The errors are:
1)
Missing: (unknown).FPT
the location is: c:program filesflexpro 6.0users(unknown).fpt
2)
MISSING: Template.FPT
the location is: c:documents and settingsall users emplatesflexpro6.0T…..
(the rest of the message is longer than the window)If I have an empty database, there are no errors, just the three first boxes are ticked. After loading the project database I have the three standard boxes ticked plus the two above mentioned error lines with the boxes ticked.
Flexpro has been installed on an XP machine using admin rights.
What causes this error and is it FlexPro related or XP related.Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.