CONSULTA SOBRE VLWORD - Forum

Forum Navigation
You need to log in to create posts and topics.

CONSULTA SOBRE VLWORD

@vadim

Hola, te molesto porque no puedo encontrar como utilizar y pasar variables de visualneowin en en un documento word abierto por el plug y luego grabarlo con el valor de esas variables incluidas. ejemplo

tengo un archivo demo.docx en el cual su contenido es

ciudad de 9 de julio en la provincia de buenos aires [dateshort]

Pero cuando lo abro y lo intento grabar supuestamente con el contenido del valor de [dateshort] sigue el nombre de la variable y no su valor....

ENGLISH

Hi, I'm contacting you because I can't figure out how to use and pass VisualNeoWin variables into a Word document opened with the plugin and then save it with the values ​​of those variables included. For example:

I have a file called demo.docx whose content is:

"City of 9 de Julio in the province of Buenos Aires [dateshort]"

But when I open it and try to save it, supposedly with the value of [dateshort], the variable name remains instead of its value.

How can I open a docx file, add the values ​​to the variables it contains, and then save it as a new docx file? Thanks a million in advance.

Best regards

como debo hacer para que pueda abrir un archivo docx, le agregue los valores a las variables que contenga y luego lo grabe como un nuevo archivo docx
desde ya mil gracias.

Saludos cordiales

@joferar333

The plugin comes with a demo project that illustrates the operation of each command. For each command, there is a detailed hint in the command configuration assistant window, as well as in a separate RTF file that exists for each command.

Find the desired command in the demo project and use the code from there as an example. The plugin allows you to do everything in MS Word that you can do with your hands. You will definitely succeed!