Guten Tag
kann mir jemand sagen welchen befehl ich benötige um den Klemmplan int txt zu exportieren?
ActionCallingContext labellingContext = new ActionCallingContext();
labellingContext.AddParameter("CONFIGSCHEME", str_schema);
labellingContext.AddParameter("DESTINATIONFILE", str_desPath + str_filter + ".txt");
labellingContext.AddParameter("FILTERSCHEME", str_filter);
labellingContext.AddParameter("SORTSCHEME", str_SortScheme);
labellingContext.AddParameter("LANGUAGE", "de_DE");
labellingContext.AddParameter("LogMsgActionDone", "true");
labellingContext.AddParameter("RECREPEAT", "1");
labellingContext.AddParameter("TASKREPEAT", "1");
labellingContext.AddParameter("SHOWOUTPUT", str_ShowOutput);
new CommandLineInterpreter().Execute("label", labellingContext);
Dies scheint nicht die richtige Variante zu sein.
danke
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP