Respuesta
en
Visual Basic
a
Crystal Report
Cuando generas el ejecutable para instalación debes asegurarte de incluir los siguientes DLL de Crystal Reports: P2bdao.Dll SCR Physical Database DLL P2ctdao.Dll SCR Physical Dictionary DLL P2irdao.Dll SCR Physical Directory DLL P2smon.Dll Active...
Respuesta
en
Visual Basic
a
Migrar Datos
Creo que algo así te puede servir: Private Sub Pasar_Excel() Arcw = Ruta & "Accionistas.Xls" Set Hojaexcel = CreateObject("Excel.Sheet") 'Hojaexcel.Application.Visible = True Hojaexcel.ActiveSheet.Cells(1, 1).Value = "Registro"...
79 respuestas no visibles