Search found 277 matches: elseif

Return to advanced search

Re: Como controlar que no se salten los Gets con el Mouse

... LOCAL uvf:=.F. IF GETKEYSTATE(VK_UP) // al pulsar tecla flecha arriba uvf=.T. //te permite salir del GET para regresar al campo GET anterior. ELSEIF EMPTY(CampoGetConTabla) .AND. GETKEYSTATE(VK_RETURN) uvf=.T. //si quieres pasar sin llenar, puedes hacerlo ELSEIF EMPTY(CampoGetConTabla) .AND. ...
by ACC69
Wed Sep 09, 2015 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar que no se salten los Gets con el Mouse
Replies: 21
Views: 3789

Re: Como controlar que no se salten los Gets con el Mouse

... LOCAL uvf:=.F. IF GETKEYSTATE(VK_UP) // al pulsar tecla flecha arriba uvf=.T. //te permite salir del GET para regresar al campo GET anterior. ELSEIF EMPTY(CampoGetConTabla) .AND. GETKEYSTATE(VK_RETURN) uvf=.T. //si quieres pasar sin llenar, puedes hacerlo ELSEIF EMPTY(CampoGetConTabla) .AND. ...
by Maggiro
Wed Sep 09, 2015 1:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar que no se salten los Gets con el Mouse
Replies: 21
Views: 3789

Re: edicion con Xbrowser

... { |o| If( o:cDataType == 'L', o:SetCheck(), nil ) } ) if nEdit == 1 oBrw:lFastEdit := .t. AEval( oBrw:aCols, { |o| o:nEditType := 1 } ) elseif nEdit == 2 oBrw:bDataRow := { |o,c,l| TDataRow():New( o:uDataSource, c, l ) } endif ...... Todo esto esta planteado al vuelo , como idea, no ...
by mastintin
Thu Apr 16, 2015 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: edicion con Xbrowser
Replies: 15
Views: 3863

Re: ADO RDD xHarbour

... nWA, nField, DBS_LEN, @nLen ) ADO_FIELDINFO( nWA, nField, DBS_TYPE, @nType ) IF oRecordSet:Fields( nField - 1 ):Type == adInteger uInfo := 0 ELSEIF nType == "N" //uInfo := Min( Max( 0, nLen - 1 - oRecordSet:Fields( nField - 1 ):DefinedSize ), 15 ) uInfo := oRecordSet:Fields( nField ...
by AHF
Tue Mar 10, 2015 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447022

Re: problema con SetFont

... ::aTitBoton := {"&-Mês", "&+Mês", "< Ano", "Ano >", "Hoje"} ELSEIF ::nLanguage = L_CATALA ::aMESES := { "Gener" , "Febrer" , "Març" ,"Abril",; "Maig" , "Juny" ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4734

Re: messaggio per mercurial

... (OR->prof == DO->(RecNo())) if (Empty(OR->gg_ora) .AND. OR->classe != DA->cla_dis) AAdd(Local7, {or->(RecNo()), ""}) elseif (!Empty(OR->gg_ora) .AND. OR->classe != DA->cla_dis) AAdd(Local6, Val(or->gg_ora)) endif or->(dbSkip()) end Local7 e local6 sono ...
by Silvio.Falconi
Sat Feb 07, 2015 8:50 am
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4292

Re: errores de xbrowse ??? No se corrigió

... "Courier New" SIZE 14, 10 BOLD DEFINE FONT aFont[ 5 ] NAME "Tahoma" SIZE 0, -12 IF nFonBro == NIL oFonBro := M->oFonAc11 ELSEIF nFonBro == 1 oFonBro := aFont[ 1 ] ELSEIF nFonBro == 2 oFonBro := aFont[ 2 ] ELSEIF nFonBro == 3 oFonBro := aFont[ 3 ] ELSEIF nFonBro == 4 oFonBro ...
by russimicro
Thu Jan 22, 2015 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2283

Re: Introducing FiveTech's fivedit

... cursor is indented 3 or 4 spaces next line enddo - when you type enddo it is outdented to line up with the do while the same happens for if else elseif endif do case endcase Cheers Colin
by Colin Haig
Wed Jan 21, 2015 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107774

Re: Duda al compilar la Clase TDirPrint

... like in DO CASE statements. In xHarbour SWITCH does not use such jump table and generated PCODE is similar to the one used for DO CASE or IF / ELSEIF and only the main switch value calculation is optimized and reused for all statements so speed improvement is relatively small. In xHarbour instead ...
by carlos vargas
Sat Jan 10, 2015 3:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda al compilar la Clase TDirPrint
Replies: 8
Views: 1276

Re: Check if Word or Excel is installed

This is a little routine to get the version # of that latest version of office still installed. nVer := MSOfficeVer() if nVer = 0 // Not installed elseif nVer := 14 // Office 2010 endif function MSOfficeVer()   local oReg, nVer := 0   local nCounter, cPath, cKey  ...
by Gale FORd
Fri Jan 09, 2015 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if Word or Excel is installed
Replies: 4
Views: 741

Definir una variable en otro procedimiento o función

... += (" " + e:description) end // add either filename or operation if !Empty(e:filename) cMessage += (": " + e:filename) elseif !Empty(e:operation) cMessage += (": " + e:operation) end return (cMessage)
by jgayoso
Thu Jan 08, 2015 4:00 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Definir una variable en otro procedimiento o función
Replies: 3
Views: 1336

errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA

... "Courier New" SIZE 14, 10 BOLD DEFINE FONT aFont[ 5 ] NAME "Tahoma" SIZE 0, -12 IF nFonBro == NIL oFonBro := M->oFonAc11 ELSEIF nFonBro == 1 oFonBro := aFont[ 1 ] ELSEIF nFonBro == 2 oFonBro := aFont[ 2 ] ELSEIF nFonBro == 3 oFonBro := aFont[ 3 ] ELSEIF nFonBro == 4 oFonBro ...
by russimicro
Fri Jan 02, 2015 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2283

Re: Alquien tiene TxtPreview o TXTVIEW

... nCopias=NIL nCopias=1 ENDIF PrnSetSize(nAncho*100, nLargo*100) //Creo objeto tprinter IF !lSel_imp .AND. !lPreview PRINT oImp TITLE cNom_Spooler ELSEIF lSel_imp .and. !lPreview PRINT oImp TITLE cNom_Spooler FROM USER ELSEIF !lSel_imp .and. lPreview PRINT oImp TITLE cNom_Spooler PREVIEW ELSEIF ...
by jbrita
Thu Dec 11, 2014 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alquien tiene TxtPreview o TXTVIEW
Replies: 19
Views: 4284

Re: Alguien tiene clase "TRepDos"

... nCopias=NIL nCopias=1 ENDIF PrnSetSize(nAncho*100, nLargo*100) //Creo objeto tprinter IF !lSel_imp .AND. !lPreview PRINT oImp TITLE cNom_Spooler ELSEIF lSel_imp .and. !lPreview PRINT oImp TITLE cNom_Spooler FROM USER ELSEIF !lSel_imp .and. lPreview PRINT oImp TITLE cNom_Spooler PREVIEW ELSEIF ...
by jbrita
Thu Dec 11, 2014 7:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien tiene clase "TRepDos"
Replies: 8
Views: 2115

Re: Key code

... this is not compatible if the user press the numpad keys of keyboard because I need to simulate the click of the button on the dialog sample : elseif nKey == VK_NUMPAD9 oBt9:click() it write the number allways on first position if we digit ( press on numpad) the sequence 123 you see on get ...
by Silvio.Falconi
Tue Nov 25, 2014 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Key code
Replies: 16
Views: 3146
PreviousNext

Return to advanced search