Search found 196 matches: acwoo

Return to advanced search

Re: HBCURL.LIB

Thanks

Now it compiled OK.

Regards

ACWoo
by acwoo1
Sat Apr 20, 2024 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBCURL.LIB
Replies: 2
Views: 106

Re: HBCURL.LIB

Dear ACWoo, Use the right hbcurl.lib Harbour and bcc 7.7: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc770_32_20240417.zip Harbour and MSVC32: https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_msvc2022_32_20240417.zip ...
by Antonio Linares
Fri Apr 19, 2024 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBCURL.LIB
Replies: 2
Views: 106

HBCURL.LIB

Hi. How to solve the problem:

Error: Unresolved external '_hb_gcAlloc' referenced from C:\HARBOUR1510\LIB\HBCURL.LIB|hbcurl
Error: Unresolved external '_hb_storclenAdopt' referenced from C:\HARBOUR1510\LIB\HBCURL.LIB|hbcurl

Regards
ACWoo
FWH1510+bcc582
by acwoo1
Thu Apr 18, 2024 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBCURL.LIB
Replies: 2
Views: 106

Re: How To Read From One Excel File And Write To Another

Thanks

Is there something like
File1:oSheetS1:Cells( 1, 1 ):Value=File2:oSheetS2:Cells( 1, 1 ):Value
File1:oSheetS3:Cells( 2, 1 ):Value=File2:oSheetS4:Cells( 2, 1 ):Value

?

Regards

ACWoo
Using FWH1510
by acwoo1
Mon Jan 07, 2019 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1646

Re: How To Read From One Excel File And Write To Another

Hi

How do I select worksheet "S1" of Excel File "WK1" and worksheet "S2" of Excel File "WK2" so that I can write certain values from S1 to S2 ?

Thanks

ACWoo
Using FWH1510
by acwoo1
Tue Jan 01, 2019 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1646

Re: How To Read From One Excel File And Write To Another

Thanks

How do I specify only certain worksheets in the files ?

Regards
ACWoo
Using FWH1510
by acwoo1
Tue Jan 01, 2019 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1646

How To Read From One Excel File And Write To Another

... = oSheet2 excel2 = oSheet excel1:Cells( 30, 5 ):Value=excel2:Cells( 30, 5 ):Value excel1:Cells( 30, 6 ):Value=excel2:Cells( 30, 6 ):Value Thanks ACWoo Using BCC582 + FHW1510
by acwoo1
Tue Jan 01, 2019 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1646

Re: HYPERLINK

Thanks

It works.

Regards.

ACWoo
by acwoo1
Tue Jun 19, 2018 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

Re: HYPERLINK

Hi

Thanks

I get :

Syntax error at 'SHEET1'

Regards

ACWoo
Bcc582
FWH
by acwoo1
Sun Jun 17, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

Re: HYPERLINK

Hi

=HYPERLINK("[C:\MyFolderName\MyExcelFile.xlsx]Sheet1-A!C5","CLICK HERE")

If the page (Sheet1-A) has a hyphen, the link is not valid. How to overcome this.

Thanks

Regards

ACWoo
Using bcc582
FWH
by acwoo1
Sun Jun 17, 2018 2:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

Re: HYPERLINK

Thanks

It works.

Regards

ACWoo
by acwoo1
Wed Jun 13, 2018 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

Re: HYPERLINK

... ):Value := '=HYPERLINK("c:\abc\TEST1.xlsx", "oExcel:Sheets(1):Select()" )' How to hyperlink to sheet 1 of Test1 Thanks Regards ACWoo Using bcc582 + FHW Did you try =HYPERLINK("[C:\MyFolderName\MyExcelFile.xlsx]Sheet1!C5","CLICK HERE") This will navigate ...
by anserkk
Tue Jun 12, 2018 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

HYPERLINK

Hi

oSheet:Cells( 12,6 ):Value := '=HYPERLINK("c:\abc\TEST1.xlsx", "oExcel:Sheets(1):Select()" )'

How to hyperlink to sheet 1 of Test1


Thanks

Regards


ACWoo
Using bcc582 + FHW
by acwoo1
Tue Jun 12, 2018 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HYPERLINK
Replies: 9
Views: 1735

Re: Underline

Thanks

It works.

Regards

ACWoo
Using FWH + bcc582
by acwoo1
Mon Apr 30, 2018 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Underline
Replies: 2
Views: 520

Underline

Hi

oSheet:Cells( 1, 5 ):Value="We hope this information will be as helpful to others as it was for me."

How to underline "this information" only in red ?

Regards

ACWoo
Using FHW + bcc582

by acwoo1
Mon Apr 30, 2018 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Underline
Replies: 2
Views: 520
Next

Return to advanced search