[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Running QAD mfg/pro program using mbpro, do I need mf.p to run in the script?

Status
Not open for further replies.
M

Marco Mendoza

Guest
Yes, you need a program that makes the call, something like this /*Program xxrun01.p */ OUTPUT TO VALUE(archivo + ".cimin"). PUT UNFORMATTED "someuser thepass" SKIP QUOTER(dominio) SKIP "xxtestprogram.p" SKIP "- - - - yes yes" SKIP /* parameters if need it */ "." SKIP "." SKIP "P" SKIP . OUTPUT CLOSE. INPUT FROM VALUE(archivo + ".cimin") NO-ECHO. OUTPUT TO VALUE(archivo + ".cimou"). RUN mf.p. INPUT CLOSE. OUTPUT CLOSE.

Continue reading...
 
Status
Not open for further replies.
Top