Search found 321 matches: msgyesno

Return to advanced search

Re: To Nages Problem with Tdatabase and new DAtepick

... FONT oFont UPDATE ... ACTIVATE DIALOG oDlgMod ; ON INIT (DlgCenter( oDlgMod, oGrid ), aGet[5]:aItems[2]:disable()) If oDlgMod:nresult == IDOK if msgYesNo( i18n("¿ save ?") ) oTariffa:costo := nCosto oTariffa:sconto := nSconto oTariffa:totale := nTotale oTariffa:save() endif Endif and ...
by Silvio.Falconi
Tue May 11, 2021 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1761

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Aida,

Y has probado a cambiar de idioma ?

En samples/FiveDBU.prg nosotros usamos FWString(). Revísalo para ver si lo haces igual, gracias
by Antonio Linares
Sat May 01, 2021 7:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Aida, Para las funciones Msg...() puedes hacerlo asi: MsgYesNo( FWString( "..." ), FWString( "..." ) ) a si es, a si lo tengo MsgYesNo( FWString("Do you want to go out ?"), FWString("Message") ...
by AIDA
Sat May 01, 2021 1:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Aida,

Para las funciones Msg...() puedes hacerlo asi:

MsgYesNo( FWString( "..." ), FWString( "..." ) )
by Antonio Linares
Thu Apr 29, 2021 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... el windows estuviera en otros idiomas :roll: pero si alguien tiene windows en ingles y quiere usar mi programa en español los letreritos como el MsgYesNo() o el DTPICKER saldrán en ingles, habrá alguna manera para evitar eso Saluditos :wink:
by AIDA
Wed Apr 28, 2021 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Gracias :D if lenguitas=1HB_LangSelect('EN')FWSetLanguage( 1 )elseif lenguitas=2HB_LangSelect('ES')FWSetLanguage( 2 )elseif lenguitas=3HB_LangSelect('FR')FWSetLanguage( 3 )elseif lenguitas=4HB_LangSelect('PT')FWSetLanguage( 4 )elseif le...
by AIDA
Wed Apr 28, 2021 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Hola necesito poner el DTPICKER el MsgYesNo() etc en ingles y otros idiomas estoy usando FWSetLanguage() pero no hace efecto en ellos https://i.ibb.co/2gTQbKm/sino.jpg if lenguitas=1FWSetLanguage( 1 )elseif lenguitas=2FWSetLanguage( ...
by AIDA
Wed Apr 28, 2021 5:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1205

Re: Editing individual lines

... } oBRW1:lColChangeNotify := .T. oBrw1:aCols[ 2 ]:nEdittype := IIf(obrw1:narrayat==1,EDIT_GET,EDIT_BUTTON) oBrw1:aCols[ 2 ]:bEditBlock := { || MsgYesNo( "Please select" ) } oBrw2:aCols[ 2 ]:nEdittype := EDIT_GET ACTIVATE DIALOG oDlg CENTERED return nil
by MGA
Wed Mar 17, 2021 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

Re: How to draw gray box in dialog *Fixed*

You can have all messagebox function like MsgInfo(), MsgYesNo(), MsgStop(), etc in your own language like this: #include "fivewin.ch"function Main()   FW_SetUnicode( .t. )   SetMsgLangID( 0x041e ) // Thai   MsgYesNo( ...
by nageswaragunupudi
Sat Feb 27, 2021 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw gray box in dialog *Fixed*
Replies: 7
Views: 571

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 450

Re: New FTDN February 2020 (FWH 20.02)

... Se ha corregido. Esta función ahora sólo afecta a las funciones Msg*() del API de Windows como por ejemplo: MsgInfo(), MsgStop(), MsgAlert(), MsgYesNo(), MsgYesNoCancel(), MsgRetryCancel(), MsgAbout() y también a las funciones MsgRun()y MsgWait() de FWH. - Después de llamar a la función CenterMsgs(), ...
by Antonio Linares
Fri Feb 28, 2020 7:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4663

New FTDN February 2020 (FWH 20.02)

... centered in the active window. This is fixed now. This function now affects only Windows Api Msg* dialogs, i.e., MsgInfo(), MsgStop(), MsgAlert(), MsgYesNo(), MsgYesNoCancel(), MsgRetryCancel(), MsgAbout() and also FWH functions MsgRun(), MsgWait(). - After calling CenerMsgs(), calling MsgRun() ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4663

Re: problem to erase rows of xbrowse

Cristobal on oldest function run ok Static Function DeleteAllRows( oBrowse,aGet ) if msgYesNo( i18n("¿ E' sicuro che devo cancellare tutto ?") ) if ! Empty( oBrowse:aArrayData ) aSize( oBrowse:aArrayData, 0 ) oBrowse:Refresh() oBrowse:MakeTotals() CalcoloTotali(oBrowse,aGet) ...
by Silvio.Falconi
Thu Nov 21, 2019 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem to erase rows of xbrowse - RESOLVED
Replies: 12
Views: 1539
PreviousNext

Return to advanced search