Search found 277 matches: elseif

Return to advanced search

Re: Suministro Inmediato de Informacion - SII

... // S=ok, 1=aceptada con errores Cuando parseo la respuesta de la aeat si encuentro el tag IF cTag="siiR:CSV" ; cCsv:=cDato y es correcto ELSEIF cTag="siiR:EstadoRegistro" IF cDato="Correcto" ; cCorrecta :="S" Entonces actualizo esos campos de la factura. ...
by josevalle
Thu May 18, 2017 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25575

Re: FWH: MySql/MariaDB: RowSet object

... cOldFilter = ::cOrder ::cOrder = cFilter EXIT CASE SET_LIMIT cOldFilter = ::cLimit IF ValType( cFilter ) == "C" ::cLimit = cFilter ELSEIF ValType( cFilter ) == "N" ::cLimit = AllTrim( Str( cFilter ) ) ENDIF EXIT ENDSWITCH if ::bOnNewFilter != NIL // if you want change ...
by luiz53
Tue May 16, 2017 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19561

Re: ARCHVIO TXT

... :=memoread("C:\SYSTEMA\PTO_CORSSA\salida.txt") If Empty(cArchivoTxt) MsgAlert("Archivo Vacio","Atencion" ) ElseIf !File(cArchivoTxt) MsgAlert("Archivo no se Encuentra","Atencion" ) EndIf y siempre me sale archivo no se encuentra saludos ...
by cnavarro
Fri Jan 06, 2017 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHVIO TXT
Replies: 6
Views: 1709

ARCHVIO TXT

... :=memoread("C:\SYSTEMA\PTO_CORSSA\salida.txt") If Empty(cArchivoTxt) MsgAlert("Archivo Vacio","Atencion" ) ElseIf !File(cArchivoTxt) MsgAlert("Archivo no se Encuentra","Atencion" ) EndIf y siempre me sale archivo no se encuentra saludos
by jbrita
Fri Jan 06, 2017 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHVIO TXT
Replies: 6
Views: 1709

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... IF lYaPase lYaPase:=.F. IF Len(Alltrim(aDat9[nI,3])) = 2 .and. aDat9[nI,8]=1 cmd:="# COLA-->(1:100) "+AllTrim(UPPER(aDat9[nI,2])) ELSEIF Len(Alltrim(aDat9[nI,3])) = 3 .and. aDat9[nI,8]=1 cmd:="# TRIPLE FIJO(1:1000) "+AllTrim(UPPER(aDat9[nI,2])) ENDIF IF Len(Alltrim(aDat9[nI,3])) ...
by joseluisysturiz
Fri Dec 09, 2016 4:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1528

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... IF lYaPase lYaPase:=.F. IF Len(Alltrim(aDat9[nI,3])) = 2 .and. aDat9[nI,8]=1 cmd:="# COLA-->(1:100) "+AllTrim(UPPER(aDat9[nI,2])) ELSEIF Len(Alltrim(aDat9[nI,3])) = 3 .and. aDat9[nI,8]=1 cmd:="# TRIPLE FIJO(1:1000) "+AllTrim(UPPER(aDat9[nI,2])) ENDIF IF Len(Alltrim(aDat9[nI,3])) ...
by mag071
Fri Dec 09, 2016 4:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1528

GET Convertir a Mayusc o Minusc (RESUELTO)

... nKey ) == "," ) if ::oGet:Clear() #ifndef __XHARBOUR__ ::oGet:DelEnd() #endif endif ::oGet:ToDecPos() ... inserten el siguiente código elseif ::oGet:Type == "C" .AND. Chr( nKey ) == "+" mivar1=::oGet:buffer IF LEN(ALLTRIM(mivar1))>0 mivar1=UPPER(mivar1) ::oGet:VarPut( ...
by Maggiro
Thu Oct 20, 2016 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET Convertir a Mayusc o Minusc (RESUELTO)
Replies: 1
Views: 486

Re: DBF editors

Hello, function copy to delimited errors out. I think the parameter nMode == 1 should be logical parameter and TRUE. Best regards, Otto ELSEIF nFormat == 3 // Delimited ? cFileName //__dbDelim( nMode == 1 , cFileName , cDelim , aFld , ; // bFor , bWhile , nNext , nRec , lRest) __dbDelim( .T. ...
by Otto
Mon Sep 12, 2016 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 16
Views: 4435

Re: XBrowse 16.04 : Gets in Header Bar

... 3. METHOD MouseRowPos( nRow ) CLASS TXBrowse if ::lgetbar.and.nrow<::HeaderHeight().and.nrow>=::HeaderHeight()-::nrowheight nrowpos:=-1 elseif ::lgetbar.and.nrow<=::HeaderHeight()-::nrowheight.and.nrow>=::HeaderHeight()-::nrowheight*2 nrowpos:=-2 else nRowPos := Int( nTmp / ::nRowHeight ...
by ShumingWang
Mon Sep 05, 2016 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10021

Re: Possible to make CRLF of multiline gets visible ?

... at the end : IF SUBSTR( aDat[90], LEN( TRIM( aDat[90] ) ) - 1, 1 ) <> CRLF cMedik1 := TRIM( STRTRAN(aDat[90], "|", CRLF ) ) + CRLF ELSEIF SUBSTR( aDat[91], LEN( TRIM( aDat[91] ) ) - 1, 1 ) <> CRLF cMedik2 := TRIM( STRTRAN(aDat[91], "|", CRLF ) ) + CRLF ENDIF ("PATIENT")->MEDIKAM1 ...
by ukoenig
Wed Jun 08, 2016 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to make CRLF of multiline gets visible ?
Replies: 6
Views: 1043

Can you implement ADO type 'adGUID' for ADS 12?

... return 'N' endcase return "" function FWAdoFieldStruct (ORS, n) .... nType: = oField: Type if nType == adBoolean cType: = 'L' nLen: = 1 elseif nType == adGUID <------ cType: = 'C' nLen: = 36 ... thank you Manfred
by Gross
Tue Jun 07, 2016 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you implement ADO type 'adGUID' for ADS 12?
Replies: 2
Views: 677

Re: Tip Client = Harbour / MSVC 2015 Error

... ) oLog := TIPLog():New( iif( HB_ISSTRING( xTrace ), xTrace, NIL ) ) ::bTrace := {| cMsg | iif( PCount() > 0, oLog:Add( cMsg ), oLog:Close() ) } ELSEIF HB_ISEVALITEM( xTrace ) ::bTrace := xTrace ENDIF IF HB_ISSTRING( oUrl ) oUrl := TUrl():New( oUrl ) ENDIF SWITCH oURL:cProto CASE "ftp" ...
by Antonio Linares
Thu Apr 21, 2016 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: A xbrowse question to show a section with different values

... o:lHide := .t. }, 8 ) <other settings> oBrw:CreateFromCode() Button Action: if nSchicht == 1 oBrw:ReArrangeCols( { 1, 2, 3, 4, 5, 6, 7 } ) elseif nSchicht == 2 oBrw:ReArrangeCols( { 1, 2, 3, 4, 8, 9, 10 } ) else oBrw:ReArrangeCols( { 1, 2, 3, 4, 11,12,13 } ) endif
by nageswaragunupudi
Sat Apr 02, 2016 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xbrowse question to show a section with different values
Replies: 7
Views: 1829

Re: encoding from array

perhaps I found the error For k= 1 to 5 // numeri If nposition[k]= alltrim("a") nline:= 1 elseif nposition[k]= alltrim("b") nline:= 2 elseif nposition[k]= alltrim("c") nline:= 3 endif nNumbers[k]:= aline[nline][k] next k nopw seem to run ok
by Silvio.Falconi
Sat Feb 27, 2016 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: encoding from array
Replies: 3
Views: 481

compiling more pro files to 1 app

... = 1 TO aDataBases[n,3] AADD(aIndex, cDataBasePad + aDataBases[n,i+3]) NEXT ENDIF IF LEN(aIndex) == 0 USE (cDataBase) NEW ALIAS &cAlias SHARED ELSEIF LEN(aIndex) == 1 USE (cDataBase) INDEX (aIndex[1]) NEW ALIAS &cAlias SHARED ELSEIF LEN(aIndex) == 2 USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]) ...
by plantenkennis
Fri Nov 27, 2015 6:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: compiling more pro files to 1 app
Replies: 6
Views: 2360
PreviousNext

Return to advanced search