Fivewin Wiki

Fivewin Wiki

Postby Otto » Mon May 15, 2023 8:24 am

Dear Antonio,
It looks to me like the link to the FIVEWIN Wiki is not working correctly.
I tried this one:
https://github.com/FiveTechSoft/FiveTech_wiki

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6003
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fivewin Wiki

Postby Antonio Linares » Mon May 15, 2023 9:40 am

Dear Otto,

Yes, that the right url. Previous wiki was hacked.

best regards
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fivewin Wiki

Postby Otto » Mon May 15, 2023 10:05 am

Dear Antonio,
but also this links are not workting.


|Harbour docs|http://www.fivetechsoft.com/harbour-docs/harbour-reference-guide.htm|

|Harbour & xHarbour builds|https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/|

===== FiveWin for [x]Harbour (FWH) ===== [[fivewin_documentation|English]] [[fivewin_documentacion|Español]] [[fivewin_documentacao|Português]]

===== FiveWin for Pocket PC (FWPPC) ===== [[fwppc_documentation|English]] [[fwppc_documentacion|Español]]

===== FiveLinux (FLH) ===== [[fivelinux_documentation|English]] [[fivelinux_documentacion|Español]]

===== FiveMac (FMC) ===== [[fivemac_documentation|English]] [[fivemac_documentacion|Español]]


Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6003
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fivewin Wiki

Postby Antonio Linares » Mon May 15, 2023 10:11 am

Dear Otto,

We tried to save all that we could :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fivewin Wiki

Postby Otto » Mon May 15, 2023 11:03 pm

Dear Antonio,
on http://web.archive.org/web/201912022230 ... ng_desktop
the menu is there.
With the help of the menu and the GITHUB TXT files I am ok.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6003
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fivewin Wiki

Postby hua » Fri Mar 15, 2024 3:50 pm

How to search for wiki content on the site https://github.com/FiveTechSoft/FiveTech_wiki ?
I am trying to find the code snippets for Excel
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1038
Joined: Fri Oct 28, 2005 2:27 am

Re: Fivewin Wiki

Postby Antonio Linares » Fri Mar 15, 2024 3:56 pm

Dear Hua,

https://github.com/search?q=repo%3AFiveTechSoft%2FFiveTech_wiki%20excel&type=code

There are many more results on these forums about Excel

What exactly are you looking for ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fivewin Wiki

Postby hua » Sun Mar 17, 2024 8:05 am

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1038
Joined: Fri Oct 28, 2005 2:27 am

Re: Fivewin Wiki

Postby Enrico Maria Giordano » Sun Mar 17, 2024 11:04 am

This is a working sample:

Code: Select all  Expand view
#include "Fivewin.ch"


#define xlMaximized -4137


FUNCTION MAIN()

    LOCAL oExcel := CREATEOBJECT( "Excel.Application" )

    LOCAL oSheet

    oExcel:WorkBooks:Add()

    oExcel:Sheets:Add()

    oSheet = oExcel:ActiveSheet

    oSheet:Name = "New Sheet"

    oExcel:Sheets( 2 ):Select()

//    oExcel:Sheets( "New Sheet" ):Select()

    oExcel:WindowState = xlMaximized

    oExcel:Visible = .T.

    SETFOREGROUNDWINDOW( oExcel:hWnd )

    RETURN NIL
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Fivewin Wiki

Postby hua » Sun Mar 17, 2024 3:27 pm

Thank you very much Enrico!
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1038
Joined: Fri Oct 28, 2005 2:27 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], nageswaragunupudi and 63 guests