Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For i = 1 To 2
crEsCuentaA.ParameterFields(i).ClearCurrentValueAndRange
Next i
For i = 1 To crEsCuentaA.Database.Tables.Count
crEsCuentaA.Database.Tables(i).SetLogOnInfo "Server", "Table", "ClientUser", "USER"
crEsCuentaA.Database.Tables(i).SetLogOnInfo "Server", "Table", "ClientUser", "USER"
Next i
crEsCuentaA.DiscardSavedData
For c = 1 To 2
crEsCuentaA.ParameterFields(c).ClearCurrentValueAndRange
Next c
crEsCuentaA.ParameterFields(1).AddCurrentValue dtpFecha.Value
crEsCuentaA.ParameterFields(2).AddCurrentValue dtCliente.BoundText
Form1.ccr.ReportSource = crEsCuentaA
Form1.ccr.ViewReport
Form1.Show