Search found 598 matches: msgalert

Return to advanced search

Re: MACRO ERROR

... + " (" + &num + ")" OF oAmbRitardo SIZE 30,10 sample : I := 1 FOR I := 1 TO 10 num := "N" + LTrim(str(I)) MsgAlert( "massimo (" + num + ")" ) NEXT regards Uwe :D
by ukoenig
Sat Sep 14, 2019 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MACRO ERROR
Replies: 4
Views: 513

Re: Descarga desde https

... == 200 oADODBStream:Type := 1 oADODBStream:Open() oADODBStream:Write( oXMLHTTP:ResponseBody ) oADODBStream:SaveToFile( cDest, 2 ) // MsgAlert("Download feito, ok", "Aviso") lOk:=.t. Else // MsgAlert("Erro com download", "Aviso") lOk:=.f. Endif ...
by FranciscoA
Tue Sep 03, 2019 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descarga desde https SOLUCIONADO
Replies: 15
Views: 2195

Re: Descarga desde https

... == 200 oADODBStream:Type := 1 oADODBStream:Open() oADODBStream:Write( oXMLHTTP:ResponseBody ) oADODBStream:SaveToFile( cDest, 2 ) // MsgAlert("Download feito, ok", "Aviso") lOk:=.t. Else // MsgAlert("Erro com download", "Aviso") lOk:=.f. Endif ...
by Sistem
Tue Sep 03, 2019 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descarga desde https SOLUCIONADO
Replies: 15
Views: 2195

Re: cicle of date

Silvio,

a test with 50 days

SET DATE GERMAN
ddateInit := ctod("31.08.2013")
dDatefinal := ctod("31.08.2019")

DO while dDatefinal >= ddateInit
ddateInit+=50 //add 3 days
MsgAlert( ddateInit )
EndDo

regards
Uwe :D
by ukoenig
Mon Sep 02, 2019 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 643

Re: FTP Directory Method

... oFtp:Directory( "*.*" ) MsgInfo( Len(aFiles),"aFiles" ) AEval( aFiles, { | aFile | MsgInfo( aFile[ 4 ], aFile[ 3 ] ) } ) else MsgAlert( "oFtp:hFtp is null...","Connection not established." ) endif oInternet:End() MsgInfo( "Done!" ) return nil Thank ...
by byron.hopp
Sat Aug 10, 2019 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Directory Method
Replies: 6
Views: 929

SQL Update Response

... succeeded and failed? I want to determine if UPDATE FAILED so I can INSERT record. TRY oSql:=TOleAuto():New("ADODB.Recordset") CATCH MsgAlert("It seems that your PC does not have MDAC installed OR MDAC is corrupted.") RETURN (.F.) END oSql:CursorType := 1 // opendkeyset ...
by cdmmaui
Sat Aug 03, 2019 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1783

Re: Programa Oculto

... Set Delete On Set Epoch to 1956 Set Century On SET DECIMALS TO 2 hWnd := FindWindow( 0, "Finder 1.0") IF hWnd != 0 ShowWindow( hWnd, 1 ) MsgAlert("Ya esta corriendo la aplicacion","Advertencia") QUIT ENDIF PRINTER oPrn to "CFDPRINTER" DEFINE WINDOW oWnd FROM ...
by servicomver
Mon Jul 29, 2019 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programa Oculto
Replies: 4
Views: 985

Re: trasparent bitmap on xbrowse

... 6 ]:lBtnTransparent := .t. :aCols[ 6 ]:nBtnBmp := 1 :aCols[ 6 ]:nEditType := EDIT_BUTTON :aCols[ 6 ]:bEditBlock := { | nRow, nCol, oCol, nKey | ; MsgAlert( "Row : = " + ALLTRIM( STR( oBrw:Keyno() ) ) + CRLF + ; "Col : = " + ALLTRIM( STR( oBrw:nColSel ) ), "SELECTION" ...
by ukoenig
Tue Jun 11, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 890

Re: Selecting numbers

... +1, oGet:nRight BTNBMP oBtn OF oDlg ; SIZE 20, oGet:nHeight PIXEL ; // B / H width = fixed value FILENAME c_path1 + "Down4.png" ; ACTION MsgAlert( "Test" ) ; CENTERED NOBORDER ADJUST http://www.pflegeplus.com/IMAGES/Getbtn2.jpg Your selected image ( with resized ...
by ukoenig
Fri May 24, 2019 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selecting numbers
Replies: 11
Views: 1104

Re: Converting date string into date format

Silvio, there is a function ( seems to work as well ) // can now convert date text containing month names also into valid dates. MsgAlert( uCharToVal ( "Monday, 04 March 2019" ) ) regards Uwe :D uCharToVal( "Monday, 04 March 2019", "D" ) works well with English ...
by nageswaragunupudi
Wed May 22, 2019 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting date string into date format
Replies: 9
Views: 953

Re: Converting date string into date format

Silvio,

there is a function ( seems to work as well )

// can now convert date text containing month names also into valid dates.
MsgAlert( uCharToVal( "Monday, 04 March 2019" ) )


regards
Uwe :D
by ukoenig
Wed May 22, 2019 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting date string into date format
Replies: 9
Views: 953

Re: XBrowse error in GoRight method

... and added a message METHOD KeyDown( nKey, nFlags ) CLASS TXBrowse ... ... case nKey == VK_RIGHT if GetKeyState( VK_CONTROL ) ::GoRightMost() else MsgAlert( STR(nKey), "Go right" ) ::GoRight() :!: endif closing the message the cell is painted without the message nothing happens http://www.pflegeplus.com/IMAGES/Cellfocus1.jpg ...
by ukoenig
Thu May 09, 2019 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse error in GoRight method
Replies: 2
Views: 649

Re: Insertar registros en un Dbf desde tabla MSAccess

... "ADODB.Connection" ) TRY oConnection:open("Provider= MicroSoft.Jet.OLEDB.4.0;Data Source=C:\_DWH\DWH.MDB;") CATCH oError MsgAlert(" No se pudo establecer conexión con la base de datos..","Atención") RETURN .F. END TRY oRSet := CreateObject( "ADODB.RecordSet" ...
by RBLANCO
Tue Apr 16, 2019 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registros en un Dbf desde tabla MSAccess
Replies: 3
Views: 762

Re: Question to coordinates.

... can use : @ 185, 810 GET oGet[1] VAR nAge SIZE 30, 22 PICTURE "99" PIXEL UPDATE oGet[1]:bLClicked := {|| aSize := GET_SIZE( oGet[1] ), ; MsgAlert( "Top : " + ALLTRIM(STR(aSize[1])) + CRLF + ; // only for test "Left : " + ALLTRIM(STR(aSize[2])) + CRLF + ; "Width ...
by ukoenig
Thu Mar 28, 2019 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to coordinates.
Replies: 6
Views: 941

Re: Como Puedo Imprimir Campo Memo FPT

... ; TOOLTIP "Cancelar" BORDER ACTIVATE DIALOG oDlg CENTERED if lGoOn SysRefresh() sele 1 set order to 1 go top seek alltrim(wnom) if eof() msgalert("Inexistente...") go top return NIL endif HC0100LI10() endif olbx:refresh() return nil *-------------------------------------- FUNCTION ...
by pedroluis
Wed Mar 06, 2019 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir Campo Memo FPT AYUDA URGENTE Para Cesar Gomez
Replies: 14
Views: 2601
PreviousNext

Return to advanced search