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?