Search found 83 matches

by wartiaga
Mon Jun 24, 2019 6:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour sandbox is ready !!!
Replies: 23
Views: 3596

Re: mod_harbour sandbox is ready !!!

Write and execute your Harbour code directly on the web ;-) https://harbour.fourtech.es/modharbour_examples/sandbox.prg This is a dream made true :-D See how fast it runs !!! Amazing, works great in windows10, one question, how I can open a dbf in other folder like C:\SISTEMAS\DADOS? In this folder...
by wartiaga
Fri May 03, 2019 6:21 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con CDO
Replies: 4
Views: 828

Re: Ayuda con CDO

Buen Día a todos... tengo una pequeña aplicación que envía un correo de notificación de actividad a un destinatario usando CDO a través de una cuenta GMail... eso funciona perfecto... ahora el caso es que se necesita enviar el mismo correo a 3 destinatarios... oMail:To :='"Destinatario 1"...
by wartiaga
Wed Apr 17, 2019 12:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tgraph + Pie
Replies: 2
Views: 515

Re: Tgraph + Pie

Vilian look to graph.prg in samples folder.
by wartiaga
Tue Apr 16, 2019 2:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: open xml with colors and IE
Replies: 0
Views: 345

open xml with colors and IE

Hi,

Is possible to show a xml in dialog with identation like I.E. does? And chage colors in some tags? Thanks in advance.
by wartiaga
Tue Apr 09, 2019 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with barget xbrowse
Replies: 3
Views: 488

Re: Help with barget xbrowse

Hi Mr. Nages, can you help me?

Why oBrw:aCols[1]:uBarGetVal give me wrong caracters? I'm using oBrw:aCols[1]:bBarGetChange := {|| Filtra(oBrw)}. See image below. Thanks.

Image
by wartiaga
Mon Apr 08, 2019 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with barget xbrowse
Replies: 3
Views: 488

Re: Help with barget xbrowse

Thanks Karinha but

Lista1:aCols[1]:uBarGetVal give me a empty result.
by wartiaga
Mon Apr 08, 2019 6:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with barget xbrowse
Replies: 3
Views: 488

Help with barget xbrowse

Hi guys,

I have this code:

Lista1:aCols[1]:uBarGetVal := Space(8)
Lista1:aCols[1]:bBarGetChange := {|| Filtra(Lista1) }

If i press AB how i can capture this in Filtra function?

Thanks in advance.
by wartiaga
Thu Mar 14, 2019 5:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MariaDB
Replies: 3
Views: 756

Re: xBrowse with MariaDB

Exactly the same way as we create xbrowse for DBF, TDatabase, ADO, Array, etc. Syntax of XBrowse is identical for all. oRs := oCn:RowSet( "select first,last,city from customer" ) @ 20,20 XBROWSE oBrw SIZE w,h PIXEL OF oDlg ;    DATASOURCE oRs ;    COLUMNS "FIRST", "CITY&quo...
by wartiaga
Wed Mar 13, 2019 7:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MariaDB
Replies: 3
Views: 756

xBrowse with MariaDB

Hi,

How the best away to create a xbrowse with some MariaDb File/Fields?

Thanks in advance
by wartiaga
Wed Mar 13, 2019 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Report with array
Replies: 9
Views: 1520

Re: Report with array

Thank you Otto I will try!
by wartiaga
Wed Mar 13, 2019 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sintax error
Replies: 4
Views: 774

Re: Sintax error

In your original code is missing the second part of last iif, oFrPrn:SetUserDataSet( "aClientes", cFld,; { || nAt := 1, EVAL( bResync, nAt ) },; { || nAt++, EVAL( bResync, nAt ) },; { || nAt--, EVAL( bResync, nAt ) },; { || nAt > LEN( aClientes ) },; { |cFld| iif( cFld == "Codigo&quo...
by wartiaga
Tue Mar 12, 2019 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sintax error
Replies: 4
Views: 774

Re: Sintax error

oFrPrn:SetUserDataSet( "aClientes", cFld,; { || nAt := 1, EVAL( bResync, nAt ) },; { || nAt++   , EVAL( bResync, nAt ) },; { || nAt--   , EVAL( bResync, nAt ) },; { || nAt > LEN( aClientes )         },; { |cFld| Test1( cFld, nAt ) } ) static function Test1(cFld,nAt)  local uRet  do case  ...
by wartiaga
Tue Mar 12, 2019 4:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sintax error
Replies: 4
Views: 774

Sintax error

Hi, Can you help me about this code sintax? The compiler results ")" error. Thanks in advance. oFrPrn:SetUserDataSet( "aClientes", cFld,; { || nAt := 1, EVAL( bResync, nAt ) },; { || nAt++, EVAL( bResync, nAt ) },; { || nAt--, EVAL( bResync, nAt ) },; { || nAt > LEN( aClientes ) ...
by wartiaga
Tue Mar 12, 2019 1:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report with array
Replies: 9
Views: 1520

Re: Report with array

Hello thank you for your answer. But this is a problem if you have many costumers. You need admin rights which is not always possible. And FrSystH.dd has no future as no one has the sources. For in house this might be a solution. But if you sell your software over internet and self installing this ...
by wartiaga
Mon Mar 11, 2019 6:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Report with array
Replies: 9
Views: 1520

Re: Report with array

Otto wrote:Hello,
are you developing inhouse applications.
If I install FastRepot FrSystH.dll is blocked by the most Antivirus programs.
Have you a solution for that.
Thank you in advance
Otto
Hi Otto, I dont have problems with this. Did you try to adding FrSystH.dll in exception antivirus list?