Search found 438 matches: msgstop

Return to advanced search

Re: Se puede usar "negrita" en un msgstop?

#include "FiveWin.ch"function Main()    MsgStop( "This is a test" )return nil static function MsgStop( cMsg )    local oDlg, oFont      DEFINE FONT oFont NAME "Verdana" BOLD SIZE 0, -12    DEFINE ...
by Antonio Linares
Sat Mar 09, 2024 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Se puede usar "negrita" en un msgstop?
Replies: 4
Views: 283

Re: Se puede usar "negrita" en un msgstop?

Si podes pénelo para la proxima version :)
by goosfancito
Sat Mar 09, 2024 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Se puede usar "negrita" en un msgstop?
Replies: 4
Views: 283

Re: Se puede usar "negrita" en un msgstop?

Gustavo,

Tienes que crear tu propio diálogo y diseñarlo según tus necesidades
by Antonio Linares
Fri Mar 08, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Se puede usar "negrita" en un msgstop?
Replies: 4
Views: 283

Re: Se puede usar "negrita" en un msgstop?

No se puede, as far as I know.
by Enrico Maria Giordano
Fri Mar 08, 2024 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Se puede usar "negrita" en un msgstop?
Replies: 4
Views: 283

Se puede usar "negrita" en un msgstop?

Hola. Si quiero resaltar parte de una cadena que muestro en un msgstop, como puedo hacerlo sin tener que crear un dialogo?

Code: Select all  Expand view
msgtop(" esta es una " + NEGRITA + " prueba." + NEGRITA, ".: Atención :.")

gracias
by goosfancito
Fri Mar 08, 2024 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Se puede usar "negrita" en un msgstop?
Replies: 4
Views: 283

connecting SQL SERVER VIA ODBC PROLEM

... here is the problem TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 327

Re: CONEXION ADODB SQL SERVER

... el : <CODE> TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) ...
by MANOLO
Mon Jan 29, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 287

CONEXION ADODB SQL SERVER

... a abrir el recorset TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 287

CONEXION ADODB SQL SERVER

... a abrir el recorset TRY orsPed := TOleAuto():New("adodb.recordset") // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146

Re: Grabar imagen en tabla mysql

... := cCMDVAL+"'"+Str(PROGTAM) +"'," cCMDVAL := cCMDVAL+"'"+PROGHRS+"' );" IF !EJECUTA(cCmdSql+cCMDVAL) MsgStop("ERROR AL GRABAR ARCHIVO "+cFILE ,"AVISO") RETURN(.F.) ENDIF RETURN(.T.) PARA RECUPERAR FUNCTION EDATOS(cDAT,cNOM) cARCH=HexToStr(cDAT) ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 398

Dificultad con METERS

... local nhoja := 0 .... if lsigo PRINT oPrn NAME "Ventas de Formularios" PREVIEW MODAL if Empty( oPrn:hDC ) MsgStop( "Impresora Fuera de Linea" ) return nil endif .... while !CliFor->(Eof()) cMensaje := left(CliFor->RazonSoc,15) oMensaje:Refresh() ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 254

Conexion FTP TSL

... ) MsgAlert( "Internet session not available!" ) ELSE oFTP := TFTP():New( cFTPSite, oInternet, cUser, cPass ) IF Empty( oFTP:hFTP ) MsgStop( "Cannot connect to "+cFtpSite ) oInternet:End() return .f. ENDIF ENDIF SendFiles( cSource, cTarget, nBufSize, oFTP ) oInternet:End() ...
by servicomver
Wed Jan 25, 2023 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexion FTP TSL
Replies: 7
Views: 834

DBF REDE/WEB WINDOWS 7/10/11

... Space(1) cCOMP := "01/2021" // Space(7) REQUEST LETO RDDSETDEFAULT( "LETO" ) IF IsExeRunning( "letodb.exe" ) RETURN MsgStop( "O programa servidor já está aberto neste computador!", "Impossível Continuar!" ) ELSE ShellExecute( 0, "open", ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9367

Re: Botón derecho en btnbmp

oBtn:bRClicked := { || msgstop("hello") }
by JESUS MARIN
Sat Jan 07, 2023 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Botón derecho en btnbmp
Replies: 2
Views: 228

Re: signatur.prg How can I know if the user has signed or not?

... SIZE 150, 40 PIXEL BORDER OF oDlg Objeto: oSig i need something like this, example: function Button_ValidSegnatur(oSig) if Empty(oSig:cCaption) MsgStop("It is mandatory to sign the document.") return .f. endif return .t.
by MGA
Fri Nov 11, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 396
Next

Return to advanced search