0
I am with a Genexus 9.0 VFP WIN application and have to convert to Genexus 9.0 JAVA WEB. I have on system with VFP WIN working perfectly where a file is generated . DOC and via 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 data view format in WORD.
Can anyone tell me if there are the same command equivalent in java? Or I can create an external JAVA routine to do this process?
Good morning Sandro, all right? I’ve tried, the problem is that I’m using Genexus 9.0 java WEB and what I’ve been looking for doesn’t work. I saw a lot of people complaining. I am making a conversion from GX 9.0 VFP WEB to GX 9.0 Java WEB and have several routines stalled because of this problem. That’s why I was thinking of doing something on the outside.
– Eduardo Santana
Eduardo, there is no restriction on being web, except for the components that you will probably have to put in the lib folder of Tomcat... We’ve done this in projects, but since some time ago, I don’t remember exactly what they are, but yes, it is possible... More information: https://www.genexus.com/developers/websac?en,,,18847;;
– Sandro Magrinelli Vianna
Thank you very much.
– Eduardo Santana
If the answer has been satisfactory, I would be grateful if you could vote on it so that other people who have the same question can be helped.
– Sandro Magrinelli Vianna