Search found 17 matches

by damianodec
Mon Dec 16, 2024 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 399

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: 399

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: 399

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: 5637

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: 548

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: 435

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: 794

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: 794

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: 826

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: 835

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 ...
by damianodec
Wed Nov 22, 2023 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 835

xbrowse and tooltip

hi,
In my xbrowse I have a tooltip

Code: Select all | Expand

WITH OBJECT oBrw:aCols[ 15 ]
    :bCellToolTip := { |oCol| "My ToolTip" }    
end
 
I would like there to be a sign in those cells or column with tooltips like excel with comment (see example below):
Image
by damianodec
Tue Nov 14, 2023 8:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error Compile FWH2307
Replies: 2
Views: 376

Error Compile FWH2307

Hi,
I Have FWH2307 and I get this errors:

Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_WNDREADPALBMPEX' referenced from C:\FWAPP\QRCODE.OBJ
Error: Unresolved external '_HB_FUN_WNDSAYPALBMP' referenced from C:\FWAPP\PRINTER ...
by damianodec
Mon Oct 09, 2023 3:02 pm
Forum: All products support
Topic: FWH 2307 con xHarbour
Replies: 1
Views: 1120

FWH 2307 con xHarbour

Salve,
Dalla versione FWH 1709 son passato alla 2307
Con la 1709 uso embarcadero x++ 7.2

Per provare la nuova versione
FWH è nella cartella c:\FWH2307
xHarbour è nella cartella C:\xHarbour10275

se provo a compilare un qualsiasi PRG con buildx.bat ottengo:

Compiling...
xHarbour 1.3.0 Intl ...
by damianodec
Wed Jul 05, 2023 8:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: export PDF from excel
Replies: 0
Views: 341

export PDF from excel

Hi,
I have my exe that makes a file excel...

oExcel := CREATEOBJECT( "Excel.Application" )
oBook := oExcel:Workbooks()
oWorkBook := oExcel:Workbooks:Add()
oWorkBook:Sheets("Foglio1"):Select()
oWorkBook:Sheets("Foglio1"):Name := "Dati"
...


then I save this file and export to pdf...


oExcel ...
by damianodec
Thu Feb 23, 2023 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: adodb one or more connection
Replies: 6
Views: 540

Re: adodb one or more connection

hi Armando,
FW_ReOpenRecordSet is there in FWH 17.09 ?