Search found 53 matches: fwmariarowset

Return to advanced search

Re: New FTDN April 2024 (FWH 24.04)

... soporte para fracciones de segundos. Ahora admite fracciones de segundos, milisegundos. - Soporte mejorado para restaurar tablas grandes * Clase FWMariaRowSet - Corrección en SetFilter() a) Cuando la condición del filtro contiene "<a> like '%abc'" se trata como '%abc%'. Solucionado. ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 608

New FTDN April 2024 (FWH 24.04)

... fields without support for fraction of seconds. Now support fraction of seconds milliseconds. - Improved support for Restoring large tables * FWMariaRowSet class - Fix in SetFilter() a) when filter condition contains "<a> like '%abc'" is treated same as '%abc%'. Fixed b) Filter ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 608

FWMARIA TOEXCEL ERROR FREEZEPANES

... Args: [ 1] = L .T. Stack Calls =========== Called from: => TOLEAUTO:_FREEZEPANES( 0 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:TOEXCEL( 5640 ) Luego de revisar las consultas de porque genera bien el excel en unos y no en otros me percate que el usuario habia digitado ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3279

Re: MariaDb SetFilter no realiza Filtrado

... 1422 ) Called from: .\source\internal\FWROWSET.PRG => FWROWSET:SETFILTER( 495 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:SETFILTER( 2860 ) Called from: Bin\laborMaquina.prg => BUSCARLAB( 185 ) Called from: Bin\laborMaquina.prg => (b)BRWBTNBAR( 144 ) ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 177

Re: INDEX on / seek in MARIA DB

... use the same syntax for the entire application. You will need to make some changes. Because you are now using TDatabase, you will find the new FWMariaRowSet class ( class to handle MySql tables ) very similar to TDatabase class. So changes should be less. If you start. we will provide you the ...
by nageswaragunupudi
Fri May 19, 2023 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 419

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... la parte inferior, como en Excel. * Nuevas funciones en olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - Mejora en la velocidad de ordenación de los campos de tipo carácter (char). * Nueva función FW_SaveThumbnail( cImage, cThumb, nWidth, ...
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1257

New FTDN December/Diciembre 2022 (FW 22.12)

... is extended till bottom, like Excel. * New functions in olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1257

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... oCn:ProcedureName( a, @b ) --> oRs Ahora el parámetro out devuelve el valor en b. oRs:Requery( a, @b ) // El parámetro Out se devuelve en b * FWMariaRowSet: - FieldGet( nFldNo ): Se ha solucionado el error en tiempo de ejecución cuando nFldNo está fuera de rango. - Expresión del filtro:"<fld> ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 635

New FTDN March/Marzo 2022 (FWH 22.03)

... in Stored Procedures: oCn:ProcedureName( a, @b ) --> oRs Now out param returns value in b. oRs:Requery( a, @b ) // Out param is returned in b * FWMariaRowSet: - FieldGet( nFldNo ): Runtime error when nFldNo is out or range is fixed. - Filter expression :"<fld> like <exp>" ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 635

Re: Clase Nativa MySql

Los fuentes no son incluidos en source, la clase no puede heredar,
esos metodos no existenten.
la documentación esta aca

http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariaconnection
http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset
by carlos vargas
Wed Mar 09, 2022 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1884

xbrowse con maridadb SIN posibilidad de refresh

... array Args: [ 1] = A {1,1,"ASSDASDASD ... } length: 5 [ 2] = N 6 Stack Calls =========== Called from: .\source\internal\FWMARIA.PRG => (b)FWMARIAROWSET( 1287 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:LAPPENDBLANK( 0 ) Called from: .\source\internal\FWMARIA.PRG => ...
by goosfancito
Wed Oct 06, 2021 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse con maridadb SIN posibilidad de refresh
Replies: 8
Views: 777

Re: antes con TDolphin hacia refresh

http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset Refresh() Applies only to rowsets/tables having update timestamp. Reads from Server rows with timestamp later than the max timestamp in the rowset and updates the rowset with new values and returns number of rows u...
by carlos vargas
Fri Oct 01, 2021 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: antes con TDolphin hacia refresh
Replies: 3
Views: 442

Re: Consulta FWMariaRowset

Thanks for your response, Mr. Rao
That was I need!
by MarioG
Thu Aug 12, 2021 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FWMariaRowset
Replies: 2
Views: 602

Re: Consulta FWMariaRowset

Assuming the names of 1st and 3rd fields are "DATE" and "NUMBER",
Code: Select all  Expand view

oRowSet:Sort := "DATE DESC,NUMBER DESC"
 
by nageswaragunupudi
Thu Aug 12, 2021 11:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FWMariaRowset
Replies: 2
Views: 602

Consulta FWMariaRowset

Hola Tengo lo siguiente; Un Query en el que algunos campos se muestran en un xBrowse q se ve así: https://i.postimg.cc/cH3myBzg/Browse1.png Como se indica esta ordenado, por las columnas 1 y 3 de manera Descendente (ambas) En un siguiente paso se realiza la selección de registros: ht...
by MarioG
Sat Aug 07, 2021 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FWMariaRowset
Replies: 2
Views: 602
Next

Return to advanced search