jueves, 12 de noviembre de 2020

Imprimir

 //Imprimir sin qry


// Open the preview window
iPreview()
// Print the report while passing parameters
iPrintReport(RPT_DB_Socio,RADIO_Persona..Value, RADIO_Activos..Value)


//imprimir con qry

 

    // Open the preview window
    iPreview()
    
    iInitReportQuery(RPT_Soc_Historico,gsIdSocio,gdFechaInicial, gdFechaFinal)
    // Print the report while passing parameters
    iPrintReport(RPT_Soc_Historico,gsIdSocio,gdFechaInicial, gdFechaFinal)


No hay comentarios.:

Publicar un comentario

Valida RFC

 // Summary: <specify the procedure action> // Syntax: //[ <Result> = ] GP_ValidaRFC (<nTipoPersona>, <sParamRFC>) /...