Search found 212 matches: age

Return to advanced search

Re: Clausole When not run ok

Already in the afternoon I had solved when Enrico reminded me that I had to use AEvalWhen (), anyway thanks anyway. ia another time I had the same problem but unfortunately a little for the age a little for the heat I have not recirculated myself
by Silvio.Falconi
Thu Jul 04, 2019 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clausole When not run ok - Resolved!!!
Replies: 6
Views: 591

Re: trasparent bitmap on xbrowse

... 80,20 XBROWSE oBrw SIZE 520, 485 PIXEL OF oDlg2; DATASOURCE oCust ; AUTOSORT FOOTERS FASTEDIT ; COLUMNS "Last", "First", "Age", "Married", "Values1", "Values2" ; HEADERS "Last ( Index )", "First", "Age", "Married", ...
by ukoenig
Tue Jun 11, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 890

Re: xBrowse how to use BACKGROUND and cellcolors

... backgrounds colors on a column, I can do it with only 2 options, I see you use a variety of them. shows how to define cell-colors for different age-groups // defined colum for ( oBrw:cAlias )->AGE oBrw:aCols[ 4 ]:bClrStd := {|| PAINT_CELL(oBrw) } // ---------STATIC ...
by ukoenig
Mon Apr 22, 2019 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to use BACKGROUND and cellcolors
Replies: 6
Views: 1769

Re: XBROWSE Border on cells

... the text and border of the cells the way you want. A border around each cell or only around the column :?: ( uses different colours as well on age ranges ) http://www.pflegeplus.com/IMAGES/Cellborder1.jpg regards Uwe :?:
by ukoenig
Thu Apr 11, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4160

Drawing borders on different controls with GDIPLUS

... < nLeft, nTop, nWidth, nHeight > but You can draw on screen on any position with any size You like. The cellborder on xBrowse field < age > is a different solution :!: added to test cellcolors on xBrowse-brushes http://www.pflegeplus.com/IMAGES/Border6.jpg The function-call ...
by ukoenig
Sat Mar 23, 2019 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing borders on different controls with GDIPLUS
Replies: 0
Views: 619

Re: Problem with say...Border

... the say-object ( don't care about the size ) This solution can be used for any objects like radios, gets .... @ 225, 675 SAY oSay[1] PROMPT "Age to = 0" SIZE 80, 22 PIXEL COLOR CLR_BLACK @ 250, 675 SAY oSay[2] PROMPT "shows only Age from" SIZE 150, 22 PIXEL COLOR CLR_BLACK ...
by ukoenig
Fri Mar 22, 2019 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with say...Border
Replies: 5
Views: 851

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: 851

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: 2916

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: 2916

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: 2916

: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: 1026

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: 6306

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: 807

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: 3068

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: 741
PreviousNext

Return to advanced search

cron