Search found 427 matches

by damianodec
Tue Apr 15, 2025 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: :MakeTotals() and picture
Replies: 5
Views: 377

Re: :MakeTotals() and picture

No, totel is 1.351.282,1200000000

I'd like total like the detail with two decimals
by damianodec
Tue Apr 15, 2025 7:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: :MakeTotals() and picture
Replies: 5
Views: 377

:MakeTotals() and picture

Hi,
thisi is my xbrowse
https://i.imgur.com/yCYqE33.png
this is code

@ 40,10 XBROWSE oBrw SIZE -10,-50 PIXEL ;
RECORDSET oRs ;
COLUMNS "cdcli", "rascl", "totale", "pezzi" ;
HEADERS "CLIENTE", "RAGIONE SOCIALE", "TOTALE EURO", "TOTALE PEZZI" ;
PICTURE NIL,NIL, "@ZE 99,999,999.99", "@ZE 99999 ...
by damianodec
Wed Apr 09, 2025 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 39
Views: 12006

Re: XBrowse 16.04 : Gets in Header Bar

good cNavarro
Thank you
by damianodec
Wed Apr 09, 2025 9:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 39
Views: 12006

Re: XBrowse 16.04 : Gets in Header Bar

in LAST field filter is "simp" and I get SImpson
Image

then I press "Clear Filter" Button but the value "simp" is still in the get header
Image

How can I clear the field?
by damianodec
Wed Apr 09, 2025 8:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 39
Views: 12006

Re: XBrowse 16.04 : Gets in Header Bar

Hi,
if I press the "clear filter" button the value into the get header remains there.
How can I clean the get fields when I press "clear filter" ?
by damianodec
Mon Dec 16, 2024 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 1315

Re: xbrowse icon and filter

thank you!!!
next step is filter for each column.
the example of Mark is good for me.
Any example ?
by damianodec
Thu Dec 12, 2024 1:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 1315

Re: xbrowse icon and filter

Hi Karinha,
i'd like a column with inside a icon or bitmap with color associated
by damianodec
Thu Dec 12, 2024 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 1315

xbrowse icon and filter

Hi,
I have a xbrowse that read data by ADOdb.

there are 4 columns: NAME, CITY, AGE, COLOR

in the field COLOR I can only insert 4 option: AR, AB, AC, AO

I would like that xbrowse shows a little icon or bitmap with a color associated (AR YELLOW, AB BLUE, AC GREEN, AO RED)

How can I do it ?
by damianodec
Fri Nov 08, 2024 9:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 14577

cloud or not cloud

Hi,
an important client of mine is evaluating the possibility of moving to the cloud, he has IBM iPower Server and about 60 clients using the server interactively by native application throughout the day and each client has my application (FiveWin) that use Ado Connection.
what do you think?
Is the ...
by damianodec
Tue Sep 03, 2024 10:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: pass parameters from bat to pgm
Replies: 1
Views: 724

pass parameters from bat to pgm

hi,
how can I to read in my .pgm a value that I have in my .bat file?

Example:
inside file mio.bat
set cValue="1"

inside file mio.pgm
instruction that read cValue of mio.bat

thanks
by damianodec
Fri Jul 05, 2024 8:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: rotate print
Replies: 4
Views: 671

rotate print

I would like to rotate a print.

by my pgm I get this print:
Image

and I would like this:
Image

I don't want to change the whole program

is there any printer method or function in Printer class?

Thanks
by damianodec
Mon Jul 01, 2024 6:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: insert text into file text
Replies: 9
Views: 1239

Re: insert text into file text

hi Antonio, thank you.

I get this:
Error: Unresolved external '_HB_FUN_HB_MEMOREAD' referenced from C:\FWH1709\SAMPLES\TESTTEXT.OBJ

(FiveWin for xHarbour 17.09 - Sep. 2017)
by damianodec
Fri Jun 28, 2024 7:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: insert text into file text
Replies: 9
Views: 1239

insert text into file text

Hi,
I'd like insert text into a file txt.


BEFORE
STATE - ITALY FROM ITALY
CITY LECCE FROM LECCE
ADDRESS VIA ROMA 8


AFTER
STATE - ITALY FROM ITALY
NAME - MARIO ROSSI
CITY LECCE FROM LECCE
ADDRESS VIA ROMA 8

thanks
by damianodec
Tue Jan 09, 2024 4:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error oBrw:ToExcel
Replies: 2
Views: 1043

error oBrw:ToExcel

Hi,
My app run on 15 pcs but I get error only on 2 pcs

when I call function oBrw:ToExcel() I get this error:

Application
===========
Path and name: myexe.exe (32 bits)
Size: 7,345,664 bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20161218)
FiveWin version: FWHX 17.09
C ...
by damianodec
Fri Nov 24, 2023 7:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 1118

Re: xbrowse and tooltip

hi karinha
what I would like is the dot red in the cell with tooltip.
My xbowse has 35 column and tooltip could be in 1 or 3 or 10 or 15 column (it's a random)
when the users open xbrowse he doesn't know where the tooltip is.
the excel example (dot red into the of C column) could be a solution ...