Search found 57 matches: datasources

Return to advanced search

Re: records on xbrowse

oDbf:OrdKeyCount() ) This works only for oDbf. Using oBrw:nLen or oBrw:KeyCount() works for all datasources. ok but the button are not refreshed , only when I move the mouse into obrw for a sample WHEN ( oBrw:nDataRows <= oBrw:nLen ) not work WHEN ( oBrw:nDataRows >= ...
by Silvio.Falconi
Tue Mar 26, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1652

Re: records on xbrowse

oDbf:OrdKeyCount() )


This works only for oDbf.
Using oBrw:nLen or oBrw:KeyCount() works for all datasources.
by nageswaragunupudi
Tue Mar 26, 2024 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1652

Re: DBF to Excel Sheet, without Excel, using ADO ?

... 30. Also adDate accepts both Dates and DateTime values. We need to understand the behavior of ADO with Excel tables, which is different from other datasources, and work accordingly. This is what I have been saying repeatedly many times. Had you done some tests at your end, you would have noticed ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2565

Re: how store Image into Database

hi, thx for Answer This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc. found out when want to use Postgre i NEED to use TPQserver / TPQquery as it is "hardcode" in Source METHOD ...
by Jimmy
Tue Jul 25, 2023 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 303

Re: how store Image into Database

... "picture.jpg" ) If you are browsing in XBrowse, you can copy image from any source and paste into the cell. This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc.
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 303

Re: how store Image into Database

... "picture.jpg" ) If you are browsing in XBrowse, you can copy image from any source and paste into the cell. This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc.
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 303

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

XBrowse and TDataRow (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 ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 276

New FTDN April/Abril 2023 (FWH 23.04)

... all ADO databases and FW MariaDB rowsets only. - Sorting on Computed columns: It is now possible to sort on computed columns also for all datasources. For this, Set oCol:lSortVisible := .t. Supports incremetal seek, wildseek and seeknext. Note: Incremental filters are not supported yet. ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1745

Re: XBROWSE : BookMark what is it for ?

... to oBrw:oRs:BookMark := n for ADO Same way oBrw:KeyNo is same is OrdKeyNo() for DBF, AbsolutePosition of ADO, etc XBrowse can handle many types of datasources, which use different methods, functions and datas. We talk to XBrowse is one language and XBrowse talks to the underlying datasource in ...
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 197

Re: Playing with XBROWSE

... in this "Combination" When we use oBrw:EditSource( [lAppend] ) , XBrowse + DataRow display a default dialog that works with all kinds of datasources. but "where" is the Dialog as i can´t find DEFINE DIALOG in Xbrowse.prg which point to it :?:
by Jimmy
Sun Apr 09, 2023 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 460

Re: Playing with XBROWSE

... :?: We see Dialog (not Window). When we use oBrw:EditSource( [lAppend] ) , XBrowse + DataRow display a default dialog that works with all kinds of datasources. Programmer can use his own dialog by assigning oBrw:bEdit := { |oRec| MyDialog( oRec ) }  When programmers uses ...
by nageswaragunupudi
Fri Apr 07, 2023 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 460

New FTDN October/Octure (FWH 22.10)

... runtime error. Fixed. For previous versions from FWH2008, please assign a value to bClrEdit to avoid this runtime error. - While browsing ordered datasources, incremental seek feature is on by default. At times this creates unexpected and undesired movement of records. Eg: USE CUSTOMER VIA "DBFCDX" ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 861

New FTDN January/Enero 2021 (FWH 21.01)

... calling oBrw:SetTree( nLevels, [aBitmaps] ) automatically generates tree from the data and switches to Tree Browse. This feature works for most datasources like arrays, dbf, rowsets but does not work with ADO recordsets. Now it works with ADO recordsets also. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39913 ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

Re: Mr. Rao Pls your help

The facility to convert a normal browse of ordered data into a Tree browse by calling oBrw:SetTree( nLevels, [aBitmaps] ) is working in case of datasources, which accept GOTO( 0 ) (similar to :BookMark := 0) and when Eof() returns blank values for fields. So, this is working with DBF, RowSets, ...
by nageswaragunupudi
Sun Jan 31, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao Pls your help
Replies: 12
Views: 1647

Re: MariaRowSet Field ERROR in TGET READONLY Control

This problem is not unique to Mariadb Rowsets but applies to all readonly datasources. Here is an example with DBF opened READONLY. #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg, oGet   USE CUSTOMER READONLY ...
by nageswaragunupudi
Tue Dec 31, 2019 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaRowSet Field ERROR in TGET READONLY Control
Replies: 6
Views: 970
Next

Return to advanced search