Boa noite,
Estou com dificuldades para vincular imagens em um banco de dados no windows (office) 64 bits.
No 32 bits, funciona normalmente, no 64 não.
Código
Dim strCaminho As String, strPastaInicial As String
strPastaInicial = "D:\CADASTRO\FOTOS"
strCaminho = Buscar(Me.hwnd, "Inserir foto", strPastaInicial, _
"Arquivos gráficos (*.bmp; *.gif; *.jpg)" & vbNullChar & "*.bmp; *.gif; *.jpg")
If Len(strCaminho) > 0 Then
Me.Foto = strCaminho
Me.Foto = Me.Foto
End If
Alguém pode me dar uma dica.
Fabiano
Estou com dificuldades para vincular imagens em um banco de dados no windows (office) 64 bits.
No 32 bits, funciona normalmente, no 64 não.
Código
Dim strCaminho As String, strPastaInicial As String
strPastaInicial = "D:\CADASTRO\FOTOS"
strCaminho = Buscar(Me.hwnd, "Inserir foto", strPastaInicial, _
"Arquivos gráficos (*.bmp; *.gif; *.jpg)" & vbNullChar & "*.bmp; *.gif; *.jpg")
If Len(strCaminho) > 0 Then
Me.Foto = strCaminho
Me.Foto = Me.Foto
End If
Alguém pode me dar uma dica.
Fabiano