hexagon logo

External Command and DataPage+

I'm using PC-DMIS 2011 MR1 & DataPage+ MR1. When I run program that has features within the program that are looped, I only get one set of values, all the looped values in brackets are blank or null
If a program has no looping Datapage+ shows results fine. It also creates several, (depending on number looped featrues), extra transactions which are a second apart with no values.

Any help on this would be great.
Dennis G.
Parents
  • Try placing a Stats Update command just before your Loop End command.

    You'd get more replies if this were asked in the PCDMIS Forum.


    +1

    Place this line at the end of program (or loop):
    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM

    FILES\WAI\DATAPAGE+ 2011 MR1\DATAPAGESTATS.EXE -listening

    PS: use DISPLAY instead of NO_DISPLAY, is faster.
Reply
  • Try placing a Stats Update command just before your Loop End command.

    You'd get more replies if this were asked in the PCDMIS Forum.


    +1

    Place this line at the end of program (or loop):
    EXTERNALCOMMAND/NO_DISPLAY, NO_WAIT ; C:\PROGRAM

    FILES\WAI\DATAPAGE+ 2011 MR1\DATAPAGESTATS.EXE -listening

    PS: use DISPLAY instead of NO_DISPLAY, is faster.
Children
No Data