Search found 815 matches

by Adolfo
Sat Oct 20, 2018 3:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Automatic xbrowse refresh
Replies: 5
Views: 1034

Automatic xbrowse refresh

Hi fivewinners.

Any idea on how to automatically refresh a xbrowse after a few minutes of inactivity (no key stroke)

Any help will be appreciated

Thanks in advance

From Chile
Adolfo
by Adolfo
Tue Aug 28, 2018 6:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 710

Re: FWH MariaDb/Mysql setfilter problem.

Thanks... works as exspected


From Chile Adolfo
by Adolfo
Tue Aug 28, 2018 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 710

Re: FWH MariaDb/Mysql setfilter problem.

Hi dutch

It wont work... I dont know if the customer is going to enter only the name or both name and lastname.
And it could be any of the fields in a xbrowse, it is created dinamically

The only problem I see, is the space in between the variable you pass to the filter ???
by Adolfo
Mon Aug 27, 2018 10:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 710

FWH MariaDb/Mysql setfilter problem.

Nages...

oDbDato:SetFilter("nombre like '%NAME LASTNAME%'") does not work.
Only oDbDato:SetFilter("nombre like '%LASTNAME%'") works, each time a space is in the filter, it does not work.

Any tip or advice

From Chile Adolfo
by Adolfo
Tue Aug 14, 2018 2:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Drag and drop image resources
Replies: 4
Views: 883

Drag and drop image resources

Hi everybody I need to drag and drop and image on an IMAGE resource, then replace a mysql blob field with the "new" image. Found something in the forum, but it does not work REDEFINE IMAGE oImage FILE "nula.jpg"      ID 101 OF oFldTra:aDialogs[ 4 ] UPDATE       oImage:bDropFiles ...
by Adolfo
Wed Jul 11, 2018 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 3331

Re: Latest FWH upgrade, performance issues, larger EXE

I use UPx as ece, lib, dll compressor

FREE, fast and 100% compatible.

https://upx.github.io/
by Adolfo
Wed Jun 27, 2018 3:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH
Replies: 15
Views: 2881

Re: Using C# (and .NET) from FWH

Nice...
I will follow this topic, since I drop some developments because I couldn't access some .NET dll's and Libs

Greetins
From Chile
Adolfo
by Adolfo
Tue Jun 19, 2018 3:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL vs MariaDB
Replies: 4
Views: 783

Re: MySQL vs MariaDB

By far MARIADB I've tried all MariaDb versions since 10.0.35GA up to actual one 10.3.7, againts Mysql 5.5 up to 5.7 Is faster, 1000% Mysql compatible, It comes in almost any Linux distribution. The windows version is easy to install, it recognizes all dump backups, better integration when you want t...
by Adolfo
Thu May 31, 2018 3:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Sumar o combinar matrices/arreglos
Replies: 7
Views: 1001

Re: Sumar o combinar matrices/arreglos

Gracias. Cristobal probare tu solucion. Armando, no sirve UNION, me equivoque al describir lo que he probado, no existe ninguna relacion entre las tablas, hasta habia pensado en poner campos para generar el resultado, pero queria probar si solo con los arrays, que ademas utilizo en otras partes del ...
by Adolfo
Thu May 31, 2018 3:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Sumar o combinar matrices/arreglos
Replies: 7
Views: 1001

Sumar o combinar matrices/arreglos

Saludos fivewinners Tengo los siguientes arreglos Arr1 a , b , c d , e , f g , h , i Arr2 1 , 2, 3 4 , 5, 6 7 , 8, 9 y debo obtener este resultado aRes a , b, c, 1, 2, 3 d , e, f, 4, 5, 6 g , h, i, 7, 8, 9 Ambos son creados dinamicamente despues de realizar unos selects sobre mysql. Como no hay rela...
by Adolfo
Wed May 09, 2018 12:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xBrowse Problem
Replies: 2
Views: 506

Re: Refreshing xBrowse Problem

Thanks a lot...it works perfect

Greetings from Chile
Adolfo
by Adolfo
Tue May 08, 2018 3:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xBrowse Problem
Replies: 2
Views: 506

Refreshing xBrowse Problem

Mr Rao. I have a xBrowse which I need to update with a different FwhMysql rowset. When I created it I do oDbDat:=oSvr:Rowset(xSelect) oBrow:setMysql(oDbDat,.T.,.T.) Later on I need to change the select (same fields, but different data), then I do. oDbNew:=oSvr:Rowset(NewSelect) oDbDat:=oDbNew oBrw:R...
by Adolfo
Wed Feb 21, 2018 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (SOLVED)
Replies: 11
Views: 1933

Re: Tree xBrowse Menu

Hi ctoas oBrwTree:aCols[1]:bLDClickData:= { |r,c,f,o| If( oBrwTree:oTreeItem:bAction != nil, EVAL(oBrwTree:oTreeItem:bAction),Null() ) } oBrwTree:bKeyChar                 := { | nKey | If( nKey == 13 .and. oBrwTree:oTreeItem:bAction !=Nil,Eval(oBrwTree:oTreeItem:bAction), Null() )}   Hope it helps G...
by Adolfo
Wed Jan 17, 2018 12:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Carpeta donde se guardan los archivos bajados de Internet
Replies: 2
Views: 589

Re: Carpeta donde se guardan los archivos bajados de Internet

La variable de entorno es

CSIDL_DEFAULT_DOWNLOADS

Para el usuario actual y activo y se obtiene con getenv(nombreclave)

Desde Chile
Adolfo
Saludos
by Adolfo
Fri Jan 05, 2018 2:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FiveDBU con TDolphin, TMySql o Eagle1 ??
Replies: 4
Views: 683

Re: FiveDBU con TDolphin, TMySql o Eagle1 ??

Compuin...

Cual es tu necesidad o idea?
EN una de esas podemos ayudarte por otra lado

SAludos

Desde Chile
Adolfo