Search found 56 matches: browsed

Return to advanced search

Re: possible xBrowse-refresh with another Dbf ?

... switch oBrw:cAlias at runtime any number of times, provided 1) All DBFs should have the same structure and indexes in respect of the fields being browsed. (Fields and indexes not used by browse can be different) 2) Use recommended command syntax to create xbrowse including COLUMNS clause 3) Never ...
by nageswaragunupudi
Mon Nov 09, 2015 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: possible xBrowse-refresh with another Dbf ?
Replies: 13
Views: 3715

Re: tData for SQL

... Mainly you need to reduce browses to only a subset of a table which generally can be done with a search narrowing down the number of records to be browsed. Then as Rick pointed out, changed records in the set must be updated immediately so other users can see the updates. James
by James Bott
Wed Jul 09, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6309

Re: XBrowse - EDIT_GET_LISTBOX

Use oCol:nEditType := EDIT_BUTTON

You need to specify oCol:bEditBlock := { |nRow,nCol,oCol,nKey| MyEditFunc( nRow, nCol, oCol, nKey )

In this function you can browse the other table.
If selected return the value to be written in the browsed table.
If not selected you should return NIL
by nageswaragunupudi
Sun Sep 15, 2013 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse - EDIT_GET_LISTBOX
Replies: 2
Views: 682

Re: Scoped xbrowse

HunterEC wrote:James:

Thank you for your reply, but maybe my question was not clear at all: I need to know if XBROWSE() have any data or parameter to allow for the display of a subset of records (maybe based on key value). Thank you.


No
You need to set your own scopes or filters on the data to be browsed.
by nageswaragunupudi
Thu Sep 12, 2013 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scoped xbrowse
Replies: 8
Views: 1377

Re: Ado - consulta en xbrowse

... translate to understand your posting. Did you say you are using one static variable oRs and use oRs in the program to refer to the recordset being browsed? If so you can do (a) Add one line in this code   ELSEIF nKey == 65 // usuario presiono A      oNRS := GetRecSet( "'2013-08-27'", ...
by nageswaragunupudi
Thu Aug 29, 2013 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ado - consulta en xbrowse
Replies: 17
Views: 2932

Re: bug in FW 13.04 xBrowse

... 2 ]:Edit() I have not used APPEND BLANK to make sure that the append takes place on the alias being browsed.
by nageswaragunupudi
Mon May 06, 2013 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 xBrowse
Replies: 9
Views: 1312

New FTDN April/Abril 2013 (FWH 13.04)

... Column's dividerstyle can not be wider than the browse's coldividerstyle. XBROWSER: * Enhancement: XBrowser(): When a an unindexed DBFCDX table is browsed with AUTOSORT clause and if the table is small, a temporary index is creaed to make autosort and incremental seeks work. * Enhancement: FWH ...
by Antonio Linares
Wed May 01, 2013 6:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2013 (FWH 13.04)
Replies: 2
Views: 3515

Bug in wbrowse

Hi. Seems I found a bug in wbrowse when moving the file pointer. If I change the current record of the browsed file and call a refresh ,the wbrowse goes to new record position as expected. Until a mouse click is used to change the current wbrowse position, in some circumstances. ...
by concentra
Fri Jan 27, 2012 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in wbrowse
Replies: 4
Views: 1064

Re: Why Some Browses with ADS are slow?

... it can be done on large tables. In one of my earlier applications the customer table with 700,000 customers with large number of columns was being browsed very comfortably with xbrowse over wide area network. ( Those days the speeds were much less over WAN ). This particular browse was very feature ...
by nageswaragunupudi
Wed Apr 13, 2011 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 10974

Re: It is possible to create a dbf table with two...

Marco, I did the test and it works indeed. But, fields with the same name in a DBF don't have any sence. I browsed the result of your test. If I change the data in one field "SAMENAME", all the fields "SAMENAME" are changed. So in fact there is only one field ...
by driessen
Wed Mar 09, 2011 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: It is possible to create a dbf table with two...
Replies: 15
Views: 2501

Re: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

... Here the size of dialog size was not known initially and the dialog is finally resized on the basis of the size of the browsed data. The buttons and controls are finally moved to the appropriate relative positions. The logic in this function may be helpful to you.
by nageswaragunupudi
Tue Aug 17, 2010 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5777

Re: create and use an index for a set of records

... otherwise. Use the normal syntax for creating xbrowse for the DBF and add the clause ROWS aRecArray. Only the record numbers in the aRecArray are browsed. Example: @ 0,0 XBROWSE oBrw OF oWnd AUTCOLS ALIAS "CUSTOMER" ROWS { 22, 44, 66 } 
by nageswaragunupudi
Tue Aug 03, 2010 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create and use an index for a set of records
Replies: 10
Views: 2184

New FTDN April 2010 (10.4)

... * Fix: XBrowse: Bitmaps on Headers were not correctly centered vertically. Now fixed. * Fix: XBrowse: Fixed runtime error when a blank array is browsed and a column number specified is higher than the total number of columns defined in the xbrowse. * Enhancement: XBrowse: Improvement to method ...
by Antonio Linares
Thu Apr 29, 2010 6:59 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2010 (10.4)
Replies: 3
Views: 3625

Re: xBrowse with SQLRDD

... reliable way to know (i) number of rows, (ii) serial number of the row and (iii) to go to a row with a given serial number in the subset being browsed.
by nageswaragunupudi
Wed Apr 28, 2010 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with SQLRDD
Replies: 15
Views: 6407

New FTDN March/Marzo 2010 (10.3)

... * Enhancement: Class TDbOdbc and TDbOdbcDirect are made compatible with XBrowse. These objects can be browsed like any other object like TDataBase, etc. * New: Class TMeterEx, similar to Class TMeter and TProgress but many more possibilities. Please ...
by Antonio Linares
Tue Mar 30, 2010 9:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2010 (10.3)
Replies: 3
Views: 2701
PreviousNext

Return to advanced search