Saltar al contenido principal

Búsqueda

Búsqueda

How could Printer Code Template Field passed data correctly form c# with .NET SDK?

Comentarios

2 comentarios

  • Avatar
    Ye Zhao

    Anyone can help? Thanks~

    1
  • Avatar
    Jimmy

    Personally , I recommend dictionary or something close.

    Like add pair of string into a dictionary with key (source) and value , then SetSubString with foreach like below

    foreach (var node in Dictionay)
    {
         btformat.SubStrings.SetSubString(node.Key, node.Value);
    }

     

    Never ran into the problem u've got , so maybe you can try it out.

    0

Iniciar sesión para dejar un comentario.