Search found 1458 matches: might

Return to advanced search

Re: Create a Panel width a text

... but I saw that when the window was iconized the left scrollpanel lost the scroll, because ui now I'm trying with the explorerbar hoping it might work and insert a new method to recalc the position nTop for each ::apanels as this METHOD RecalcPosTask() CLASS TTaskPanel local n for n = ::nIndex ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3200

file ID in the Windows file system

... Similar to command-line utilities, you can script this in PowerShell to retrieve the File ID for a file. Here's a simple example of how you might retrieve a file's ID using the fsutil command: 1. Open Command Prompt as Administrator. 2. Execute the command: ```cmd fsutil file queryfileid ...
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: 630

Re: Definir font richedit5

... Rich Text Editors. There is a rising demand for more user-friendly and flexible editors that work across various platforms and devices. Developers might continue to add features such as drag-and-drop editing, enhanced multimedia support, and better integration with cloud services. The integration ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 607

Re: phpBB to LLM

... Check if your firewall or antivirus software is blocking the connection. Temporarily disabling them for the installation process might help. Conda (Optional): If you're still having trouble, consider using conda, which is another package manager. You can create a new conda environment ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4711

Re: Obtener el nombre del OS o version de Windows

... sources. It is not uncommon for us to encounter runtime errors and see the error.log Every error.log shows Windows version like this and we might have seen it many times. Compiler version: Harbour 3.2.0dev (r2104281802)   FiveWin  version: FWH 23.10   C compiler ...
by nageswaragunupudi
Wed Dec 13, 2023 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 885

Re: copy a row of xbrowse

... 3. **Handle Unique Identifiers**: To avoid issues with modifying copied rows, ensure each row has a unique identifier (like a record number). You might need to generate new unique IDs for the pasted rows. Here's an example of how you could modify your code: ### Modified Copy Functionality ```harbour ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5818

Re: Convert a print to Rtf or doc

... displaying and editing data. 2. Data Preparation An array aData is defined and filled with preliminary data to be displayed in the GUI. This data might include company names, addresses, invoice numbers, and similar information. 3. Displaying Data in the Browser Object The browser object oBrw is ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3474

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... SQL without access to database-specific functions, performing character matching using UTF-8 hexadecimal representations directly within LIKE might not be feasible .
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 671

Re: Help splitting up a character address string

... support forums mentions an offer to demonstrate how to create mod harbour programs using Harbourino in a Skype session. This implies that there might be training or instructional sessions available for learning how to effectively use Harbourino in developing web pages driven by DBF (database ...
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: 607

Re: ID of the new process

... **Using `GetOwner` Property:** You can use the `GetOwner` property of the `Win32_Process` class to get the owner of the process. This information might help you identify the user who created the process. ```vbscript Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colProcesses ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 322

Re: DBF Repair Tools

There are software programs that fix .dbf files that have been corrupted. There are several on the internet but some may not be legitimate. Repairs might including repair of headers, removing non data characters, removing false end of file markers, etc. They also can re-align records are offset. ...
by TimStone
Thu Nov 09, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 783

Re: xBrowse - Dates - FWH 2310

... were being applied in there also .... so it does get very hard to dig into this. With all of that in mind, I'm quite happy to do any tests you might like ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1460

Re: xBrowse - Dates - FWH 2310

... where the .exe resides, including .dll files, and suddenly it worked. So ... my first step is to see if I can isolate exactly what .dll file might have been different.
by TimStone
Tue Nov 07, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1460

Re: Interesting discussion with ChtGPT

Thank you, Antonio.
It is very difficult to keep up with the current developments in a timely manner.
Perhaps we can post our experiences here, which we believe might interest the group members.
Best regards,
Otto
by Otto
Tue Nov 07, 2023 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1247

Re: Interesting discussion with ChtGPT

... about it, and you get this response. Are you going ahead with obtaining and using these tools ? Based on this response, I doubt it, and that might be a real concern. Here is a challenge for you. Take a look at Swift, the current modern Apple OS ( and versions of iOS ) programming tool. You ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1247
PreviousNext

Return to advanced search