Search found 311 matches: msgrun

Return to advanced search

Error xbrowse --> excel

... 10597 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3559 ) Called from: => SYSREFRESH( 0 ) Called from: .\source\function\MSGRUN.PRG => STOPUNTIL( 71 ) Called from: \servizio\prog\StdGes.prg => STDGES:ACTIVATE( 1899 ) Called from: prog\GesSmg.prg => GESSMG( 185 ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 552

Re: Mysql y tipo de dato decimal

Buen día, no funciona, hice la prueba con sqlserver y funciona bien: #include "fivewin.ch" function Main() local oCn, oRs msgrun( "Connecting to FWH cloud server") oCn := FW_OpenAdoConnection( "MYSQL,localhost,rj,root,1234", .t. ) // con esta conexión no trae ...
by jpcavagnaro
Wed Jul 15, 2020 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql y tipo de dato decimal
Replies: 5
Views: 647

ERROR EN PREVIEW DE FWH 18.03

... 0 ) Llamado desde: .\source\classes\WINDOW.PRG => _FWH( 3388 ) Llamado desde: => SYSREFRESH( 0 ) Llamado desde: .\source\function\MSGRUN.PRG => STOPUNTIL( 60 ) Llamado desde: .\rpreview.prg => TPREVIEW:ACTIVATE( 162 ) Llamado desde: .\rpreview.prg => RPREVIEW( 1855 ) Llamado ...
by rterraz
Mon May 04, 2020 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN PREVIEW DE FWH 18.03
Replies: 0
Views: 295

Re: TDolphin y Lost connection to MySQL server during query

... !M->oServer:Execute( "SET @dummy=0" ) M->oServer:ReConnect() endif CATCH oError lConectaNovamente := .t. END if lConectaNovamente MsgRun("Tentando Reconectar no Banco de Dados...",, {|| Conecta_Banco() }) endif return
by MGA
Mon Apr 20, 2020 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin y Lost connection to MySQL server during query
Replies: 4
Views: 847

Re: New FTDN February 2020 (FWH 20.02)

... Windows como por ejemplo: MsgInfo(), MsgStop(), MsgAlert(), MsgYesNo(), MsgYesNoCancel(), MsgRetryCancel(), MsgAbout() y también a las funciones MsgRun()y MsgWait() de FWH. - Después de llamar a la función CenterMsgs(), llamando a MsgRun(), congelaba el programa. Corregido. viewtopic.php?f=3&p=228435#p228435 ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4686

New FTDN February 2020 (FWH 20.02)

... Api Msg* dialogs, i.e., MsgInfo(), MsgStop(), MsgAlert(), MsgYesNo(), MsgYesNoCancel(), MsgRetryCancel(), MsgAbout() and also FWH functions MsgRun(), MsgWait(). - After calling CenerMsgs(), calling MsgRun() was crashing. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&p=228435#p228435 ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4686

Como Grabar desde una conexión local a una remota

... local cPassWord := "adolfredom" local nPort := 3306 local nFlags := 0 local oCn := NIL if oCn == nil .or. oCn:Ping() = .F. MsgRun( "Connecting to Server", "CLOUD SERVER", ; { || oCn := maria_Connect( {cServer, cDataBase, cUser, cPassWord, nPort } ) } ...
by Adolfredo Martinez
Sat Feb 22, 2020 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Grabar desde una conexión local a una remota
Replies: 1
Views: 848

Re: CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title! Please make the following correction to fwh\source\function\msgrun.prg: Please locate the following lines in the function msgrun(...) lines 25 to 34     ...
by nageswaragunupudi
Mon Dec 23, 2019 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 883

Re: CenterMsgs()

To center msgRun() in a window/dialog, use this syntax"
Code: Select all  Expand view
MsgRun( cCaption, cTitle, bAction, oWndParent )
by nageswaragunupudi
Sun Dec 22, 2019 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 883

CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title!
by byte-one
Sun Dec 22, 2019 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 883

SQL BROWSER with FIVEWIN + xBrowser

... hLays["BROWSE"]:oClient := s_oBrowse // s_oWndSqlBrowser:SetIcon( TIcon():New(,,'MGAICON')) s_oWndSqlBrowser:bPostEnd := {|| MsgRun("Aguarde...",,{|| Valid_SQLBrowser() } ) } activate window s_oWndSqlBrowser maximized on init(xSetFocus(oGet)); valid( s_oWndSqlBrowser ...
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1749

Re: mostrar imagen desde MARIAdb sin recordset...

... forma: oQry:ARCHIVO:= hb_StrToHex( FileStr( "c:\test\test.jpg" ) ) ⋅ y para recuperarlo lo hago de la siguiente forma: MsgRun( "Guardando documento a archivo...", "Espere por favor", {|| nSize := StrFile( HB_HexToStr( oQryTmp:ARCHIVO ), cFileExtract ...
by carlos vargas
Thu Dec 19, 2019 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mostrar imagen desde MARIAdb sin recordset...
Replies: 7
Views: 1480

Xbrowse, Mysql y Tdolphin.. error de orden..

... cStock4 } aWhere := "cod_art='"+AllTrim(xCod_Art)+"'" xServer: Update( "tab_art", aCampos, aValues, aWhere ) Endif MSGRUN( "Procesando...., espere un momento por favor ", "Usuario" , {|| SetDolphin( oBrw, cTab_Art,.f. ) } ) cTab_Art:Refresh() ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 827

Acceso denegado (SOLUCIONADO)

... -hlocalhost -uroot -p91502127 SiaWinTH > C:\TONER HOUSE 2017 SiaWinTCFDI\Respaldos\SiaWinTH_20191204_134259.Sql  Y lo ejecuto con MsgRun("Espere un momento por favor, estoy haciendo el respaldo... !",oApp:cAplicacion,{||CursorWait(),WaitRun(cFileBat, 0 )}) No se ejecuta ...
by Armando
Wed Dec 04, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceso denegado (SOLUCIONADO)
Replies: 2
Views: 546

Re: XBROWSER y exportar a Excel con Meter

... Ademas saber si existe alguna forma de desabilitar los demas botones que uno no quiera usar del XBROWSER Gracias Saludos, porque no usas un msgrun().? gracias... :shock:
by joseluisysturiz
Mon Aug 19, 2019 8:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSER y exportar a Excel con Meter
Replies: 11
Views: 2427
PreviousNext

Return to advanced search