FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Missing FPT Files

Page d'accueil ' Communauté ' Automation et VBA ' Fichiers FPT manquants

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #35047
    Norbert Bakkers
    Participant

    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.

    #35045
    Norbert Bakkers
    Participant

    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.

    #35046
    Bernhard Kantz
    Participant

    The 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.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.