Search found 598 matches: msgalert

Return to advanced search

Re: Import Chinese Characters from XLS

... 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD ) nAdded++ CATCH oError MsgAlert( "SQL Insert Error" + cEol + cSqlIns + cEol + oError:Description, cTitle ) //lSql := .F. nError++ END IF ! EMPTY(cDestText) nBad ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 954

Re: A toolbox of netfunctions

... and i might be wrong and I have to do some changes. Maybe a language-support is possible like ? METHOD Recall(cMsg1, cMsg2) CLASS TDataBase MsgAlert( cMsg1, cMsg2 ) //MsgAlert( "DataBase in use", "Please try again" ) I noticed a problem with PACK and ZAP ( all other functions ...
by ukoenig
Thu Jan 24, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6306

Re: Problema con nColSel de Xbrowse

... en que me encuentro para poder mostrar los detalles que necesito en forma correcta? PD, como verán la línea: *oBrw:bLDblClick := {|| msgalert("VER DETALLES INCAPACIDAD","Detalles")} Está bloqueada, porque cuando le doy doble click al campo entra al modo edición ...
by FranciscoA
Fri Jan 18, 2019 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con nColSel de Xbrowse
Replies: 3
Views: 782

Problema con nColSel de Xbrowse

... {  color_1(),65535 } }        oCol:oHeaderFont := oFont1        oBrw:SetRDD()        *oBrw:bLDblClick := {|| msgalert("VER DETALLES INCAPACIDAD","Detalles")}                oBrw:Sucursal:lMergeVert   := .t.        *oBrw:nFreeze ...
by mariordz
Fri Jan 18, 2019 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con nColSel de Xbrowse
Replies: 3
Views: 782

Re: AYUDA COMBOBOX DINAMICO RUTINA NO DEVUELVE ARRAY

... Me temo que cuando pasas por referencia el objeto, llega a tu segunda rutina como un texto y no como un objeto. Puedes verlo utilizando la función MsgAlert(Valtype( nombre_del_objeto)) Lo he probado y funciona correctamente : STATIC FUNCTION PRUEBA() LOCAL oDlg, oButton, oComboBox, aVariables, ...
by JESUS MARIN
Wed Jan 02, 2019 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA COMBOBOX DINAMICO RUTINA NO DEVUELVE ARRAY
Replies: 16
Views: 3451

No me muestra el SAY

... -14 BOLD   DEFINE DIALOG oDlgLQ SIZE 900,600 PIXEL TRUEPIXEL TITLE "LIQUIDACIONES"   DEFINE BUTTONBAR oBarC OF oDlgLQ SIZE 56,56 2013   MsgAlert(oQryConsu:Nombre)   @ 70,20 SAY oNomEmpre PROMPT oQryConsu:Nombre OF oDlgLQ FONT oFOnt14 // SIZE 200, 20 // COLOR CLR_NROJO   @ 150,20 ...
by caducca
Sat Dec 15, 2018 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me muestra el SAY
Replies: 1
Views: 548

Re: Utilizar funciones de una dll con harbour

... ) ; uResult = FWCallDLL( cFarProc,nHandle,@cT,nMax ) ; If( ValType( "user32.dll" ) == "N",, FreeLibrary( _hDLL ) ) ; else ; MsgAlert( "Error code: " + LTrim( Str( _hDLL ) ) + " loading " + If( ValType( "user32.dll" ) == "C", "user32.dll", ...
by Xevi
Mon Dec 10, 2018 8:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar funciones de una dll con harbour
Replies: 6
Views: 1334

Re: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... VALUES ("+cValues+")" // Esta ejecución Clase TMSCONNET de Eagle IF ("TMS"$oServer:Classname()) .AND. !oDb:ExecSQL(cSql) MsgAlert("Sentencia Rechazada "+cSql) RETURN .F. ENDIF ::cSqlExec:=cSql RETURN .T. METHOD End() RETURN NIL EXIT PROCEDURE SALIR() IF ValType(oDb)="O" ...
by Compuin
Mon Nov 12, 2018 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3669

Error 1064 xBrowse MySQL

... tabela em MySQL na Internet. // // conectar FWConnect oDba Host cServer User cUsrAdm PassWord cPasAdm DB cDtaBas If oDba == Nil oDba:ShowError() MsgAlert("Não foi possível acessar o BD da aplicação","Atenção") Return(.f.) EndIf oDba:SelectDB(cDtaBas) oDba:lShowErrors(.t.) ...
by ip_ram
Wed Aug 08, 2018 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1315

Re: Busqueda SQL

... + ; ";uid=" + cUser + ; ";port=" + cPort + ; ";pwd=" + cPass ) xRfc:="XAXX010101XXX" If Empty(oCone) MsgAlert(" No se pudo establecer la conexion con la Base de Datos..","Atencion") Return(Nil) Else MsgAlert(" Se establecio ...
by servicomver
Fri Jul 13, 2018 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda SQL
Replies: 15
Views: 3084

Listbox strange problem

... , ; cSearchK := SPACE(40) , ; aSearch := {} , ; aGet[03] , ; cLb1 := 'File' // Client... _Client( cComp ) // Application call... IF PCOUNT()<2 MsgAlert( "Application Call not valid", PA[04] ) RETURN nil ENDIF // Index... IF ! NdxChk() QUIT ENDIF // Init... cLb1 := IF( "APEXASIA" ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 728

Re: Notification boxes colored

... is very useful in the programs I put in tablets. The operator does not have to press the confirm button as it does in the traditional msginfo () / msgalert () but the message must appear and disappear after n seconds so that the tablet can inform the operator in a simple example: the operator inserts ...
by Silvio.Falconi
Fri May 18, 2018 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notification boxes colored
Replies: 26
Views: 4423

Re: Email problem

... CATCH TRY oOutLook := CreateObject( "Outlook.application" ) MsgWait("Ouverture Outlook !!","Info",2) CATCH MsgAlert( "Outlook not installed" ) return .T. END END * * oMailItem := oOutLook:Invoke("CreateItem", 0) oMailitem:to:="test1@skynet.be" ...
by Jack
Tue Mar 06, 2018 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email problem
Replies: 2
Views: 811

Ports to 485 with converter USB, please help.

... 30 30 31 34 03", nByteslargo:= Len( cString ) retorno = .t. FOR mcont := 1 TO 10 IF ( nBytes := WriteComm( port,cString,nByteslargo)) <= 0 MsgAlert("Mando mal ENQ") retorno := .f. ELSE retorno := .t. exit ENDIF MsgWait("Enviando datos...","Aguarde",1) NEXT ...
by Busmatic_wpb
Mon Feb 05, 2018 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1436

keyboard clear buffer

... at the end I call -> CLEARKEYBOARD() the break only works once because the keybord-buffer still shows 13 At the end of the function I test with MsgAlert( LASTKEY(), "Lastkey" ) still shows 13 any idea :?: #pragma BEGINDUMP#include "windows.h"#include "hbapi.h"HB_FUNC( ...
by ukoenig
Thu Feb 01, 2018 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: keyboard clear buffer
Replies: 2
Views: 1090
PreviousNext

Return to advanced search