Search found 221 matches: age

Return to advanced search

Re: Problem with say...Border

... NIL) A test with a border around 2 says ( group-border ) : http://www.pflegeplus.com/IMAGES/Border2.jpg @ 230, 675 SAY "Age to = 0" SIZE 150, 22 PIXEL @ 250, 675 SAY "shows only Age from" SIZE 150, 22 PIXEL // RoundBox( <hDC>, <nTop>, <nLeft>, ...
by ukoenig
Fri Mar 22, 2019 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with say...Border
Replies: 5
Views: 868

Re: self experiment

Dear Antonio, that's exactly the point. At a certain age we stop discovering, The System offers you new music according to what you like. And you just like what you know. The self-experiment I did is really dangerous. After a while you will not like ...
by Otto
Sat Feb 23, 2019 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2991

Re: self experiment

... albums and bands over and over again? Do not worry, you are not alone. A study by the music streaming service Deezer shows that at a certain age we stop discovering new music. On average, Germans reach the peak of their musical interest at the age of 27, the musical standstill occurs only ...
by Otto
Fri Feb 22, 2019 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2991

self experiment

Dear friends, today I would like to share my experience with you and encourage you to follow. In 2016, I started with a self experiment. I started listening to "new" music only. I thought that it can not be that you can not look forward to new hit releases ...
by Otto
Fri Feb 22, 2019 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2991

:Setfilter from a defined substring ?

... " SUBSTR( UPPER( Last ), 1, 2 ) == 'AC' " ) // is OK and is filtering -> Acker another working filter shows the a range of age oCust:SetFilter( " Age >= " + STR( nAge1 ) + " .and. Age <= " + STR( nAge2 ) ) I tested different solutions but didn't ...
by ukoenig
Tue Feb 12, 2019 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: :Setfilter from a defined substring ?
Replies: 6
Views: 1059

Re: A toolbox of netfunctions and tDatabase-tests

... first 3 positions using < Setfilter > 1. oCust:SetFilter(" Last :?: 3. oCust:SetFilter( " Hiredate :?: 2. oCust:SetFilter( " Age works :!: IF nAge2 = 0 // only nAge1   oCust:SetFilter( " Age == " + STR(nAge1) )  // from GET - fieldELSE   oCust:SetFilter( ...
by ukoenig
Fri Feb 08, 2019 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6481

Re: To Nages: tdatarow add new

... Empty(oCust:LAST) ) // set top scope oCust:ORDSCOPE(1, Empty(oCust:LAST) ) // set bottom to NIL or using oCust:MARRIED = .T. oCust:Age > 30 oCust:ordScope(0, NIL ) // set top to NIL oCust:ordScope(1, NIL ) // set bottom to NIL from tDatabase METHOD ordScope( nScopeType, uValue ...
by ukoenig
Wed Feb 06, 2019 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: tdatarow add new
Replies: 3
Views: 820

New field type ?

... { "ZIP", "C", 10, 0 },; { "HIREDATE", "D", 8, 0 },; { "MARRIED", "L", 1, 0 },; { "AGE", "N", 2, 0 },; { "SALARY", "N", 9, 2 },; { "NOTES", "C", 70, 0 } } where did this type of ...
by Silvio.Falconi
Fri Oct 26, 2018 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New field type ?
Replies: 17
Views: 3265

Re: Archives on the local network

... or getting a decision by the user. Another reason to use objects is that you can put other methods in the class, for instance to find a person's age. msgInfo( oCustomer:age() ) Or something more complicated like sales amount over a time period. oCustomer:salesAmount( dStart, dEnd ) There is no ...
by James Bott
Thu Oct 04, 2018 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Archives on the local network
Replies: 4
Views: 775

Re: Make hash work with colon

Ok, Nevermind, I found the answer in a post I posted in 2015.

Sorry guys, it's my age.

Add the line:
#include "xHb.ch"

Thanks,
by byron.hopp
Sun Sep 02, 2018 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make hash work with colon
Replies: 1
Views: 465

Re: xBrowse con HASH

The syntax

h:Age

works only with xHarbour.

This syntax works with both Harbour and xHarbour:

h[ "Age" ]
by nageswaragunupudi
Sun Aug 26, 2018 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse con HASH
Replies: 11
Views: 1869

Re: To Nages Insert images on xbrowse

Mr. Navarro, How to add the 'AGE' along side with the 'NAME? :?: Age is other column With new syntax    @ 0, 0 XBROWSE oBrw OF oWnd ;      DATASOURCE "Cust" ;       COLUMNS "TRIM(FIRST)+', '+TRIM(LAST) AS FullName PICTURE ...
by cnavarro
Thu Aug 02, 2018 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Insert images on xbrowse
Replies: 11
Views: 2488

Re: To Nages Insert images on xbrowse

Mr. Navarro,

How to add the 'AGE' along side with the 'NAME?

:?:
by fraxzi
Thu Aug 02, 2018 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Insert images on xbrowse
Replies: 11
Views: 2488

New FTDN April/Abril 2018 (FWH 18.04)

... the group. Grand totals are appended at the end. Oringal array is not modified. Example: USE CUSTOMER aData := FW_DbfToArray( "STATE,CITY,AGE,SALARY" ) aData := ArrGroupSum( aData, 1, 2, { 3, 4 } ) XBROWSER aData * CLASS TToasT - New DATAS: DATA nXOffSet INIT 0 DATA nYOffSet INIT ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2178

New FTDN March/Marzo 2018 (FWH 18.03)

... := oCn:RowSet( "select * from states where id > ?", {20} ) // do something with oRs oRs:Requery( "select * from customer where age > ?",{45} ) // now oRs is a new table * TDatabase: Fixed bug while handling empty dbf. * TWBrowse: - New methods SetOBJ( oDbf/oRs/oQry ) ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1708
PreviousNext

Return to advanced search