Search found 69 matches: snippets

Return to advanced search

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

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

Re: hash for storing variables

... and allows for a well-structured development of complex applications. However, it is not true OOP as the focus is more on reusing code snippets rather than creating and managing objects in the OOP sense. Conclusion In summary, this approach offers an efficient, modular, and component-based ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 526

Re: Icon in Webview

... LIB "SHELL32.DLL"  Here it is described how to show an image in HTML not by link, but by value https://www.w3docs.com/snippets/html/how-to-display-base64-images-in-html.html To use this method I need to use hb_base64encode() , but I don't understand how to do it ...
by Natter
Sun May 28, 2023 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: Notepad++ / Harbour

... examples but I have not been able to work them. Con VSCode y Harbour, en el foro he visto mucha informacion sobre el coloreado de sintaxis, snippets y compilacion pero ningun ejemplo lo he podido trabajar correctamente. Podrias poner algun ejemplo de lo que usas para trabajar VSCode. Regards
by albeiroval
Wed Mar 22, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notepad++ / Harbour
Replies: 8
Views: 1473

Re: ampersand

Some Code snippets from early FW ... Maybe some items that are usefull function makevar(cDbf)   for i = 1 to &cDbf->(fcount())      mveld = &cDbf->(fieldname(i))      mtemp ...
by Marc Venken
Wed Mar 22, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1143

Re: Callback Server

... he code snippets I provided in my previous answers are written in JavaScript, which is a popular programming language used for both front-end and back-end web development, as well as server-side scripting, automation, and more. ...
by Otto
Fri Mar 10, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 665

Finding the elements of an array in another array

... ) + "]"         endif      next   next      return nil You can run it here directly: https://fivetechsoft.github.io/snippets?20210820071349 I wonder if we could make this code generic for n dimensions
by Antonio Linares
Fri Aug 20, 2021 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 831

Re: redirecting index.prg

https://css-tricks.com/snippets/html/meta-refresh/

Very nice to find that there is a lot of interest for mod_harbour from our Chinese brothers :-)
by Antonio Linares
Thu Aug 19, 2021 10:39 am
 
Forum: mod_harbour
Topic: redirecting index.prg
Replies: 9
Views: 1083

How to check the status of a url, with credentials

... a python utility earlier in the year that checks connectivity, and optionally html file size, and optionally with credentials. Are there some FW snippets that will accomplish the same thing? I already tried searching through Minigui and played with TIpClientHttp, and cannot find anything in the ...
by FWExplorer
Tue Dec 29, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 541

Are there any Treeview samples with associated edit boxes?

... the source isn't available. http://www.kresin.ru/en/ksorg.html I'll reinvent the wheel if necessary, but wanted to see if there are some existing snippets that maybe associate a memo field with each node, and save the tree to a database or json or whatever.
by FWExplorer
Mon Nov 23, 2020 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4835

Re: Controller/Router

Dear Otto,

Here it is working fine:
https://fivetechsoft.github.io/snippets?20201119155000

Please add this line and let me know what version you get:
? ModBuildDate()
by Antonio Linares
Thu Nov 19, 2020 3:51 pm
 
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1155

Re: memvar

Code: Select all  Expand view
sum all temp1->&(calias) to ntotalias
 


All the snippets I posted were after testing. If you adopt them correctly, they should work.
by nageswaragunupudi
Tue Jul 14, 2020 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 1328

Re: More details WIN_OLEAUTO information in debugger

... lines get skewed & unreadable. I'm using a third party Harbour development tool & debugger (I won't mention the name here), for individual snippets with bugs. But is there a decent gui debugger for Harbour? Does FiveEdit have Single-stepping capabilities? I tried using it, but it keeps ...
by FWExplorer
Sat Jul 11, 2020 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1694

Re: Snippets of fivewin commands for VsCode

Hi Otto. I am only 2 months using VsCode. These Snippets were converted from the UeStudio templates I used. An advantage that VsCode has that you can put other snippets in charge. Ex: in this case I have the color definitions that are in _FwD_ColorsT. ...
by Giovany Vecchi
Mon Jun 22, 2020 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Snippets of fivewin commands for VsCode
Replies: 3
Views: 702
Next

Return to advanced search