Search found 11 matches: paramet

Return to advanced search

Re: Solicito código fuente de Flamenco

Antonio, La razón principal es que ya le había hecho algunas modificaciones al código del módulo principal, como es: - que "interpretará" ciertas órdenes embebidas en la URL y diera respuesta. Obviamente esta opción no era para uso de todos en internet. Ahora necesito ampliar esa funcional...
by JoelGG999
Fri Mar 15, 2013 10:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito código fuente de Flamenco
Replies: 8
Views: 1302

Outlook 2010, problemi nell'invio tramite ole

... se qualcuno di voi ha già avuto lo stesso problema ed ha un sistema per bypassarlo. Questa la mia routine di invio: FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC,cOrigin LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 ...
by Marco Turco
Fri Feb 11, 2011 8:13 am
 
Forum: All products support
Topic: Outlook 2010, problemi nell'invio tramite ole
Replies: 0
Views: 733

Re: Transparent bitmap on MDI with manifest file

Thanks Antonio,
it runs.

Due to the routine structure I have difficult to pass as paramet the hDC.
Is there a way to obtain the hDC of oWnd:oWndClient directly in the PaintTrasnsparent routine ? I tried with GetDC(oWnd:oWndClient) but it doesn't runs.
by Marco Turco
Mon Nov 09, 2009 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent bitmap on MDI with manifest file
Replies: 14
Views: 2734

Registry function - something changed ?

... 2147483654 #include "FiveWin.ch" function Main() cPath:=FileFind("WINWORD.EXE") msginfo(cPath) RETURN function filefind paramet cFile local cValue,nhandle cValue:="" if RegOpenKey( HKEY_LOCAL_MACHINE,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths", ...
by Marco Turco
Wed Nov 04, 2009 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registry function - something changed ?
Replies: 7
Views: 1132

Re: Email through outlook

... via OLE if available otherwise the default mail client. #include "FiveWin.ch" #include "Mail.ch" FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend,lUseCC LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante,cVar local nSelected,oDlg1 ...
by Marco Turco
Tue Oct 27, 2009 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email through outlook
Replies: 7
Views: 1322

Re: FASTREPORT - MAILExport

... InteractiveMessage("","","",aFiles,.f.) return("") FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend LOCAL oOutLook,oMailItem,oRecip,oAttach,i,lOffice,lMailMancante if lDirectSend=NIL lDirectSend:=.f. ...
by Marco Turco
Sat Aug 29, 2009 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FASTREPORT - MAILExport
Replies: 3
Views: 1106

Solved, thanks. There is a problem also with the AUTOSORT paramet. It doen't runs if I use the ADD COLUMN command to define the column (see code below). It is not urgent for me but I advise you about this problem. .. .. DEFINE dialog oDlg TITLE "xBrowse ...
by Marco Turco
Mon Jun 02, 2008 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and add column
Replies: 11
Views: 3301

... I use the MAPI subset system. You can make this using this function: #include "FiveWin.ch" #include "Mail.ch" FUNCTION Interactivemessage() paramet cSubject, cBody, aTo, aFiles, lDirectSend LOCAL oOutLook,oMailItem,oRecip,oAttach,i if lDirectSend=NIL lDirectSend:=.f. endif if cSubject=NIL ...
by Marco Turco
Fri Mar 17, 2006 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 10660

... aadd(aTo,{"marco","info@softwarexp.co.uk"}) aFiles:={} InteractiveMessage(cSubject,cBody,aTo,aFiles) return nil function InteractiveMessage() paramet cSubject,cBody,aTo,aFiles local oMail oMail:=tMail():New( cSubject,cBody,,,,, .f., .t.,,aTo,aFiles) ACTIVATE MAIL oMail return nil
by Marco Turco
Tue Jan 24, 2006 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 10660

MAPI and Outlook 2003

... Thanks in advance. Best Regards Marco Turco ************************ #include "FiveWin.ch" #include "Mail.ch" function InteractiveMessage() paramet cSubject,cBody,aFrom,aFiles local oMail for i:=1 to len(aFrom) aFrom[i,1]:=alltrim(aFrom[i,2]) aFrom[i,2]:=alltrim(aFrom[i,2]) next oMail:=tMail():New( ...
by Marco Turco
Mon Jan 23, 2006 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI and Outlook 2003
Replies: 28
Views: 10660

Problema con MAPI e Outlook 2003

... Qualche idea ? Grazie in anticipo Marco Turco ************************ #include "FiveWin.ch" #include "Mail.ch" function InteractiveMessage() paramet cSubject,cBody,aFrom,aFiles local oMail for i:=1 to len(aFrom) aFrom[i,1]:=alltrim(aFrom[i,2]) aFrom[i,2]:=alltrim(aFrom[i,2]) next oMail:=tMail():New( ...
by Marco Turco
Sat Jan 21, 2006 10:46 am
 
Forum: All products support
Topic: Problema con MAPI e Outlook 2003
Replies: 1
Views: 1327

Return to advanced search