Search found 83 matches

by wartiaga
Thu Oct 24, 2019 9:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer picture
Replies: 3
Views: 727

xbrowser footer picture

Hi,

Why this

Lista2:aCols[7]:nFooterType:= AGGR_SUM
Lista2:aCols[7]:nFootStrAlign := AL_RIGHT
Lista2:aCols[7]:cFooterPicture := "@e 999,999.99"

Show me 52.99 in footer?
How I can display 52,99?

Thanks in advance.
by wartiaga
Fri Oct 11, 2019 1:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 4507

Re: SayBarCode control

nageswaragunupudi wrote:FWH 1902
Thank you Mr. Nages.
by wartiaga
Fri Oct 11, 2019 1:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 4507

Re: SayBarCode control

#include "fivewin.ch" REQUEST FWZEBRA  // Important function Main()    local hBmp        hBmp := FW_BarCodeBmp( "Your text", "QRCODE", 200, 200 )    FW_SaveImage( hBmp, "name.bmp" ) return nil   You can specify the file name as "name.bmp" or "n...
by wartiaga
Tue Oct 08, 2019 10:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 4507

Re: SayBarCode control

Please try #include "fivewin.ch" REQUEST FWZEBRA function Main()    local oPrn    PRINT oPrn PREVIEW    PAGE       @ 2,2 PRINT TO oPrn TEXT "Mr. Vilian is a great friend" + CRLF + ;                                "and a great expert in software" ;             AS BARCOD...
by wartiaga
Wed Oct 02, 2019 11:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser header
Replies: 2
Views: 558

Re: xbrowser header

function TestMain()    local oWnd, oBar, oBrw    DEFINE WINDOW oWnd TITLE "Arrays" @ 0,0 XBROWSE oBrw OF oWnd               ;       COLUMNS 1, 2, 3, 4                    ;       HEADERS "a","b","tc","d"   ;       COLSIZES 100, 100, 100, 100         ...
by wartiaga
Mon Sep 30, 2019 9:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser header
Replies: 2
Views: 558

xbrowser header

Hi,

I have a xbrowse with a empty array.

When i put some elements in array and I do oBrw:SetArray(VetDup) my headers change to A, B, C , D, E.

What I do wrong?

Thanks!
by wartiaga
Thu Aug 08, 2019 3:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour xBrowse
Replies: 3
Views: 811

Re: mod harbour xBrowse

Very Impressive!
by wartiaga
Sat Jul 06, 2019 12:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

Hello Antonio, I get following error: Error: Apache shutdown unexpectedly. 15:00:07 [Apache] This may be due to a blocked port, missing dependencies, 15:00:07 [Apache] improper privileges, a crash, or a shutdown by another method. 15:00:07 [Apache] Press the Logs button to view error logs and check...
by wartiaga
Tue Jul 02, 2019 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

Have you copied mod_harbour.so and libharbour.dll to the locations that I explained here ? Please go to c:\Apache24htdocs and create a test.prg like this one: function Main()    ? "Hello world" return nil Now from your browser go to localhost/test.prg and let me know what you get Antonio ...
by wartiaga
Tue Jul 02, 2019 5:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

Antonio Linares wrote:Are you using Windows ? 32 or 64 bits ?
32 bits
by wartiaga
Tue Jul 02, 2019 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

Antonio Linares wrote:Please go to localhost from your web browser and check if you already have a running server
Yes, It's work!
by wartiaga
Tue Jul 02, 2019 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

It is safe if you know what you are doing :-) You need some level of expertise to properly manage folders and files permissions and to properly configure Apache Ok, thank you! I try with apache and the browser give this error if I type the address http://localhost/modharbour_samples/ Forbidden You ...
by wartiaga
Mon Jul 01, 2019 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

It is safe if you know what you are doing :-) You need some level of expertise to properly manage folders and files permissions and to properly configure Apache Ok, thank you! I try with apache and the browser give this error if I type the address http://localhost/modharbour_samples/ Forbidden You ...
by wartiaga
Mon Jul 01, 2019 4:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 9735

Re: mod_harbour what to install

Antonio Linares wrote:More examples:

https://harbour.fourtech.es/modharbour_ ... /chart.prg
Wow amazing. Antonio Is modharbour safe to provide a external custumers access? A external user can execute or change a prg in apache server? Thank you!
by wartiaga
Tue Jun 25, 2019 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour sandbox is ready !!!
Replies: 23
Views: 3596

Re: mod_harbour sandbox is ready !!!

Antonio Linares wrote:Are you using Apache from Windows or from the bash (linux) ?
Bash (Ubuntu 18.04 LTS)