Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Private Sub Report_Open(Cancel As Integer)
detailHeight = Section(acDetail).Height
End Sub
Private Sub Details_Format(Cancel As Integer, FormatCount As Integer)
Dim strFotos As String
strFotos = Application.CurrentProject.Path & "\"
If Me.chkFotoaanwezig = True Then
With Me.imgFoto
.Visible = True
.Picture = strFotos & Me.txtFoto
.Width = 2000
.Height = 2000
End With
Section(acDetail).Height = 2020
Else
With Me.imgFoto
.Picture = strFotos & "dummy.jpg"
.Visible = False
.Width = 20
.Height = 20
End With
Section(acDetail).Height = detailHeight
End If
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.