Search found 126 matches: matching

Return to advanced search

Re: Antonio: Differences between BORLAND and VCC

... not need to install Visual Studio ) http://i65.tinypic.com/2zxvzgm.jpg http://i67.tinypic.com/2rhqn2a.jpg And the matching xHarbourM for MSVC2017 http://i66.tinypic.com/9apog7.jpg I would appreciate if anyone has a batch file ( like buildxm.bat ) ...
by Rick Lipkin
Wed May 16, 2018 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6485

Re: Ecommerce : wich I can use ?

... The browse : Left Top Brw : Menu system for onlline Presta Mid Top BRW : Available Pics for the product Right Top BRW : The Product have a matching color (trouwsers) Mid Brw : Selections for that group that will go online Bottom Brw : Possible selection for a product to add to the group. ...
by Marc Venken
Wed Mar 14, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1573

Re: error al eliminar con tdolphin y mysql

... deleted in the order specified by the clause. This is useful primarily in conjunction with LIMIT. For example, the following statement finds rows matching the WHERE clause, sorts them by timestamp_column, and deletes the first (oldest) one: DELETE FROM somelog WHERE user = 'jcole' ORDER BY timestamp_column ...
by joseluisysturiz
Sun Jan 14, 2018 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al eliminar con tdolphin y mysql
Replies: 4
Views: 1149

Re: Sync xbrowser

Natter

Consider using
Code: Select all  Expand view

oLbx:bChange   := { || _DoSomething() }
 


Add this codeblock to the xBrowse you want to scroll and insert your code ( _DoSomething() )in the code block to find the matching records in xBrowse 2

Rick Lipkin
by Rick Lipkin
Mon Dec 18, 2017 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sync xbrowser
Replies: 3
Views: 660

Re: release of bcc

... used to compile xHarbourcFwVer     := FWVERSION        // returns FWH Version  As I mentioned ... If you are using Borland Bcc73 you need the matching xHarbour Binaries .... Rick Lipkin From xHarbour.Org http://i65.tinypic.com/28m1zxs.jpg From Mel's Site Whosaway.com // have ...
by Rick Lipkin
Mon Oct 30, 2017 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: release of bcc
Replies: 15
Views: 3170

Re: release of bcc

Silvo

If you are using Bcc7 ... you need to get the matching compiled (x)Harbour binaries.. you can go to Mel's site or xHarbour.org.

Rick Lipkin
by Rick Lipkin
Sun Oct 29, 2017 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: release of bcc
Replies: 15
Views: 3170

Re: Pro's and Contra's fom Resources or Coded screens

... on the horizontal lines, 2) Are all input fields of the same height, 3) Is the same font used in all of them, and 4) Are all column positions matching ? My experience in the past was that sizes varied, and different relative positions had to be used to get proper alignment. Again .. in the ...
by TimStone
Fri Aug 04, 2017 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11718

Date search in 17.05 problem

... 17.05, Harbour, MSVC 2017 The program uses a Database object in the browse. When set to a date field, typing in a date should move the view to the matching record. Instead we get the following message: ADSCDX / 5095 The date specified in not valid. Date won't convert to Julian This error results ...
by TimStone
Wed Jun 07, 2017 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date search in 17.05 problem
Replies: 2
Views: 499

Re: Bcc73

To All In order for HB_Compiler() to work properly .. you have to use the matching xHarbor build for Bcc73. You can go to xHarbour.org http://xharbour.org/index.asp?page=download/windows/binaries_win Look for 10194 Bcc7.30 or you can send Mel Smith a note to ...
by Rick Lipkin
Tue May 23, 2017 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5421

Re: FWH: MySql/MariaDB: RowSet object

... I want to see the same 20 records in the new order. I do not want totally a different set or rows 2) Also when I set filter I want to see the rows matching the filter condition out of the 20 records I saw in the beginning. I do not want a set or different rows. 3) Also when I change the sort order, ...
by nageswaragunupudi
Thu May 18, 2017 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19850

ASCAN question

... [2] is a counter [3] is an accumulator ( totals ) [4] is a description I want to use aScan on aWork on the first element, and when I find the matching array, I will increment [2] and [3]. I can I use ASCAN( ) to search an element in an array of arrays ?
by TimStone
Wed Apr 26, 2017 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN question
Replies: 2
Views: 537

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... the field as { "SALARY", "N", 9, 2 } i.e, following the DBF convention. oRs:Fields("salary"):Precision shows 8, matching ADO. oCn:ListColumns( ctable ) displays "Decimal(8,2)"
by nageswaragunupudi
Wed Apr 19, 2017 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28866

Re: FWH 16.12 : Display Seek values in Header Search Bar

... we also need to set oBrw:oFilterCol := oBrw:oCol( "city" )  By default this filters the datasource to display only values matching the expression entered by the user. Entry "AU" results in display of all values starting with "AU" // case insensitive ...
by nageswaragunupudi
Thu Dec 29, 2016 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9128

Re: eMailDesktop - uses filesystem as database

... (turn it off). The default is "+". -r+ Regular expression search -l- File names only -c- match Count only -n- Line numbers -v- Non-matching lines only -i- Ignore case -d- Search subdirectories -z- Verbose -e Next argument is searchstring -w- Word search -o- UNIX output format Default ...
by nageswaragunupudi
Tue Dec 06, 2016 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDesktop - uses filesystem as database
Replies: 5
Views: 2109

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... oCn:ImportFromDBF( "c:\fwh\samples\states.dbf" )  Now we create a stored procedure to return a rowset containing states matching a search criterion givein in first param and retrieve the number of rows found in the second parameter:    oCn:Execute( "DROP ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2962
PreviousNext

Return to advanced search