Search found 79 matches: natively

Return to advanced search

Re: XBROWSE ERROR

So if you want to use Get, define Get properly. What XBrowse natively provides is incremental Seek/Filter. That means, as and when the user presses a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 382

Re: Xbrowse: Allow spacebar to to toggle checkbox column

Natively pressing space bar when the column has focus, toggles the value.
by nageswaragunupudi
Sat Aug 05, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse: Allow spacebar to to toggle checkbox column
Replies: 1
Views: 203

Re: use Result of SQL Query like "ADODB.Recordset"

Do you mean you want to connect using ODBC driver natively and not through ADO? You can do it, though it is a thing of the past. FWH provides todbc.prg and todbcrdd.prg and more You can also test TOdbcDirect class in tdbodbcd.prg To be honest, I tested ...
by nageswaragunupudi
Fri Jun 30, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 348

Native access to Sqlite3

... Some clients were reluctant to install third-party software on their computers. Therefore, in an attempt to access sqlite3 databases natively, I have created two classes, which I am attaching along with a small example of usage. However, I haven't figured out a good way to display ...
by alvaro533
Wed Jun 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Native access to Sqlite3
Replies: 9
Views: 1076

Re: MariaDb delete

... others Is the fwh ADO class good as well for MSSQL or is this only for MariaDB? ALL eg.,Dbase,FoxPro,MSAccess,Microsoft SQL,SQLite,Oracle,PostGre (natively) and any other RDBMS with connectionstrings.
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: Speech Recognizer for harbour App ?

... linking objects (such as images, spreadsheets, or other documents) from one application into another. As OLE is a Microsoft technology, it is not natively supported on Linux. However, there are some workarounds that may allow you to use OLE objects on Linux: Use Wine: Wine is a compatibility layer ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 511

Re: Mr. Rao - Error using BIT type with TRecSet Class - Ado

... to be defined like this: `MARRIED` bit(1) DEFAULT b'0', ADO always treats BIT fields as Boolean values ( Type 11 adBoolean ). ADO does not natively support treating TINYINT as LOGICAL. If we want, we need to handle this by ourselves in our application program. Please test with this sample ...
by nageswaragunupudi
Mon Aug 29, 2022 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao - Error using BIT type with TRecSet Class - Ado
Replies: 3
Views: 375

Re: xBrowse sum help?

XBrowse does not natively support multiple totals in a single column. We need to use workaround. Please try this sample: #include "fivewin.ch"function Main()   USE CUSTOMER   DEFINE FONT oFont NAME "TAHOMA" ...
by Horizon
Fri Jun 24, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse sum help? (SOLVED)
Replies: 4
Views: 380

Re: xBrowse sum help?

XBrowse does not natively support multiple totals in a single column. We need to use workaround. Please try this sample: #include "fivewin.ch"function Main()   USE CUSTOMER   DEFINE FONT oFont ...
by nageswaragunupudi
Wed Jun 22, 2022 5:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse sum help? (SOLVED)
Replies: 4
Views: 380

New FTDN June/Junio 2022 (FWH 22.06)

... support to Eagle1 library for MySql, version 7.0 or later MSTABLE class: Read/Write and autosort MSQYERY class: ReadOnly TDATAROW class also now natively supports Eagle1.lib * New and improved array functions in fwdecode.prg - New: FW_AReverse( aArray ) --> Array of same length with all elements ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 872

Harbour on Windows on ARM

First steps of Harbour running natively on Windows on ARM.

Image
Image
by lorenzo_dla
Mon Apr 11, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour on Windows on ARM
Replies: 0
Views: 192

Re: Installation of mod_harbour as module or fastcgi handler

Testing mod_harbour on iMac late 2015 (Windows running natively using bootcamp): * Windows IIS 64 bits running test.prg is around 300 ms * Apache 64 bits on Windows 10 running test.prg is around 300 ms * Apache 64 bits on Linux Ubuntu (WSL) on Windows ...
by Antonio Linares
Fri May 21, 2021 4:59 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2874

Re: mod for Fivewin - FLEXGRID extension for xBrowse

... forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject https://forum.modharbour.app/viewtopic.php?f=13&t=131 ...
by nageswaragunupudi
Wed May 19, 2021 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 920

Re: mod for Fivewin - FLEXGRID extension for xBrowse

... forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject https://forum.modharbour.app/viewtopic.php?f=13&t=131 ...
by cnavarro
Tue May 18, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 920

Re: Mr.RAO - Using TDatarow with other MySql libraries

Is it possible for me to learn and test Eagle1 at my end? In that case, we can natively provide for Eagle also with TDataRow and XBrowse. We are enhancing TDataRow in FWH2103 to interface with any external datasource. For now, I will post a temporary work around ...
by Compuin
Wed May 05, 2021 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr.RAO - Using TDatarow with other MySql libraries
Replies: 9
Views: 1041
Next

Return to advanced search