Search found 51 matches: setmsg

Return to advanced search

Re: set message to

... in that it contains two message vars, ::cMsg and ::cMsgDef. Here is how I got it to work: oWnd:oMsgBar:cMsgDef:="xxx" oWnd:oMsgBar:setMsg("yyy") You must do both things. The message displayed is "xxx". If you don't pass something in setMsg() nothing happens, ...
by James Bott
Wed Oct 28, 2009 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set message to
Replies: 6
Views: 807

Re: FWH/xHarbour Menus

... ) CLASS TDialog if ::lHelpIcon != nil .and. ! ::lHelpIcon if ::oCursor != nil SetCursor( ::oCursor:hCursor ) else CursorArrow() endif endif ::SetMsg( ::cMsg ) ::CheckToolTip() if ::bMMoved != nil return Eval( ::bMMoved, nRow, nCol, nKeyFlags ) endif return .f. //----------------------------------------------------------------------------// ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7784

David, prueba con oWnd:SetMsg("Tu mensaje")
by FranciscoA
Fri Dec 26, 2008 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como actualizo SET MESSAGE OF oWnd
Replies: 10
Views: 1429

... to this function ?? I am using the code each time I send an e-mail .. should WSAStartup() only be initialized once in a session ?? Rick oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting := { ...
by Rick Lipkin
Mon Dec 08, 2008 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1416

Tsmtp ( again )

... one fails .. something is just not trapping the code or closing the socket .. Really at a loss here if anyone can help. Here is my code oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting := { ...
by Rick Lipkin
Mon Dec 08, 2008 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1416

Rick,

Just after:

oOutMail:bDone = { || oWndMdi:SetMsg( "Message sent successfully" ) }
by Antonio Linares
Fri Oct 03, 2008 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7660

É difícil usar essas mensagens na barra de status da aplicação.
Mas se não tá funfando desse jeito... experimenta usar o
( wndMain() ):setMsg( "blabla bla" )

Esse, pelo menos, nunca falhou! ;)
by JC
Wed Sep 03, 2008 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the message of the button
Replies: 5
Views: 1105

Genetating an array of cc addresses to Pass thru Tsmtp

... ) oRsSpon:MoveNext() ENDDO Then pass this array to the SMTP Class : oWndMdi:SetMsg( "Sending Reporting noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting = { || ...
by Rick Lipkin
Sun Aug 17, 2008 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genetating an array of cc addresses to Pass thru Tsmtp
Replies: 2
Views: 709

Tsntp ( attachments )

... += "Error "+STR(FERROR())+CHR(10) MsgInfo( SAYING ) ENDIF FWRITE( nHANDLE, cTEXT ) // write out the file FCLOSE( nHANDLE ) SysReFresh() oWndMdi:SetMsg( "Sending Project ADD noticication to "+cTO ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( cHOST ) ) oOutMail:bConnecting = { ...
by Rick Lipkin
Thu Jul 31, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsntp ( attachments )
Replies: 14
Views: 3097

... oWnd DEFINE WINDOW oWnd FROM 10,10 TO 20,70 SET MESSAGE OF oWnd TO "TEST ON MOVE" CLOCK DATE KEYBOARD NOINSET oWnd:bMoved := {|nRow,nCol|oWnd:setMsg(LTRIM(STR(nRow)) + " , " + LTRIM(STR(nCol)))} ACTIVATE DIALOG oWnd RETURN Notes : 1) The result is WRONG , nRow is always 0 2) Trying to use ...
by demont frank
Fri Jun 06, 2008 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in bMMoved
Replies: 9
Views: 1345

oMsgBar:SetMsg("test")
by MGA
Sat May 24, 2008 11:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: refrescar la barra de mesajes
Replies: 1
Views: 468

testsmtp

... oWnd return nil //----------------------------------------------------------------------------// function SendMail() local oOutMail, cIP oWnd:SetMsg( "Sending Internet email..." ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( "hot.pl" ) ) MsgInfo( cIP ) oOutMail:bConnecting = ...
by kajot
Sun May 18, 2008 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testsmtp
Replies: 0
Views: 522

TESTSMTP - Enviar imagem???

... imagem, porem ao abrir o email, a imagem vem em forma de caracter não como arquivo JPG que enviei??? function SendMail() local oOutMail, cIP oWnd:SetMsg( "Sending Internet email..." ) WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( "smtp.fivetechsoft.com" ) ) MsgInfo( cIP ) oOutMail:bConnecting ...
by MGA
Thu Mar 27, 2008 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TESTSMTP - Enviar imagem???
Replies: 0
Views: 513

No puedo conestar para enviar un E-Mail

... oMail:oSocket:lDebug := .T. // uncomment to create log file oMail:oSocket:cLogFile := "c:\smtp.log" oMail:bConnecting := {|| oVentPrinc:SetMsg( "Connecting to " + cHost + " (" + oMail:cIPServer + ") and waiting for response..." ) } oMail:bConnected := {|| oVentPrinc:SetMsg( "Connected ...
by colthop
Fri Feb 22, 2008 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo conestar para enviar un E-Mail
Replies: 5
Views: 1414

Antonio Linares wrote:Taavi,

> but if omsgbar:settext() should display text

Do you mean oMsgBar:SetText() or oMsgBar:SetMsg() ?


Sorry, oMsgbar:SetMsg()

Taavi
by Taavi
Thu Nov 29, 2007 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 7.11 omsgbar:setmsg() different behavior
Replies: 4
Views: 882
PreviousNext

Return to advanced search