FOROS PROFESIONALES
WINDEV
,
WEBDEV
y
WINDEV Mobile
Inicio
|
Mensajes recientes
|
Conéctese...
|
Desconnectar
|
Español
Inicio
→
WINDEV 2024
→
équivalent "For Each" de VB pour un objet OLEDB
équivalent "For Each" de VB pour un objet OLEDB
Iniciado por olivier.wauquier, 22,feb. 2006 16:32 - 1 respuesta
Conéctese…
olivier.wauquier
#1
Publicado el 22,febrero 2006 - 16:32
Comment trouver un équivalent au "For Each" de VB pour un objet OLEDB ?
Voir code ci-dessous:
Sub ProcessAttachments(iMsg As CDO.Message)
Dim iBp As CDO.BodyPart
Dim Filename As String
Dim Atchmts As CDO.IBodyParts
Set Atchmts = iMsg.Attachments
' Note that all attachments are contained in body
' parts -- the collection object
' exposes the IBodyParts interface.
If Atchmts.Count > 0 Then
For Each iBp In iMsg.Attachments
Filename = iBp.Filename
If Not Filename = "" Then
' Use the file name
End If
Next iBp
End If
End Sub
D'avance merci
Olivier WAUQUIER
tel: 0327895973
Informar
0
0
Abbeel_Fabian
#2
Publicado el 23,febrero 2006 - 20:58
POUR TOUT FICHIER SUR IDFICHIER
FIN
Fab
"Olivier WAUQUIER" <olivier.wauquier@free.fr> a écrit dans le message de
news: 43fc6fd1$1@news.pcsoft.fr...
Comment trouver un équivalent au "For Each" de VB pour un objet OLEDB ?
Voir code ci-dessous:
Sub ProcessAttachments(iMsg As CDO.Message)
Dim iBp As CDO.BodyPart
Dim Filename As String
Dim Atchmts As CDO.IBodyParts
Set Atchmts = iMsg.Attachments
' Note that all attachments are contained in body
' parts -- the collection object
' exposes the IBodyParts interface.
If Atchmts.Count > 0 Then
For Each iBp In iMsg.Attachments
Filename = iBp.Filename
If Not Filename = "" Then
' Use the file name
End If
Next iBp
End If
End Sub
D'avance merci
Olivier WAUQUIER
tel: 0327895973
Informar
0
0
→ Volver a WINDEV 2024
WINDEV 2024
WEBDEV 2024
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WEBDEV (versiones precedentes)
WEBDEV (versiones precedentes)
WINDEV Mobile (versiones precedentes)
WINDEV Mobile (versiones precedentes)
Reports & Queries
Reports & Queries
Irrelevante
Irrelevante
Herramientas
Herramientas
Français
English
Español
Portuguesa
Fermer cette fenêtre
Búsqueda Tipo
Sólo temas
Todos los mensajes
Periodo Buscar
Cualquier fecha
Última hora
Última 24 horas
Última semana
Último mes
Último año
Cancelar
Vista previa del mensaje
Añadiendo una imagen
Importar una imagen desde una URL
Enviar una imagen desde un archivo de su disco
Arrastrar un archivo o click en "Examinar..."
o
Cancelar
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Texto