Hola:
Necesito ayuda para pasar parametros (encabezado de reportes)
en R&R.
ya generé la variable empresa con el riparam("nombre") dentro del reporte e inserté el campo empresa
pero no se como mandar el parámetro
tengo la variable public nombre="CASTA" en el menu.prg
mando llamar el reporte con la funcion
Mostrar2("FACTURA", cruta, "D")
FUNCTION Mostrar2(repname, xRutadbf, tipsal)
local oRRw
local xRutaryr:=".\R&R\"
local xReport:=repname+".RRW"
local xPagIni:=1
local xPagFin:=999
// local xRutadbf:=".\Datos"
local xCopias:=1
local xPrev:=tipsal
local xSalida:=" "
local lquery:=.f.
local xPrint:="REPORTES"
local xRutarun:=".\Runtime\RRWRUN /T"
Local cPath :=(CurDrive() + ":\" + GetCurDir() + "\Datos")
oRRw:= RRWNEW():NEW("",xRutaryr+xReport,xPagIni,xPagFin,xRutadbf)
oRRw:SetPrinter("REPORTES")
oRRw:SetMaster(xRutadbf)
oRRw:SetCop( xCopias )
oRRw:SetOutPut(xPrev,xSalida,xPrint)
oRRw:Print(xRutarun)
oRRw:End()
Return nil
Paso de parametros con el R&R
Return to “FiveWin para CA-Clipper”
Jump to
- English Forums
- ↳ FiveWin for CA-Clipper
- ↳ FiveWin for Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog and EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin for Pocket PC
- ↳ mod_harbour
- Foros en Español
- ↳ FiveWin para CA-Clipper
- ↳ FiveWin para Harbour/xHarbour
- ↳ FiveTouch
- ↳ EasyReport, EasyDialog y EasyPreview
- ↳ FiveMac / FivePhone (iPhone, iPad)
- ↳ FiveLinux / FiveDroid (Android)
- ↳ FiveWin para Pocket PC
- ↳ mod_harbour
- Forum italiani
- ↳ All products support
- Forum Portuguese
- ↳ All products support
- Forum German
- ↳ All products support
- General
- ↳ WhatsNew / Novedades
- ↳ Bugs report & fixes / Informe de errores y arreglos
- ↳ To do - WishList / Por hacer - Peticiones
- ↳ Utilities / Utilidades
- ↳ Off Topic / Otros temas
- Artificial Intelligence
- ↳ TensorFlow and Python examples
- ↳ TensorFlow.dll for Harbour and FWH
- ↳ latest AI news
- ↳ Building TensorFlow.dll
- ↳ AI Introduction (Harbour code and samples)