Create Data WORD Document with Java - Genexus 9.0

0

I am using a Genexus 9.0 VFP WIN application and I have to convert to Genexus 9.0 JAVA WEB. I have on the system with VFP WIN running perfectly where a .DOC file is generated and through dbase commands Example:

dbase obj.ActiveDocument.MailMerge.Fields.Add(obj.Selection.Range, gx_msg)
dbase obj.Selection.TypeParagraph)
dbase obj.Selection.MoveRight(12)

A document is generated and opens this document in WORD data view format.

Can anyone tell me if there are the same equivalent command in java? Or can I create an external JAVA routine to do this?

    
asked by anonymous 19.04.2017 / 13:14

1 answer

0

Eduardo,

I believe the best alternative is to start using the GeneXus native and supported WordDocument data types.

You can find more information at this link: link ,

    
19.04.2017 / 17:09