Search found 63 matches: msgnoyes

Return to advanced search

Converting DBFCDX to SQL (ADO)

... := oSqlUpd:Fields( "LABELS" ):Value // Close... oSqlUpd:Close() oSqlUpd:=NIL ENDIF // Delete... IF cAction=="D" lPass := MsgNoYes( "Are you sure you want to Cancel Receiving " + cRecvNo + "?", Ptitle ) IF ! lPass RETURN (.T.) ENDIF // Delete... cSqlUpd ...
by cdmmaui
Mon May 13, 2013 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6019

Re: problema con ads (reindex con tabla en exclusivo)

... de xharbour.org el oficial. eh cambiado el codigo a: PROCEDURE Reorganizar() LOCAL cTabla, aTablas LOCAL lContinuar LOCAL oError, cError, n:=0 IF !MsgNoYes( "Para realizar este proceso, ningun usuario debe estar conectado al programa, desea continuar?" ) RETURN ENDIF IF !ADSRunSQL( "TABLAS", ...
by carlos vargas
Thu Jun 28, 2012 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ads (reindex con tabla en exclusivo)
Replies: 13
Views: 3646

Re: Trapping down arrow with bKeyDown

Rick. In my Fwxh ver 10.06 I can do as follow. Maybe, is what you are looking for? oBrw:bPastEof = {|| If(MsgNoYes("Do you want to add a new record?","Add a new record"),; (oServer:Query("INSERT INTO " + cAlias + " () VALUES() ;"),; oAlias:Refresh(),oBrw:GoBottom(), ...
by FranciscoA
Tue Apr 10, 2012 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping down arrow with bKeyDown
Replies: 5
Views: 995

Re: sugerencia RICHEDIT

... 1 lentra para determinar donde se usara el mensaje: S = MsgStop V = Contenido de una variable T = Texto, prompt A = MsgAlert Q = MsgYesNo / MsgNoYes I = MsgInfo por ultimo breve descripcion del mensaje ejemplos TRICH_S_PRINTER_NOT_READY, esto esta ubicado en el archivo trichedi.prg se usara ...
by Daniel Garcia-Gil
Sun Feb 05, 2012 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia RICHEDIT
Replies: 24
Views: 6553

Msgbox centered on the window

Hi all,
I need to center the msgbox (example: Msginfo, MsgNoYes etc.) automatically on my windows instead of the screen.
I tried SetCenterOnParent(.t.) but this runs only for dialogs.

Any solution ? Thanks in advance
by Marco Turco
Sun Nov 06, 2011 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6650

Re: How can recompile FW libraries?

... function 'ValToChar' with no prototype in function MSGYESNO Warning W8065 msgs.c 290: Call to function 'ValToChar' with no prototype in function MSGNOYES Warning W8065 msgs.c 300: Call to function 'ValToChar' with no prototype in function MSGNOYES Warning W8065 msgs.c 327: Call to function 'ValToChar' ...
by mosh1
Mon Oct 10, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can recompile FW libraries?
Replies: 23
Views: 5610

Ayuda con xBrowse SOLUCIONADO

... oDlg:Move(0,0) ,; oBrw:SetBackGround(".\STONE.BMP"), oBrw:Refresh() ,; VALID if(!lSave, if(!empty((cFicTemp)), MsgNoYes("¿Está seguro(a) de abandonar la edición del documento?","Advertencia"),.t.),.t.) oBrush:End() oFont:End() ... ... //-----------------------------------------------------------------//ESTE ...
by FranciscoA
Thu Oct 21, 2010 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con xBrowse SOLUCIONADO
Replies: 10
Views: 3022

How to display special characters in a button ?

Guys:

My customers use Windows in it's English version but the official languages in our country are Spanish & English. When I try to use spanish characters in a button or in a function like MsgNoYes(), MsgGet(), etc. they do not display correctly. How can I fix this ? Thank you.
by HunterEC
Wed Sep 01, 2010 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to display special characters in a button ?
Replies: 3
Views: 535

FOLDER NO APARECE CON RECURSOS

... Iif( (vAlias)->(Dbseek(cVar[02]+cVar[03])),; ( cVar[17]:="S",; Iif ( MSGNOYES("Continua ?","Pedido Ya Existe"),; .T.,; (cVar[02]:=Space(05),cVar[03]:=Space(10),oObj[3]:oJump:=oObj[2],oObj[2]:Refresh(),oObj[3]:Refresh()) ...
by Luis
Thu Jun 24, 2010 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER NO APARECE CON RECURSOS
Replies: 3
Views: 1259

Re: Se necesita ayuda en el wiki !

... MoveGet() MoveTo() MoveWindow() MsgAbout() MsgAlert() MsgCalc() MsgBeep() MsgDate() MsgGet() MsgInfo() MsgList() MsgLogo() MsgMeter() MsgNoYes() MsgPaint() MsgRetryCancel() MsgRun() MsgSound() MsgStop() MsgToolBar() MsgWait() MsgYesNo() nAnd() nArgC() nBmpHeight() nBmpWidth() nColorToN() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5504

Re: Help to access Web Service

... Local nRate := nil,nAmount := 0,cTo := 'AUD',cCurr := '',nCurrRate := 0,lCont := TRUE nCurrRate := oPo:rate() if nCurrRate <> 0 if ! MsgNoYes('Changing Rate - Are You Sure ?') lCont := FALSE endif endif if lCont nAmount := oPo:us cCurr := oPo:curr CursorWait() oSoap:MsSoapInit("http://www.webservicex.net/CurrencyConvertor.asmx?WSDL") ...
by Colin Haig
Tue Sep 29, 2009 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3963

Amigos expertos en MySql + xHarbour

... "tutor" ) IF oCon:lError MsgStop( "No se pudo seleccionar el contenedor...","alto" ) RETURN NIL ENDIF if MsgNoYes("Crear tabla tipo xBase?") // Aquí llamaremos a la creación de la tabla tipo xbase Createxbase() else // Aquí llamaremos a la creación ...
by FranciscoA
Thu Jun 04, 2009 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Amigos expertos en MySql + xHarbour
Replies: 10
Views: 1956

Re: Dialogo que muestre como avanza un proceso

... ACTIVATE DIALOG oDlg CENTERED IF lOK if !BloqueaTodo() return nil endif Destino:=cDrive+"\"+alltrim(Destino) if lIsDir(destino) If !MsgNoYes("Directorio "+destino+" ya existe. Lo sobre-escribe?","Esta Seguro?") return nil endif else lmkDir(Destino) endif ...
by FranciscoA
Wed May 20, 2009 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo que muestre como avanza un proceso
Replies: 6
Views: 1717

Re: Volver a ejecutar un proceso cada cierto tiempo

ACTIVATE WINDOW oVentPrinc MAXIMIZED ON INIT (ParametrosIniciales(),MiTimerOn(oVentPrinc)) ; VALID MsgNoYes("Esta seguro de querer Salir...","Salir del Sistema") oTimer:end() static function MiTimerOn(oVentPrinc) Local oDlg DEFINE TIMER oTimer of oDlg ...
by jbrita
Tue May 19, 2009 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volver a ejecutar un proceso cada cierto tiempo
Replies: 7
Views: 811

Re: Newbie problem!?

I don't see how this is possible. MsgNoYes() don't need include files at all, as far as I know.

EMG
by Enrico Maria Giordano
Thu Mar 12, 2009 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie problem!?
Replies: 10
Views: 1394
PreviousNext

Return to advanced search