hexagon logo

updating datapage?

Running PCDMIS 4.1 and Datapage 3.33. Question is when I'm in a program and it ask to update data base, yes or no and I pick no .Close that program. Open a different part program, run throw it, update data base, yes or no, I pick yes. What I notice is not only does the program that I'm running update but the one that I closed and do not want updated. Is there away to only update or send the data to the database or file only on the part program you want? I'm not sure if I have explained this well. So if I need to give a better explanation, Please let me know. Thank you.Astonished
Parents
  • Sounds good to me. This is from craiger_ny...
    $$ NO,
         ,
         ,
         ,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER
         ,XSTATS11.TMP TO BE CREATED
         ,
         ,
    V1         =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP
                IF/V1==1
                FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP
                END_IF/
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;MEAS,NOM,TOL,DEV,OUTTOL, , 
    $$ NO,,

    File path is where ever you have loaded PC-DMIS


    +1 > Good one!!
Reply
  • Sounds good to me. This is from craiger_ny...
    $$ NO,
         ,
         ,
         ,THIS WILL REMOVE XSTATS11.TMP FILE AND ALLOW ANOTHER
         ,XSTATS11.TMP TO BE CREATED
         ,
         ,
    V1         =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP
                IF/V1==1
                FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS 4.3MR2RC\XSTATS11.TMP
                END_IF/
                FORMAT/TEXT,OPTIONS, ,HEADINGS,SYMBOLS, ;MEAS,NOM,TOL,DEV,OUTTOL, , 
    $$ NO,,

    File path is where ever you have loaded PC-DMIS


    +1 > Good one!!
Children
No Data