Search found 15 matches: actl

Return to advanced search

usando CDOSYS marca error, mail

... LAS FUNCIONES SON ESTAS // --- Envio de correo electronico Function SendEmail(cFrom,cTo,cBCC,cAttach,cSubject,cBody,cUser,cPass) Local oDlg, aCtl[ 22 ], oFont Local cMailServer := PadR( "smtp.gmail.com", 60 ) // servidor de correo local nPort:=465 // puerto usado por el servidor ...
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1128

Re: Volviendo al tema CDO

... oGet4 VAR cAttach OF oDlg ; // anexos PICTURE "@KS60" ; ID 104 ; FONT oFont2 UPDATE ; COLORS CLR_BLUE, CLR_WHITE // ACTION fAddAttach( aCtl[ 12 ] ) ; // descomentar para FWH 8.12 o posterior REDEFINE GET oGet5 VAR cBody OF oDlg ; // cuerpo del mensaje MULTILINE ; ID 105 ; FONT oFont3 ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 6343

Re: enviar emails desde fwh

... 142, 171, 194 ) //---------------------------------------------------------------------------------------------// Function Main() Local oDlg, aCtl[ 20 ], oFont Local cMailServer := PadR( "smtp.hotmail.com", 60 ), ; // servidor de correo cFrom := PadR( "remitente@hotmail.com", ...
by FranciscoA
Wed Feb 25, 2009 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar emails desde fwh
Replies: 44
Views: 21016

@ 0.1, 8 BTNBMP aCtl[ 6 ] FILE CurDir() + "\floppy.bmp" ;
PROMPT "Salva" BOTTOM ;
SIZE 50, 50 ;
ACTION (mSGINFO('SALVA'));
OF oFld:aDialogs[ 1 ]
by Antonio Linares
Sat Aug 30, 2008 8:44 am
 
Forum: All products support
Topic: gestione folder
Replies: 5
Views: 1259

SCUSAMI HO PROVATO,
MA MI METTE LA SCRITTA sALVA SEMPRE AL CENTRO DOVE SBAGLIO?
ECCO L'ESEMPIO

@ 0.1, 8 BTNBMP aCtl[ 6 ] FILE CurDir() + "\floppy.bmp" ;
PROMPT "Salva" layout BUTTOM ;
SIZE 50, 50 ;
ACTION (mSGINFO('SALVA'));
OF oFld:aDialogs[ 1 ]
by xfood
Sat Aug 30, 2008 7:41 am
 
Forum: All products support
Topic: gestione folder
Replies: 5
Views: 1259

grazie mille Silvio e quasi tutto quello che mi serviva, a parte nascondere i tab... un'altra cosa, ho un bottone creato cosi: @ 0.1, 8 BTNBMP aCtl[ 6 ] FILE CurDir() + "\floppy.bmp" ; PROMPT "Salva"; SIZE 50, 50 ; ACTION (msginfo('salvato') OF oFld:aDialogs[ 1 ] però la scritta salva che ho ...
by xfood
Fri Aug 29, 2008 4:03 pm
 
Forum: All products support
Topic: gestione folder
Replies: 5
Views: 1259

Antonio Linares Help

... anticipatamente #include "FWCE.ch" //----------------------------------------------------------------------------// function Main() Local oDlg, aCtl[ 7 ], aFonts[ 2 ] Local aLoc[ 3 ] Local oBottone,oData FORNITORE=SPACE(5) NUMERO=SPACE(5) NDATA=DATE() DEFINE FONT aFonts[ 1 ] NAME "MS Sans Serif" ...
by xfood
Fri Jul 11, 2008 7:33 pm
 
Forum: FiveWin para Pocket PC
Topic: Antonio Linares Help
Replies: 1
Views: 823

Finalmente Sono Felice (Ultimi Chiarimenti) URGENTEEEE

... caso non mi spunta il messaggio perchè????? ho fatto questa prova ma non succedde nulla mi potete dare una mano? *DTPICKER @ 42, 49 DTPICKER aCtl[ 5 ] VAR NDATA OF oDlg ; FONT aFonts[ 2 ] ; COLORS CLR_HGREEN, nRGB( 240, 248, 255 ) SIZE 67, 11 PIXEL aCtl[ 5 ]:bKeyDown = { | nKey | If( nKey ...
by xfood
Fri Jul 11, 2008 9:36 am
 
Forum: All products support
Topic: Finalmente Sono Felice (Ultimi Chiarimenti) URGENTEEEE
Replies: 9
Views: 2333

... anticipatamente #include "FWCE.ch" //----------------------------------------------------------------------------// function Main() Local oDlg, aCtl[ 7 ], aFonts[ 2 ] Local aLoc[ 3 ] Local oBottone,oData FORNITORE=SPACE(5) NUMERO=SPACE(5) NDATA=DATE() DEFINE FONT aFonts[ 1 ] NAME "MS Sans Serif" ...
by xfood
Wed Jul 09, 2008 4:43 pm
 
Forum: All products support
Topic: chiarimenti su FWPPC
Replies: 13
Views: 2522

... ma invece..... DEFINE DIALOG oDlg FROM 0, 0 TO 190, 230 PIXEL ; COLORS CLR_BLACK, CLR_WHITE ; TITLE "Inserimento Dati" @ 42, 49 DTPICKER aCtl[ 5 ] VAR NDATA OF oDlg ; FONT aFonts[ 2 ] ; COLORS CLR_HGREEN, nRGB( 240, 248, 255 ) SIZE 67, 11 PIXEL aCtl[ 5 ]:bKeyDown = { | nKey | If( nKey ...
by xfood
Wed Jul 09, 2008 10:02 am
 
Forum: All products support
Topic: chiarimenti su FWPPC
Replies: 13
Views: 2522

scusatemi, ho questo pezzettino di codice @ 43, 2 SAY aCtl[ 6 ] PROMPT "DATA:" OF oDlg ; FONT aFonts[ 2 ] UPDATE ; COLORS CLR_BLACK, CLR_WHITE SIZE 36, 10 PIXEL siccome lo sto utilizzando su un palmare esiste il modo per uscire da questo campo premendo ...
by xfood
Tue Jul 08, 2008 10:28 am
 
Forum: All products support
Topic: chiarimenti su FWPPC
Replies: 13
Views: 2522

IDE SU FWPPC

... oFont2 NAME "Arial" SIZE 0,-20 DEFINE WINDOW oWnd1 TITLE "INSERIMENTO DATI" @ 1, 1 SAY "Codice:" SIZE 70, 30 COLOR "R+/B" FONT oFont @ 1.2, 10 Get aCtl[1] Var aVal[1] SIZE 150, 30; valid(Salva(oWnd1,aCtl,aVal)) FONT oFont2 @ 4, 1 SAY "Qta:" SIZE 70, 30 COLOR "R+/B" FONT oFont @ 4.7, 10 GET aCtl[2] ...
by xfood
Sat Jun 21, 2008 5:07 pm
 
Forum: All products support
Topic: IDE SU FWPPC
Replies: 16
Views: 6744

Supporting Shift-Tab

... ) ENDIF (obviously new DATAs lShiftTab and bShiftTab). I made similar a modification for Tab. The controls were stored in array aCTL[]. There were two parallel arrays aPREV[] and aNEXT[] which stored the previous and next control via the corresponding index into aCTL[]. bShiftTab ...
by xProgrammer
Sat May 03, 2008 11:02 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Supporting Shift-Tab
Replies: 0
Views: 584

Re: Excel file in TsBrowse

... Regards A.S.K I tried to use the fExcel function as described in TsBrwose V70 notes. It buils up a Dialog but fails in the part: @ 66, 36 BUTTON aCtl[ 7 ] PROMPT "&Accept" OF oDlg ; ACTION ( If( nVer == 2, ; oBrw:ExcelOle( cFile, lActivate, aCtl[ 9 ], cTitle,, lSave ), ; oBrw:Excel2( cFile, ...
by ask
Thu Apr 06, 2006 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel file in TsBrowse
Replies: 2
Views: 1465

Excel file in TsBrowse

I tried to use the fExcel function as described in TsBrwose V70 notes. It buils up a Dialog but fails in the part: @ 66, 36 BUTTON aCtl[ 7 ] PROMPT "&Accept" OF oDlg ; ACTION ( If( nVer == 2, ; oBrw:ExcelOle( cFile, lActivate, aCtl[ 9 ], cTitle,, lSave ), ; oBrw:Excel2( cFile, lActivate, ...
by Jules de Pierre
Thu Apr 06, 2006 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel file in TsBrowse
Replies: 2
Views: 1465

Return to advanced search