Search found 598 matches: msgalert

Return to advanced search

Problemas con el foco

... *--------------------------------- Static Function ValArtCap(cNumArt , oDbArti , oDbDetCom ) IF ! oDbArti:Seek( cNumArt , .t.) MsgBeep() MsgAlert("El Articulo no Existe "+ cNumArt +" No Exiete en el Catalogo de Articulo") // oHojeador:HiliteCell(1) oHojeador:SetFocus() oHojeador:Refresh() ...
by fsandoval
Tue Dec 13, 2005 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tsbrowse 7.1
Replies: 19
Views: 7970

Error al pasar Variable ...

... Dentro de esa funcion utilizo esa variable para hacer una comparacion, pero me daba un error. Para averiguar que valor estaba tomando use un MsgAlert: MsgAlert("Contenido de cCambiar : "+cCambiar,"PACORR!!!") Y este fue el Error.log que me genero: Time from start: 0 hours 0 mins 18 secs Error ...
by Chantiel
Mon Nov 28, 2005 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al pasar Variable ...
Replies: 2
Views: 877

Duda sobre Herencia de Classes, no hereda valores en DATA

... CLASS TPrincipal ::lIngreso := .f. ::cVersion := "Versión 1.0.1" RETURN Self //-------------------------------- METHOD Hola() CLASS TPrincipal MsgAlert( "Hola..." ) RETURN NIL ****PROGRAMA 2 #Include "FiveWin.ch" //-------------------------------- CLASS TSegunda FROM TPrincipal METHOD New() ...
by Carlos Sincuir
Mon Nov 28, 2005 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda sobre Herencia de Classes, no hereda valores en DATA
Replies: 4
Views: 1140

Error al pasar Variable ...

... Dentro de esa funcion utilizo esa variable para hacer una comparacion, pero me daba un error. Para averiguar que valor estaba tomando use un MsgAlert: MsgAlert("Contenido de cCambiar : "+cCambiar,"PACORR!!!") Y este fue el Error.log que me genero: Time from start: 0 hours 0 mins 18 secs Error ...
by Chantiel
Mon Nov 28, 2005 3:01 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error al pasar Variable ...
Replies: 2
Views: 1173

Este es ejemplo donde lo uso.

... entretiene ;-) DbAppend() FOR n := 1 TO nFldCount FieldPut( n, oTbGpos:xFieldGet( n ) ) NEXT end DbCommit() DbGoTop() // DATABASE oDbGrupos else MsgAlert("La Tabla de Grupos esta vacia") return(.t.) endif else msgAlert("La Tabla de grupos no esta abirta") return(.t.) endif DEFINE TABLE oTbSGpos ...
by fsandoval
Tue Nov 15, 2005 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DbCombo Fwh no funcina
Replies: 8
Views: 2812

Antonio Gracias pero el fwh4 NO

... pero entretiene ;-) DbAppend() FOR n := 1 TO nFldCount FieldPut( n, oTbGpos:xFieldGet( n ) ) NEXT end DbCommit() DbGoTop() DATABASE oDbGrupos else MsgAlert("La Tabla de Grupos esta vacia") return(.t.) endif else msgAlert("La Tabla de grupos no esta abirta") return(.t.) endif DEFINE TABLE oTbSGpos ...
by fsandoval
Sat Nov 12, 2005 4:30 pm
 
Forum: FiveWin para CA-Clipper
Topic: DbCombo Fwh no funcina
Replies: 4
Views: 1864

Error DBFCDX/2037 Read error: Read Failed;In Function: GetDa

... ferase(Ccamino+cFichtrab+'.ANT') endif (nSeletrab)->(dbclosearea()) IF frename((Ccamino+cFichtrab+'.DBF'), (Ccamino+cFichtrab+'.ANT')) == -1 MSGALERT("Imposible renombrar fichero..."+CcAMINO+CFICHTRAB+".DBF") RETURN .F. ENDIF IF FRename((Ccamino+"temptras.dbf"),(ccamino+cfichtrab+".dbf")) ...
by MANOLO
Fri Nov 04, 2005 12:08 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error DBFCDX/2037 Read error: Read Failed;In Function: GetDa
Replies: 4
Views: 1491

Error DBFCDX/2037 Read error: Read Failed;In Function: GetD

... ferase(Ccamino+cFichtrab+'.ANT') endif (nSeletrab)->(dbclosearea()) IF frename((Ccamino+cFichtrab+'.DBF'), (Ccamino+cFichtrab+'.ANT')) == -1 MSGALERT("Imposible renombrar fichero..."+CcAMINO+CFICHTRAB+".DBF") RETURN .F. ENDIF IF FRename((Ccamino+"temptras.dbf"),(ccamino+cfichtrab+".dbf")) ...
by MANOLO
Fri Nov 04, 2005 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error DBFCDX/2037 Read error: Read Failed;In Function: GetD
Replies: 2
Views: 1012

Riccardo,

I missunderstood you, I though you were using Harbour, instead of xharbour.

Please create a MAP file and search for the GPF address into the MAP file.

Don't you get a FWH MsgAlert() with the calls stack list ?
by Antonio Linares
Thu Nov 03, 2005 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3705

... ) // Bloquea el registro MyAlias->Field := <NewValue> // Modifica el contenido MyAlias->( DbUnLock() ) // Desbloquea el registro else MsgAlert( "La base de datos está siendo usada..") Endif Algunas operaciones de base de datos (como crear un índice completo) precisan que abra la base ...
by Antonio Linares
Wed Nov 02, 2005 5:06 pm
 
Forum: FiveWin para CA-Clipper
Topic: Que forma de Archivos, y Browse deo usar para este problema.
Replies: 1
Views: 1251

CurDir() bug

The following sample shows spurious characters if run from the root directory (MyDevice):

#include "Fwce.ch"


FUNCTION MAIN()

MSGALERT( "*" + CURDIR() + "*" )

RETURN NIL

The problem is reproduceable with the device emulator.

EMG
by Enrico Maria Giordano
Sat Oct 29, 2005 6:30 pm
 
Forum: FiveWin for Pocket PC
Topic: CurDir() bug
Replies: 9
Views: 2749

Randal,

Don't you get the FWH GPF MsgAlert() with the callstack ?

Have you tried to build some FWH samples that come with xHB ?

If not, could you create a MAP file and seach the GPF address into it ?
by Antonio Linares
Mon Oct 24, 2005 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH & xHarbour
Replies: 1
Views: 1232

Frank,

Are you able to provide a sample to reproduce it ? Could you also generate a map file and see on what address is it GPFing ? Don't you get the calls stack list on a MsgAlert() ?
by Antonio Linares
Wed Oct 19, 2005 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF With FWH SEPTEMBER 2005
Replies: 1
Views: 989
Previous

Return to advanced search