Search found 553 matches: utility

Return to advanced search

RC to PRG generator

many times when we are done designing a dialog box, it is tedious to write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include "FiveWin.ch"static nButtons := ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1202

WebView2 Essentials: Guides, Tips & Resources

... the rendering of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs various tasks, such as networking or decoding media files. GPU Process: Handles GPU-related tasks. This architecture, where ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... Windows API. Here's a general outline of how you can retrieve the File ID: **Using Command Line:** - **fsutil**: Windows includes a command-line utility called fsutil that can display the File ID among other file and volume information. To use it, you'll need to open Command Prompt as an administrator ...
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: check on get

Nages, I'm making a complex but simple procedure to be able to use it even for those who don't have the latest version of fwh, it's a utility that I started a long time ago and then left because I was hoping for other procedures started by certain people who then didn't have having completed ...
by Silvio.Falconi
Sat Nov 25, 2023 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3940

Re: Help splitting up a character address string

... all Harbourino functions can be managed from one console. This document provides a good overview of Harbourino's capabilities, emphasizing its utility in making code more manageable and maintainable, especially for beginners or less experienced programmers. User kannst du mir ein beispiel geben, ...
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

Include exe file as a resource (solved)

Good afternoon, I have created a small program in fwh64, for example, "myapp.exe." The program "myapp.exe" calls a utility, "pdftopng.exe," which is open-source and occupies 1MB, in the background. I would like to distribute my program as a single file, "myapp.exe." ...
by alvaro533
Thu Oct 19, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 264

Re: XML, CON ARCHIVO ADJUNTO PDF

... xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:work="http://bea.com/2004/06/soap/workarea/"><java class="java.beans.XMLDecoder"> <string>weblogic.app.sveParametrosEAR</string> ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2295

Re: Announcing DrXlsx 1.0 by Charles Kwon

... trying to resolve this. 2. If DrXlsx operates correctly in 64bit, I would recommend creating the xlsx export program in 64bit and using it as a utility. Regards, Chalres KWON hi, i have try to make some Sample to "test" Speed using a 32 Bit Apps ADO Records = 59780 Time = 41.74 1432.23 ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3874

Re: password manager with mod harbour

Hello friends, I have a utility to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we ...
by Otto
Tue Jul 25, 2023 6:46 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 622

Re: Another try for using the FWH debugger - some more questions

Mark,

With a debugger, the source is shown while it is executing. It is a very easy utility to help you find a logical error.
by driessen
Sun Jul 16, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 434

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... In the past, I did write an alternative rpreview, but every time an update came out, if there were any changes, I had to use a compare utility, and update, or re-write, my alternative. Since then there have been some global commands that made it easy to keep consistent "alternatives" ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 412

Re: autoGPT for OpenAI

... work. So great that we can now access AI from Fivewin. It opens up so many possibilities. I am also already in the process of creating a small utility. You can choose standard tasks from a task box to set ChatGPT. Thanks again Otto https://mybergland.com/fwforum/ai1.jpg
by Otto
Wed Apr 26, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1472

Web Services Security WSS OASIS

... <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: SMS Text messaging

... for sending the text. Those are the Account SSDI, AUTH, and PHONE. 2). I do not use the CALL feature so I removed it. 3). I have my own logging utility, so I substituted in my own process for his log routine. 4). I've made a couple of other changes specific to my implementation. 5). I modified ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1707

Does anyone have a json reader

To All

I was given a .Json file and was hoping there is someone in the forum that may have a utility I can use to read the file and then once I can read the file .. I will need to append it to a .dbf.

thanks
Rick Lipkin
by Rick Lipkin
Tue Nov 08, 2022 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 713
Next

Return to advanced search

cron