Search found 111 matches: managing

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... Class): A method for binding functions, with a default function WV_SENDTOFWH(). Destroy() (Outside Class): A method for destroying the web view, managing the aWebViews array. WebView(cHtml, cTitle): A function to create, display, and destroy a web view with specific HTML content and title. WebView_GetValues(cCalls, ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... programmers, and other IT professionals, understanding and sometimes working directly with file handles and IDs is an important part of managing files and ensuring smooth operations. **User: How can I get the file ID?** In Windows, to retrieve the unique file identifier (File ID) for ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: hash for storing variables

... 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 approach to web development. ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: Help splitting up a character address string

... Harbourino assists in breaking down complex functions into simpler, more manageable modules. This modular approach is particularly beneficial for managing different parts of an application like xBrowse. Harbourino patches individual .prg files into one, enhancing code organization and manageability​​. ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Error p/generar EXE usando UHTTPD2 en Windows

... maybe you won't like. You should have a little respect, in the same way that I have with your contributions, for users and colleagues here who are managing to make the leap to the web, getting their first clients and their first goals achieved. Remember: Programming is easy, making programs is ...
by Carles
Mon Aug 07, 2023 7:57 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1924

password manager with mod harbour

Hello friends, I am working on a password manager for managing personal passwords using just one master password. Using a password manager increases security and reduces the risk of password theft. The program utilizes the Web Crypto API to encrypt ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 622

Re: Create help system with F1

... to indicate the status of the help topic, such as "draft," "under review," or "published." This field can assist in managing the workflow and visibility of the help content. Related Topics: A field that stores references or links to related help topics. This field ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 870

Re: genblock

Sorry I explain I making a multiple invoice for beach management in managing the beach, in addition to individual customers, there are associations or hotels that can book an x number of umbrellas, instead of placing an order for each umbrella at the hotel, ...
by Silvio.Falconi
Mon Jun 12, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: HASH vs single variables

... and can be faster for certain types of operations, such as looking up an item by key. They also don't require the overhead of creating and managing objects, which can be beneficial for smaller programs or programs that need to handle a large number of simple data structures. I think I will ...
by Otto
Tue Jan 17, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1095

Re: IA

... automatically converts the character string to an array of VT_UI1 type data the ActiveX control or automation object expects. We have examples of managing VT_UI1 type data in harbour/contrib/hbwin/olecore.c look for VT_UI1 inside
by Antonio Linares
Fri Apr 08, 2022 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

FWH 2103: XBrowse: oSortCbx

... the combobox and the built-in sort by clicking the header. This process is extremely simplified by introducing oBrw:oSortCbx and internally managing the combobox. There are two ways of creating: Method-1: Recommended // after creating the browse and calling oBrw:CreatefromCode()@ r,c COMBOBOX ...
by nageswaragunupudi
Wed Apr 14, 2021 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 2927

Xbrowse manager for multiple browsers

I'm looking into 2 options for managing a large database (many fields) from Xbrowse Because the screen can show only x colums, option 1 is to work with several folders each with his own xbrowse colums and the same dbf. I'm more interested ...
by Marc Venken
Fri Nov 06, 2020 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse manager for multiple browsers
Replies: 1
Views: 318

Re: For Silvio

Hello Gabo,
What kind of software is that. Is that for managing recipes.
Are you using TWeb or mod harbor pure.
Best regards,
Otto
by Otto
Wed Jul 22, 2020 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Silvio
Replies: 11
Views: 1281

Re: Understanding Genesis

... between the users requests and the views and data. 2. View: It is in charge of building the user interface. 3. Model: It is in charge of managing the data. Users requests <---> Controller <---> Data and Views We have an example of this in the first seamap.prg that was published: ...
by Antonio Linares
Sat Nov 09, 2019 9:13 am
 
Forum: mod_harbour
Topic: Understanding Genesis
Replies: 3
Views: 730

Re: PHP vs PYTHON

... but no further active development. Javascript: MEAN stack: MongoDB, Express, Angular (TypeScript), NodeJS, SequelPro and phpmyadmin for managing MySQL. Postman for testing Rest. Swagger for documenting and specs.
by Carlos Mora
Wed Mar 13, 2019 6:14 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3367
Next

Return to advanced search