Search found 57 matches: datasources

Return to advanced search

Re: Xbrowse con FASTEDIT y RECORDSET

... with buildh.bat or buildx.bat or any build????.bat Please notice that XBrowse and TDataRow work exactly the same way with identical syntax for all datasources. #include "fivewin.ch"REQUEST DBFCDXstatic aSource := { "DBF", "TDataBase", "ADO.MSSQL", "MYSQL" ...
by nageswaragunupudi
Sun Dec 08, 2019 12:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse con FASTEDIT y RECORDSET
Replies: 5
Views: 1356

Re: To Mr. Rao xBrowse + FASTEDIT + RECORDSET

... with buildh.bat or buildx.bat or any build????.bat Please notice that XBrowse and TDataRow work exactly the same way with identical syntax for all datasources. #include "fivewin.ch"REQUEST DBFCDXstatic aSource := { "DBF", "TDataBase", "ADO.MSSQL", "MYSQL" ...
by nageswaragunupudi
Sun Dec 08, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao xBrowse + FASTEDIT + RECORDSET
Replies: 2
Views: 707

Re: No encuentra Registro con FWHMariaDB

You are right.
That is an issue with xbrowse of all datasources dbf, ado, etc.
Issuse with DBF is fixed in FWH 1905
We try to fix the issue with other datasources also now.
by nageswaragunupudi
Sat Jul 06, 2019 7:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1508

XBrowse & Edit Dialogs: Writing Portable code (Recommended)

XBrowse and TDataRow (used by Xbrowse for adding/editing records) are designed to help writing code portable across different datasources like DBF, TDatabase, ADO, FWMariaDB, Dolphin, TMySql, PostGreSQL, etc. Same code written for one datasource can be used without any changes (or with ...
by nageswaragunupudi
Sat Mar 16, 2019 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3742

Re: XBrowse : Switching datasources at runtime

Thank You very much

works perfect and is added to the collection.

Image

test 2 is included as well
viewtopic.php?f=3&t=36733

Image

regards
Uwe :D
by ukoenig
Tue Feb 12, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse : Switching datasources at runtime
Replies: 3
Views: 902

Re: XBrowse : Switching datasources at runtime

Whenever you get such problems you refer to buildx.bat and buildh.bat All my samples link well if you copy them to samples folder and build with any build*.bat. First, build and test them and then port the code to your application. Yes, you need to link with fwh\lib\libmysql.lib and you should copy ...
by nageswaragunupudi
Tue Feb 12, 2019 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse : Switching datasources at runtime
Replies: 3
Views: 902

Re: XBrowse : Switching datasources at runtime

Mr. Rao,

I wanted to add Your sample to my collection but getting
errors of all < mysql_ > like

Image

do I have to link something more :?:

regards
Uwe :?:
by ukoenig
Tue Feb 12, 2019 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse : Switching datasources at runtime
Replies: 3
Views: 902

XBrowse : Switching datasources at runtime

... From version FWH 18.05, it is possible to switch datasource from any type and any type and also reconfigure the columns. It is possible to switch datasources within DBF, TDatabase, ADO, MariaDB Rowset, Dolphin/TMySql Query and PostGre Query. It is not possible to switch with other datasources ...
by nageswaragunupudi
Tue Feb 12, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse : Switching datasources at runtime
Replies: 3
Views: 902

Re: XBrowse 16.04 : Gets in Header Bar

nageswaragunupudi wrote:lGetBar works for all datasources. It is independent of the datasource.


ooops, when :lIncrFilter := .T., the GetBar doesn't show. Normal?

I'd like to enable lSeekBar when user's select combobox option to search and to filter using incremental filtering displaying the :cSeek to seekbar/getbar

:?:
by fraxzi
Sat Jul 21, 2018 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10192

Re: XBrowse 16.04 : Gets in Header Bar

lGetBar works for all datasources. It is independent of the datasource.
by nageswaragunupudi
Sat Jul 21, 2018 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10192

Re: xBrowse with WaterMark

... before brush in xbrowse. Is it normal? Yes. Not only up/down but left/right navigation also. Using brushes is suitable for small browses with fast datasources like arrays, recordsets, etc and small local dbfs Programmer needs to decide the suitability when to use brushes. 2. The shape of selection ...
by nageswaragunupudi
Sat Dec 23, 2017 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1662

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... continue. * NEW: Support for PostGreSQL using hbpgsql of Harbour or pgsql of xHarbour: - XBROWSE and XBROWSER support oQuery object like any other datasources. - Support AUTOCOLS or specified columns (Limitation: Does not yer support expressions involving column names) - AUTOSORT support - Incremental ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2456

Conferencia internacional de Harbour+FWH - Sesiones

... multiple fonts. - Additional formatting available in xbrowse. - Ownerdraw of cells, rows, headers and footers - Issues when browsing slow access datasources. - Fastdraw - Auto-calculation of columns, user defined computation of columns, group computations and other inbuilt computational capabilities ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1117

Re: 1st FWH + [x]Harbour 2017 international conference

... multiple fonts. - Additional formatting available in xbrowse. - Ownerdraw of cells, rows, headers and footers - Issues when browsing slow access datasources. - Fastdraw - Auto-calculation of columns, user defined computation of columns, group computations and other inbuilt computational capabilities ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 274274

Re: 1st FWH + [x]Harbour 2017 international conference

... multiple fonts. - Additional formatting available in xbrowse. - Ownerdraw of cells, rows, headers and footers - Issues when browsing slow access datasources. - Fastdraw - Auto-calculation of columns, user defined computation of columns, group computations and other inbuilt computational capabilities ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 274274
PreviousNext

Return to advanced search