Search found 23 matches: ori

Return to advanced search

al Cargar cToolTip es muy leno

... *-------------------------- Local cVendido Local aAsiento:="" cVendido=xServer:Query("SELECT asiento,ori,des,reserva FROM vendido WHERE cod_viaje='"+AllTrim(CodViaje)+"' and cod_interno='"+AllTrim(Str(CodControl))+"' and asiento='"+Str(nSit)+"' ...
by jbrita
Wed Apr 06, 2022 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: al Cargar cToolTip es muy leno
Replies: 2
Views: 260

Re: Pregunta sobre DBCOMBO

Hola,

una idea seria ON CHANGE variable := acNom[ oOri:ORI_PAI ]
by Marcelo Via Giglio
Tue Jan 18, 2022 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre DBCOMBO (SOLUCIONADO)
Replies: 3
Views: 402

Pregunta sobre DBCOMBO (SOLUCIONADO)

Saludos foreros: Tengo el siguiente código:      acNom := {"Francia","Italia","España"}     anNum :=  {1,2,3}     ....      REDEFINE DBCOMBO aGets[08] VAR oOri:ORI_PAI ID 108;         ITEMS anNum LIST acNom OF oDlg UPDATE  En la variable oOri...
by Armando
Tue Jan 18, 2022 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre DBCOMBO (SOLUCIONADO)
Replies: 3
Views: 402

Re: HDORDD. Importando datos desde dos conexiones diferentes.

si Append blank si CLIENTES->( OrdScope( 1, Nil ) ) ? COUNT TO nDuplicados FOR FIELD->NUMERO == nNumero ? COUNT TO nRegistros si DBCLEARFILTER si DbDelete si DbDelete() si DbGoBottom() si Dbgoto( nregistro ) si Dbseek( nCodigo ) si dbSelectArea si DbSetOrder(1) si DBSKIP si DBSKIP() ? DELETE A...
by xmanuel
Sun Apr 26, 2020 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1671

Re: ADO RDD xHarbour

Hello, Indexes are failing: Error description: Error BASE/1132 Error de rango: acceso al array Args: [ 1] = A { ... } length: 0 [ 2] = N 0 At, ADO_ORDLSTFOCUS( 1135 ): here: aOrderInfo[ UR_ORI_RESULT ] := aWAData[ WA_INDEXES ] [aWAData[ WA_INDEXACTIVE ]] aWAData[ WA_INDEXACTIVE ] := n ELSE My code: ...
by lucasdebeltran
Thu Apr 02, 2015 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446315

Re: ADO RDD xHarbour

The controlling index is set in the ADO recordset:

oRecordSet:Index := aOrderInfo[ UR_ORI_BAG ]
by Antonio Linares
Fri Mar 20, 2015 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446315

Re: ADO RDD xHarbour

Antonio,

The aOrderInfo[ UR_ORI_TAG ] can be Numeric or String.

Is this behavior correct?
by AHF
Fri Mar 20, 2015 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446315

AYUDA CON REDEFINE CHECKBOX

Amigos tengo este codigo: FOR Z= 1 TO 42 o:=0 For I=pos_ori to pos_des If aBus[Z,I]="S" o:=1 Endif Next If o=1 REDEFINE IMAGE aGets[Z] ID aId OF odlg Resource "ocupado" UPDATE REDEFINE CHECKBOX oBox[Z] VAR lChkBox[Z] ID bId OF oDlg UPDATE oBox[Z]:DISABLE() Else REDEFINE IMAGE aGe...
by jbrita
Tue Aug 20, 2013 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON REDEFINE CHECKBOX
Replies: 1
Views: 411

Re: combobox display

Is your table DBF or SQL? If it´s SQL you could try padr( ORI->LIBELLE, N ).
by ADutheil
Thu May 30, 2013 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox display
Replies: 7
Views: 1589

combobox display

... due to recent versions). I explain : I use tables where there is a description and an id , the table is added like this AADD(MESVARS():TABVAR[12],ORI->LIBELLE + " " + STR(ORI->NUMERO,6) ) where there is a title and an id that i can retreive , i want the combobox to display the ...
by Richard Chidiak
Thu May 30, 2013 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox display
Replies: 7
Views: 1589

Re: Imagen en envio de e-mail

Hola FiveWinners. Este codigo genera una mail con imagenes y funciona bien. espero les sirva Saludos // envio de mail #Include "FiveWin.ch" Function Enviar_Main(_TO, _CC, _BCC, _PDF, _XML, _TEXTO, _SUBJECT, _MSG, _cliente, _folio) LOCAL RET:=.T. PRIVATE oEmailCfg,oEmailMsg PRIVATE cServerE...
by devtuxtla
Thu May 16, 2013 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en envio de e-mail
Replies: 17
Views: 5009

Re: Problema con TXBrowse ,alguien me ayuda ?

... "FECHA", "COD.BANCO", "DESCRIPCION", "CONCEPTO", "TE", "MONTO", "ORI" ; COLUMNS 1, 2, 3, 4, 5, 6, 7, 8, 9 ; COLSIZES 50, 100, 100, 100, 200, 120, 50, 100, 50 ; JUSTIFY AL_CENTER, AL_LEFT, AL_CENTER, AL_LEFT, ...
by ACC69
Fri Aug 24, 2012 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No refresca totales con TXBrowse ,Solucionado!!?
Replies: 17
Views: 5808

Re: Problema con TXBrowse ,alguien me ayuda ?

... "FECHA", "COD.BANCO", "DESCRIPCION", "CONCEPTO", "TE", "MONTO", "ORI" ; COLUMNS 1, 2, 3, 4, 5, 6, 7, 8, 9 ; COLSIZES 50, 100, 100, 100, 200, 120, 50, 100, 50 ; JUSTIFY AL_CENTER, AL_LEFT, AL_CENTER, AL_LEFT, ...
by joseluisysturiz
Thu Aug 23, 2012 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No refresca totales con TXBrowse ,Solucionado!!?
Replies: 17
Views: 5808

Web service

Hi, UPurl:="http://200.207.118.102:8079/axis2/services/RecargasWeb?wsdl" oUp := CreateObject("MSSOAP.SoapClient30") oUp:MSSoapInit(alltrim(UPurl)) tokenVO:=oUp:Logon(COD_ORI,PWD,COD_TER,COD_EST,MAC) ? tokenVO http://www.sysfar.com.br/temp/soap.jpg In return Ob...
by clemerson
Thu Jun 03, 2010 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2661

no se puede probar, falta:

#include 'dob.ini' //??

mUBI_ORI:=DIRECMain() //???

Saludos.
by karinha
Thu Nov 27, 2008 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Realizar Backup o copias de Seguridad desde FW
Replies: 22
Views: 4918
Next

Return to advanced search