Search found 63 matches: msgnoyes

Return to advanced search

Re: Newbie problem!?

Antonio,
without FiveWin.ch I got an unresolved external symbol '_HB_FUN_MSGNOYES'!
by frose
Thu Mar 12, 2009 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie problem!?
Replies: 10
Views: 1394

Re: Newbie problem!?

Frank,

> But when I want to use FiveWin function, e. g. 'MsgNoYes( <cMsg>, <cTitle> ) --> lYesNo', I have to include the FiveWin.ch

If you just want to use some functions, then there is no need to include FiveWin.ch

FiveWin.ch implements the FiveWin commands to manage GUI objects.
by Antonio Linares
Thu Mar 12, 2009 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie problem!?
Replies: 10
Views: 1394

Re: Newbie problem!?

Hello Enrico,
ok that works.
I guess because it's a Winapi function!?
But when I want to use FiveWin function, e. g. 'MsgNoYes( <cMsg>, <cTitle> ) --> lYesNo', I have to include the FiveWin.ch.
by frose
Thu Mar 12, 2009 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie problem!?
Replies: 10
Views: 1394

Re: Bitmap en Folder

... Como dice Daniel, puedes solucionarlo asi: //------------------------ Function PuedeSalir(cAlias) local lRet:=.f. IF (cAlias)->(!bof()) if MsgNoYes("Si sale, perderá los datos actuales en edición."+CRLF+; "¿Está seguro de salir?","Advertencia") lRet := .t. ...
by FranciscoA
Sun Jan 04, 2009 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap en Folder
Replies: 14
Views: 2721

Re: Desactivar el menu con look 2007

... entrega de Equipos" ... ... //----------------------- Function MULTIEQ(oItem1,oItem2,oMenu) local oWndCh, oLbx, oBar, cOldSele:=Select() if !MsgNoYes("ESTA CORRECTA LA HORA Y FECHA DE SU ORDENADOR?","Por Favor confirme") oItem1:Enable();oItem2:Enable();oMenu:Refresh() return nil endif DEFINE ...
by FranciscoA
Sun Dec 07, 2008 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desactivar el menu con look 2007
Replies: 2
Views: 682

... en este ejemplo las funciones ClearImage() es del fivewin ?? Gracias Willi Lubin En MySQL con Eagle1 lo hago asi: Salu2 para almacenar ... .. . If MsgNoyes("Almacenar la Imagen Seleccionada?","Confirme") ClearImage(oImagen) oImagen:LoadBmp(cImagen) oImagen:Refresh() oUpdate := TMSQuery():New( oMySQL ...
by lubin
Mon Dec 01, 2008 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: dificil guardar Rtf en campo memo (dbf) o campo de Mysql??
Replies: 14
Views: 5539

En MySQL con Eagle1 lo hago asi: Salu2 para almacenar ... .. . If MsgNoyes("Almacenar la Imagen Seleccionada?","Confirme") ClearImage(oImagen) oImagen:LoadBmp(cImagen) oImagen:Refresh() oUpdate := TMSQuery():New( oMySQL ) cChr := oUpdate:ReadFromFile(cImagen) ...
by Willi Quintana
Mon Dec 01, 2008 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: dificil guardar Rtf en campo memo (dbf) o campo de Mysql??
Replies: 14
Views: 5539

Uso de tecla VK_UP / VK_DOWN en xBROWSE

... SOBRE REGISTROS FUNCTION teclas(nKey, oBrw, cAlias) // VALIDA TECLAS SOBRE xBRW local n=1 DO CASE CASE nKey == VK_DELETE // BORRAR REGISTRO IF MsgNoYes("Desea borrar este registro.?"," ATENCION") (cAlias)->( DBDELETE() ) (cAlias)->( DBPACK() ) oBrw:GOBOTTOM() oBrw:REFRESH() ENDIF CASE ...
by joseluisysturiz
Tue Nov 04, 2008 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de tecla VK_UP / VK_DOWN en xBROWSE
Replies: 3
Views: 1159

PARA ANTONIO LINARES

... lo borre cuando es cargado desde disco. IF UPPER(::cDocument) <> "OLDMETAFILE" .and. ::lMeta .and. len(::aMeta) > 0 if lSaveMetaF .and. MsgNoYes("Desea guardar fichero(s) metafile(s) (.EMF)?","Elija su opcion") if !lIsDir( cDirSaveMF ) MakeDir( cDirSaveMF ) endif Aeval(::aMeta, {|cFile| ...
by FranciscoA
Thu Oct 30, 2008 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar y abrir Metafile SOLUCIONADO
Replies: 8
Views: 3140

Y de eliminacion (Nosotros decidimos no eliminar sino marcar como eliminado) IF MSGNOYES("Está Seguro de Eliminar Este "+cMsg,"Atención...") DO CASE CASE nTipo=1 // RAMO bSeek:={||' UPDATE '+cDTBase+'.DtsRamo '+; ' SET TinStatus = 0'+; ' WHERE '+cDTBase+'.DtsRamo.IntIdDtsRamo ...
by ADBLANCO
Fri Sep 05, 2008 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Informix - Disculpen que insista
Replies: 46
Views: 15028

Problem with Editor of Source

... CASE qvz=="VZCONSIS" textpegar:="vzconsis(cnobj , caCod , caTitu )" ENDCASE iF MsgNoYes("la syntax de esta funcion en su editor."+h()+textpegar,"Desea Pegar") oMemo:SetFocus() oMemo:SetSel( 0, 0 ) oMemo:Goto( oMemo:GetLineCount() ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... CASE qvz=="VZCONSIS" textpegar:="vzconsis(cnobj , caCod , caTitu )" ENDCASE iF MsgNoYes("la syntax de esta funcion en su editor."+h()+textpegar,"Desea Pegar") oMemo:SetFocus() oMemo:SetSel( 0, 0 ) oMemo:Goto( oMemo:GetLineCount() ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2163

Problem with xbrowse in dialog

... dialog where the user insert data in a xbrowse. I simply added a VALID clause at the dialog activation where I start a function where I request a MsgNoYes confirm. The problem is that if I press the ESC key when the xBrowse has focus the confirm message appairs twice. Any ideas ? This is a self-contained ...
by Marco Turco
Sat Apr 19, 2008 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse in dialog
Replies: 1
Views: 489

PROBLEMA CON HEADERS NO LOS PUEDO MOSTRAR EN UN DLG

... Alcide Fuentes y Asociados' CLOCK DATE KEYBOARD Return Nil //**************************************************** Static Function Finaliza() If MsgNoYes(" Salir del Sistema ?","Modulo CXC") DBCOMMITALL() ; DBUNLOCKALL() ; DBCLOSEALL() SET RESOURCES TO Return .T. End Return .F. //***************************************** ...
by Ruben
Thu Feb 21, 2008 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON HEADERS NO LOS PUEDO MOSTRAR EN UN DLG
Replies: 4
Views: 997

SIGO CON MI PROBLEMA

... Alcide Fuentes y Asociados' CLOCK DATE KEYBOARD Return Nil //**************************************************** Static Function Finaliza() If MsgNoYes(" Salir del Sistema ?","Modulo CXC") DBCOMMITALL() ; DBUNLOCKALL() ; DBCLOSEALL() SET RESOURCES TO Return .T. End Return .F. //***************************************** ...
by Ruben
Thu Feb 21, 2008 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA PARA VISUALIZAR INFORMACION DE UN DBF
Replies: 8
Views: 1991
PreviousNext

Return to advanced search