Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: PDM 1.0z & 1.0h
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
BUG: PDM 1.0z & 1.0h
Divers
Thread ID:
00771211
Message ID:
00771211
Vues:
42
Don't pannic.

Change the followin rows in method AnalyzeProps of class _PDM_AnalyseSC:
             SCAN WHILE BINTOC(XX101P)=BINTOC(m.XX101P) AND;
                  BINTOC(SYS2007)=BINTOC(VAL(SYS(2007,m.OBJNAME)));
                  FOR OBJNAME==m.OBJNAME
                  llFound=.T.
             ENDSCAN
to:
             SCAN WHILE BINTOC(XX101P)=BINTOC(m.XX101P) AND ;
                  BINTOC(SYS2007)=BINTOC(VAL(SYS(2007,m.OBJNAME)))
                  IF OBJNAME==m.OBJNAME
                     llFound=.T.
                     EXIT
                  ENDIF
             ENDSCAN
MartinJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Répondre
Fil
Voir

Click here to load this message in the networking platform