Search found 32 matches: primarily

Return to advanced search

file ID in the Windows file system

... to its File ID or copying it to another folder doesn't affect the file's actual unique identifier within the file system. These operations are primarily managed by the file system to ensure each file's unique identity is maintained according to its rules and behaviors. **User: And if I move ...
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: 640

Re: random sentences generator

... landmark in Australia.") Tokenizer("The Hubble Space Telescope captures stunning images of the universe.") Tokenizer("Pandas primarily eat bamboo.") Tokenizer("The coldest temperature ever recorded on Earth was -128.6 degrees Fahrenheit.") Tokenizer("The ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 716

Fivewin controls similar to javascript elements

... This is somewhat parallel to overriding event handlers in JavaScript. Differences: Language and Environment: JavaScript is a scripting language primarily used for web development, while FiveWin is a toolkit used with C++ for desktop application development. This leads to differences in how events ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1132

Re: Web programming with Mod Harbour

... data manipulation. Here's a general outline of how you can approach web programming with Mod Harbour: Choose a Web Framework: Since Mod Harbour is primarily used for backend development, you'll need a web framework to handle HTTP requests and responses. Some popular choices include: Harbour Web ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

Re: RTF Spell Checker

... know about Windows 11 or VS 2023. FiveWin is a framework for developing Windows applications using the xBase programming language, which is primarily associated with dBase and Clipper. FiveWin includes its own implementation of an RTF (Rich Text Format) edit control, which is designed to ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 419

CLASS modification

... try a solution. Thank you for providing the second part of the TScrollPanel class definition. The methods in this part of the class definition are primarily involved with the vertical scrolling behavior of the panel, such as moving up and down, going to a specific position, handling vertical scroll ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1776

Re: Speech Recognizer for harbour App ?

Dear Massimo, Answered by chatGPT 4: OLE (Object Linking and Embedding) is a technology developed by Microsoft, primarily for use in their Windows operating system and applications like Microsoft Office. It allows users to create compound documents by embedding or linking objects ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 535

Re: HASH vs single variables

Paquitohm, you are right. You have to be more precise here. Having used this method primarily with mod harbour, I would like to highlight one benefit that I see. I pass the HASH to a Javascript object and then have practically the same variable names in the Harbor ...
by Otto
Tue Jan 17, 2023 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1185

Re: Harbour warnings

... here actually works: ACTIVATE DIALOG oDlg;           ON INIT ( Self := Self, MSGINFO() ) ;           CENTER  But this does not, primarily because hb_symbol_unused() is defined in fivewin.ch after "dialog.ch" is included in fivewin.ch ACTIVATE DIALOG oDlg;           ON ...
by rhlawek
Sat Jun 25, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2402

Re: Advantage Database Server

... document from 2012 (10 years old) in the light of the new possibilities with mod harbour developments and, if necessary, supplement it. I mean primarily regarding the fact that with mod harbour the DBF files are only opened briefly and nothing is transmitted over the network. Best regards, ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3742

Re: Resize dialog

... and interfaces. These breakpoints are mostly based on minimum viewport widths and allow us to scale up elements as the viewport changes. Bootstrap primarily uses the following media query ranges—or breakpoints—in our source Sass files for our layout, grid system, and components. // Extra small ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1723

Thank to Mr. Rao

Dear Mr. Rao, I want to thank you for your tireless work. Sincerely. Primarily today for the xBrowser. With mod harbor I exchange data via a hash that is saved in a file. It's incredible how easy it is to display the data with xBrowse (). This is the hash ...
by Otto
Mon May 25, 2020 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Thank to Mr. Rao
Replies: 8
Views: 1638

FWH1905: FW_AT() Case insensitive search

... both cSearch and cStr to Upper/Lower case for the search. Eg: ? AT( Upper( cSearch ), Upper( cString ) )  FW_AT() primarily provides the same functionality as the (x)Harbour functions without the need for conversion of the strings to Upper/Lower case, by performing ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 574

Re: MariaDB RS AppendBlank

... and oRs:Edit(.t./.f.) when not browsing. We suggest not to edit oRs:Fields directly. This way you need never call oRs:appendblank(), which is primarily created for autoappend for inline editing in xbrowse. Rowset object automatically takes care of data length and you need not do this check ...
by nageswaragunupudi
Wed Sep 12, 2018 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1692

Re: error al eliminar con tdolphin y mysql

... Order of Deletion If the DELETE statement includes an ORDER BY clause, rows are deleted in the order specified by the clause. This is useful primarily in conjunction with LIMIT. For example, the following statement finds rows matching the WHERE clause, sorts them by timestamp_column, and ...
by joseluisysturiz
Sun Jan 14, 2018 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al eliminar con tdolphin y mysql
Replies: 4
Views: 1147
Next

Return to advanced search