Search found 257 matches: cmsg

Return to advanced search

Re: xBrowse with UrlLink

... "www". ..." ,solo así podríamos tener el efecto de color over con el mouse oURL:= New( nTop, nLeft, oWnd, lPixel, lDesign, oFont, cMsg, cURL, cToolTip, nClrInit, nClrOver, nClrVisit, lTransp )
by Silvio.Falconi
Wed Feb 28, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 144

Re: Create a Panel width a text

... nWidth ) corrected by Nageswarao On your sample: oPaneltext cannot be the same name of a Panel I propose to usare oTExt MEMOTEXT := alltrim( cMsg ) @ oPanel2:nTitleHeight+5, 10 GET oText VAR MEMOTEXT SIZE oPaneltext:nWidth-2, oPaneltext:nHeight-40 PIXEL MEMO NO VSCROLL READONLY of oPaneltext ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

MariaDb SetFilter Error no definida: SOLUCIONADO

Tengo esta consulta cMsg := "SELECT c.*,g.detalle AS ngrupo,g.tipo,g.etapa,f.detalle AS netapa " cMsg += "FROM labores_maquina c " cMsg += "INNER JOIN labores_gruop g ON g.idgrupo=c.idgrupo " cMsg += "LEFT ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 136

Re: Create a Panel width a text

... = { | hDC | DrawTextTransparent( hDC, cMessage , { 10, 10, aDim[ 1 ] + 100, aDim[ 2 ] + 100 }, 1 ) } ENDIF the Panel is modified and also the cMsg but the ttaskPanel is not refresh()
by Silvio.Falconi
Sat Jan 06, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Create a Panel width a text

...                 {"five",time(),DATE()} }         local cMsg := "Notice to users  bla bla bla" + CRLF + ;      "Notice to users  bla bla bla" + CRLF + ;       "Notice to users  bla ...
by Silvio.Falconi
Sat Jan 06, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

Re: Definir font richedit5

... WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

Enviar Correos CDO con fwh2307

... ( "CDO.Message" ) WITH OBJECT oMsg :Configuration = oCfg :From = cFrom :To = cTo :CC = cCC :BCC = cBCC :Subject = cSubject :TextBody = cMsg For x := 1 To Len( aAttach ) if aAttach[x] <> NIL :AddAttachment(AllTrim(aAttach[x])) endif Next :Send() END WITH lRet := .t. CATCH MsgInfo("No ...
by EASYSOFT
Mon Aug 21, 2023 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar Correos CDO con fwh2307
Replies: 15
Views: 781

Is xbrowse's showmessage working ?

Hi guys, I'm trying to use ShowMessage, but the text is not shown. I have tried: cMsg := "Hello World" oLbx:ShowMessage(cMsg,,CLR_BLACK,CLR_HRED) and cMsg := "Hello World" oLbx:ShowMessage(cMsg) and cMsg := "Hello World" oLbx:ShowMessage(cMsg,2) ...
by vilian
Wed Jun 07, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is xbrowse's showmessage working ?
Replies: 2
Views: 178

Re: Soap Web Service

... := oXml:ChilkatPath( "soap:Body|setTransactionInitResponse|setTransactionInitResult|diffgr:diffgram|NewDataSet|FirstTable|errorid|*") cMsg:= oXml:ChilkatPath( "soap:Body|setTransactionInitResponse|setTransactionInitResult|diffgr:diffgram|NewDataSet|FirstTable|message|*") ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 902

Re: Que Clase o control será ?

... ] ; [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ; [ <design: DESIGN> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <WhenFunc> ] ; [ BORDERSIZE <nBorderSize> ] [ BORDERCOLOR <nClrBorder> ] ; [ THUMBSIZE ...
by nageswaragunupudi
Fri Sep 03, 2021 5:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que Clase o control será ?
Replies: 3
Views: 636

Re: Detectar si existe campo en tabla MySQL

cMsg :="SELECT * FROM information_schema.COLUMNS WHERE TABLE_SCHEMA=DATABASE()AND COLUMN_NAME='actaconformidad_mod' AND TABLE_NAME='formularios' " cQry := oServer:Query( cMsg ) If cQry:lastrec()=0 cMsg := "ALTER ...
by CARLOS ATUNCAR
Tue Jan 05, 2021 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar si existe campo en tabla MySQL
Replies: 7
Views: 681

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

... WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE ...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2360

New FTDN December/Diciembre 2020 (FWH 20.12)

... WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2360

Re: COMBOBOX HEIGHTGET is not working?

... ] ; [ VALID <uValid> ] ; [ <color: COLOR,COLORS> <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, ...
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1551

tprogress cMsg

Can anyone explain to me what "cMsg" is for in the TProgress class: this variable is not inserted in the execution of the control.

sample
oProgress := TProgress():New( 2.8, 2, oDlgProgress, , , , .f.,, 150, 15, "cmsg is useless", .f., .f. )
by Silvio.Falconi
Sat Apr 11, 2020 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tprogress cMsg
Replies: 0
Views: 202
Next

Return to advanced search