Search found 1326 matches: wiki

Return to advanced search

Re: Fivewin Wiki

Thank you very much Enrico!
by hua
Sun Mar 17, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

This is a working sample: #include "Fivewin.ch"#define xlMaximized -4137FUNCTION MAIN()    LOCAL oExcel := CREATEOBJECT( "Excel.Application" )    LOCAL oSheet    oExcel:WorkBooks:Add()    oExcel:Sheets:Add()&...
by Enrico Maria Giordano
Sun Mar 17, 2024 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

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
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

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 ?
by Antonio Linares
Fri Mar 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

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
by hua
Fri Mar 15, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: FWH 24.02 new Class TWebView2

Dear Otto, Looking in the webview2 docs I can't find a SetAllowFileAccess() https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/WebView/microsoft-edge-webview2-reference-win32-webview2-1.0.2365.46.pdf I am going to ask Bruno about it as he already has a PDF viewer...
by Antonio Linares
Sat Mar 02, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 540

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi, i have work TExplorerBar() 1st Time and i begin to understand how it work but there is no Dokumentation even Fivewin-Wiki about TExplorerBar() Question how get Event from TExplorerBar() when "collaps" a Panel ? https://i.postimg.cc/VkHY58Nt/Panel-Collaps.jpg ...
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 335

how get Event from TExplorerBar() when "collaps" a Panel ?

hi, i have work TExplorerBar() 1st Time and i begin to understand how it work but there is no Dokumentation even Fivewin-Wiki about TExplorerBar() Question how get Event from TExplorerBar() when "collaps" a Panel ? https://i.postimg.cc/VkHY58Nt/Panel-Collaps.jpg ...
by Jimmy
Sat Feb 24, 2024 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 335

Re: function urlLoad( cUrl )

Dear Antonio, thank you very much for pointing me to the wiki. This is wonderful. Kind regards and have a nice day, Ruth
by Ruth
Mon Feb 19, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 629

Re: function urlLoad( cUrl )

... about XImage(), WebpageContents() where could I find out more about these interesting things? Maybe someone would be kind enough to point me to a wiki for these? Kind regards to all of you and a thank you - also to those who wrote the wonderful documentations ... they are of immense value - as ...
by Antonio Linares
Sat Feb 17, 2024 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 629

Re: function urlLoad( cUrl )

... about XImage(), WebpageContents() where could I find out more about these interesting things? Maybe someone would be kind enough to point me to a wiki for these? Kind regards to all of you and a thank you - also to those who wrote the wonderful documentations ... they are of immense value - as ...
by Ruth
Sat Feb 17, 2024 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 629

Re: Clase Nativa MySql

Estimado Gustavo, El wiki de FWH se portó a github: https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/MySQL_MariaDB_support/MySQL_MariaDB_support_in_FWH.txt También tienes la documentación en estos foros: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=33286 ...
by Antonio Linares
Mon Feb 05, 2024 8:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1726

Experiencia con el lenguaje XBRL

... experiencia con esta herramienta para el uso contable. Esto explorando el uso de la IA para la contabilidad, encontré este articulo, https://es.wikipedia.org/wiki/XBRL Buscando por la web, encontré este articulo. http://www.niif.co/actualidad/programas-contables-con-inteligencia-artificial-ia/
by jnavas
Sun Nov 19, 2023 6:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Experiencia con el lenguaje XBRL
Replies: 0
Views: 341

Re: Class THash

Aquí está la lista de funciones relativas a Hash: https://github.com/Petewg/harbour-core/wiki/hb_H Incluso esta lista podria estar mas completa: https://www.kresin.ru/en/hrbfaq_3.html#Doc8 Para el tema case sensitive parece que habria que utilizar esta: hb_HCaseMatch(<hHash>, ...
by paquitohm
Wed Nov 01, 2023 9:37 pm
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1218
Next

Return to advanced search