Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: PDM 1.0z & 1.0h
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
BUG: PDM 1.0z & 1.0h
Miscellaneous
Thread ID:
00771211
Message ID:
00771211
Views:
43
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
Reply
Map
View

Click here to load this message in the networking platform