Buenas días.. el programa funciona bien.. hice algunas modificaciones como la idea mandar abrir el informe con el notepad de Windows así :
SET CONSOLE OFF
SET DEVICE TO SCREEN
SET PRINTER OFF
SET PRINTER TO
lcFile ="JOSE.TXT"
IF EMPTY(lcFile)
RETURN
ENDIF
loShell = CREATEOBJECT("Shell.Application")
loShell.ShellExecute(lcFile)
RELEASE loShel
Thisform.refresh()
La pregunta es , ¿ como hago lo mismo sin tener que pasar por el modo de impresión del notepad?
JM
Jajajajjajajajajaj la botaste!!!!!
JM