Search found 107 matches: enables

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord class (source\classes\mariarec.prg) derived from tDataRow class. This enables editing a single existing record or a new record and saving to a table without having to open RowSet object, thus saving time. Usage: oCustRec ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 28

Re: Help splitting up a character address string

... in a different language's syntax. Features: It offers file inclusion, substitution facilities, and conditional compilation. Modularity: Harbourino enables splitting complex functions or classes into smaller, manageable files. For example, you can have a separate file for each method of a class, ...
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: Lost connection to MySQL server during query

... "SetThreadExecutionState" https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate Enables an application to inform the system that it is in use, thereby preventing the system from entering sleep or turning off the display while the ...
by Jimmy
Sun Aug 06, 2023 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12381

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

Dear Michel,

AltD( 1 ) // Enables the debugger. Press F5 to go

MsgInfo( "debugger enabled" )

AltD() // Invokes the debugger

MsgInfo( "debugger invoked" )
by Antonio Linares
Sat Jul 15, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 433

Re: SSE example

... code? I am working on a chat application. I didn't know about Server-Sent Events (SSE) until you mentioned it here. SSE is a technology that enables real-time communication between a web browser and a server. It allows the server to send events or updates to the client (web page) over a single, ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: SSE example

... code? I am working on a chat application. I didn't know about Server-Sent Events (SSE) until you mentioned it here. SSE is a technology that enables real-time communication between a web browser and a server. It allows the server to send events or updates to the client (web page) over a single, ...
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

... (alias FW_Record) work with all kinds of datasources viz., dbf, tdatabase, ado (any rdbms), dolphin, tmysql, fw-mysql, postgre, eagle, etc. This enables the application programmer to write highly portable code. He can use exactly the same code with any of these datasources. We highly recommend ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 278

Re: como EXPORTO a Excel usando PRINTER.PRG?

... and assign it oPrn:bToExcel. Eg oPrn:bToExcel := { |oPreview| MyExportToExcel( oPreview ) }  In such cases, preview enables the excel button and oPrn:bExcel is executed.
by nageswaragunupudi
Fri Dec 09, 2022 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como EXPORTO a Excel usando PRINTER.PRG?
Replies: 2
Views: 336

Re: windows emulator

According to Wine docs:

Wine enables Linux, Mac, FreeBSD, and Solaris users to run Windows applications without a copy of Microsoft Windows


It is not a Linux emulator
by Antonio Linares
Sun Apr 17, 2022 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: windows emulator
Replies: 9
Views: 695

Autocomplete widget (similar FW combobox)

Hello friends, The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type. If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with explanation to ...
by Otto
Sat Jan 15, 2022 4:20 pm
 
Forum: mod_harbour
Topic: Autocomplete widget (similar FW combobox)
Replies: 0
Views: 146

Re: RTF from Variable

... a resource ). Consequently, we do not get the RTF 5 controls. Do you have a later version that was not included in the new FWH distribution that enables this feature within a resource, or was in not a workable option ? Thanks. Tim
by TimStone
Thu Dec 02, 2021 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4244

Re: Editar celda xBrowse

... the Value of any cell in that column, What should I do? This is enough. oBrw:aCols[ 1 ]:nEditType := EDIT_GET  This is the line that enables editing the value in the cell and save it to the table. User can directly type into the cells and make changes. ¿ese cambio afecta la tabla ...
by nageswaragunupudi
Thu Oct 28, 2021 1:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celda xBrowse
Replies: 4
Views: 689

Re: Print Problem with FWH2104

... nTop, nLeft, nBottom, nRight, [uPen], [uBrush], [aText], ; [cUnits] ) METHOD FillRect( aRect, uBrush, [cUnits] ) The enhancements included: - Enables specifying the text to be printed inside the shape, without the need to use Say() separately. - Enables background with solid colors, transparent ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

New FTDN April/Abril 2021 (FWH 21.04)

... feature can be disabled/re-enabled by toggling the values of lReadOnly or nEditType of oBrw:oMultiSelCol to .T./F. or 0/1. - New: DATA oSortCbx: Enables defining a combobox with sort orders synchronized with sorting with click on header. Usage: @ r,c COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960

Re: DBF to SQL

Can we know the latest FWH version you are having with you? Long time back, Oracle provided MySql embedded server. This enables working with MySql on local computer without installing full MySql server, though wit some limitations. Oracle dicontinued support a few years ago. Now there ...
by nageswaragunupudi
Fri Apr 16, 2021 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1624
Next

Return to advanced search