Search found 122 matches: odata

Return to advanced search

Re: Consulta SQL via TDolphin

... "CUIT" ;            OBJECT  ::oQVProv  Que muestra el dato tal como lo guardé mediante: oData:oServer:Insert(...) o cuando actualizo mediante oData:oServer:SqlQuery( cQry ) Luego para mostrarlo en un say, lo recupero con, en este caso: ...
by MarioG
Thu Jul 05, 2018 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta SQL via TDolphin
Replies: 17
Views: 2938

Re: FiveTouch for iOS (iPhone/iPad) is ready!!!

... to DB connection, we need to change the chip, and use Web Services, in this way the we have a independence data source, for ADS is possible to use oData protocol, but could be easy too implement a Web Service an opinion only Regards Macelo Vía
by Marcelo Via Giglio
Fri Apr 13, 2018 9:04 pm
 
Forum: FiveTouch
Topic: FiveTouch for iOS (iPhone/iPad) is ready!!!
Replies: 4
Views: 2278

Re: Buffer de registro

... distintas de acceder al dato, cuestión de estética, la que más te guste Si suprimes aItems y aDatas ya no podrás referirte al objeto de la forma oData:Nombre, oData:Fecha, ... sólo por su equivalente hash oData["Nombre"] ... La rapidez que buscas es imperceptible ;) Saludos
by quim
Tue Aug 01, 2017 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buffer de registro
Replies: 14
Views: 3304

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\objects.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\odata.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\random.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Function\statics.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 5104

Xbrowse EDIT_GET_BUTTON overwrite manual data

Hello, In my Xbrowse (the first = oData) i have on field 2 a edit_get_button to select from a dropdown a field. That Works ok. When I manualy want to type something, it will alsways be overwritten by the value a the button get. The code says ...
by Marc Venken
Thu Oct 27, 2016 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse EDIT_GET_BUTTON overwrite manual data
Replies: 2
Views: 628

Re: Tdolphin

...      BIGINT(11)  UNSIGNED NOT NULL,DNI           BIGINT(10)  UNSIGNED NOT NULL,  En la definicion del recurso tengo   REDEFINE GET oData:CUIT ID 104 OF aO[_FldEx]:aDialogs[1] UPDATE ;            PICTURE "@ZR 99-99999999-9" COLOR CLR_BLACK, CLR_BACKAMAR  REDEFINE ...
by MarioG
Tue Aug 02, 2016 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tdolphin
Replies: 13
Views: 3259

New FTDN March 2016 (FWH 16.03)

... headers, or scrollbars. * New Class TArrayData: Can be used with multi-dimentional arrays the same way as TDatabase and TRecset. Usage: oData := TArrayData():New( aArrayData, aStructure ) aStructure is similar to dbf structure. Method SetArray( aData ) can be used to set / reset array ...
by Antonio Linares
Wed Mar 30, 2016 8:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March 2016 (FWH 16.03)
Replies: 0
Views: 1322

Para Daniel Garcia

... 405 ) Called from: D:\PRGS\SHOTEL\PRG\TPLANN.PRG => TPLANNING:LBUTTONUP( 701 ) es en esta línea n = max(0, min(oItem:nColEnd,oData:nNewColEnd) - max(oItem:nColStart,oData:nNewColStart)) Cómo solucionar?? Gracias anticipadas... Willi
by Willi Quintana
Mon Jan 18, 2016 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Daniel Garcia
Replies: 5
Views: 900

ADO Filtering - Mr. Nages and others

... almost finishing ADORDD, but there is a problem converting some filters from Clipper sinatx to ADO Filter command: The problem is with the vars (oData:Codigo, cName)...:   SET FILTER TO FIELD->NAME = cName  SET FILTER TO AUXILIAR->RELACION  == alltrim(  STR( ...
by lucasdebeltran
Sat May 23, 2015 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Filtering - Mr. Nages and others
Replies: 3
Views: 549

Re: ADO RDD xHarbour

... Dtoc( FIELD->FECHA ) <= " + chr( 34 ) + Dtoc( dFecha2 ) + chr( 34 ) SET FILTER TO alltrim( AUXILIAR->RELACION ) == alltrim( STR( oData:Codigo )) cCondicion := "CONTA->CONCEPTO = " + chr( 34 ) + alltrim( cValToChar( cCuentaoConcepto ) ) + chr( 34 ) These should be ...
by AHF
Sat May 23, 2015 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 461218

Re: OT: Integrar Magento o osCommerce con ADS

Muchas gracias, ADS tiene driver propio para PHP (windows/Linux) y sino a partir de la versión 11 de ADS, también se puede usar oData. Por tanto la conexión, obtención y grabación de datos con ADS no es dificil. El problema está en toda la programación PHP que hay que realizar para el ...
by fgondi
Fri Feb 20, 2015 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Integrar Magento o osCommerce con ADS
Replies: 8
Views: 1805

Re: OT: Integrar Magento o osCommerce con ADS

... conector hay que programarlo en PHP y ese código PHP es el que debe realizar la conexión a ADS (complemento nativo de ADS para PHP o a través de oDATA con la versión 11 de ADS), y ejecutar las consultas que sean necesarias. Si esto es así, me llama mucho la atención que la empresa me haya pedido ...
by fgondi
Thu Feb 19, 2015 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Integrar Magento o osCommerce con ADS
Replies: 8
Views: 1805

Re: Introducing FiveTech's fivedit

... the endif is pulled back in the line with the if The editor automatically indents and outdents - the code is formatted as you type do while ! oData:eof() if nNumber == 15 somefunc() endif oData:skip() enddo Cheers Colin
by Colin Haig
Tue Jan 27, 2015 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 114960

Recompilar FiveHMX para xhb.com

... "Obj\msgmeter.obj" "Obj\msgrun.obj" "Obj\msgtbar.obj" "Obj\objects.obj" "Obj\odata.obj" "Obj\random.obj" "Obj\statics.obj" "Obj\valblank.obj" "Obj\wqout.obj" "Obj\xpad.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 865

Error ADSCDX/5004 under Win 10

Error ADSCDX/5004 Open error: C:\ODATA\REC_100.DBF

Ads Local 7.0

I can open some Databases and after 9 Database the errors occures

Tx
by Uwe.Diemer
Sat Nov 15, 2014 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADSCDX/5004 under Win 10
Replies: 0
Views: 294
PreviousNext

Return to advanced search