JohanError
Gebruiker
- Lid geworden
- 22 jan 2015
- Berichten
- 17
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.
Public Function GetImage(obj As Object, FullPath As String)
If Dir(FullPath) <> "" Then
With obj
.Picture = FullPath
.Visible = True
End With
Else
With obj
.Picture = CurrentProject.Path & "\dummy.jpg"
.Visible = False
End With
End If
End Function
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.