Search found 6 matches: nfh

Return to advanced search

Buttons and ButtonBmps

... j := m := nWd := nBt := 0 local nRg := 8 local nK3 := nK1 + 50 local nK4 := nK2 + 50 local oFnt := if( !empty( oFont ), oFont, oFont_pagr ) local nFh := oFnt:nHeight local nFw := oFnt:nWidth local nRw := nFh - 1 DEFAULT lMask := .f. DEFAULT cText := if( lMask, if( cLg == "L", "Kodas :", "Code ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65301

... := Hash() for nGt := 1 to len( aFlds ) cFld := aFlds[ nGt ] @ nRw, nCol GET oGets[ cFld ] VAR aGets[ nGt ] PICTURE aPct[ cFld ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld ) next Frank , very good sample ! I'm using hash , but in that way - no so much brains :-) . Many thanks to you ! With ...
by Rimantas
Thu Oct 27, 2005 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4736

... := Hash() for nGt := 1 to len( aFlds ) cFld := aFlds[ nGt ] @ nRw, nCol GET oGets[ cFld ] VAR aGets[ nGt ] PICTURE aPct[ cFld ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld ) next Frank
by Frank Demont
Wed Oct 26, 2005 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4736

Re: Array of gets

... aFlds ) ] ... for nGt := 1 to len( aFlds ) cFld := aFlds[ nGt ] @ nRw, nCol GET oGets[ nGt ] VAR aGets[ nGt ] PICTURE aPct[ nGt ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld ) next It seems that this isn't working .. :-(( I remmember something about deattached locals , but at this moment i can't ...
by Rimantas
Wed Oct 26, 2005 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4736

Array of gets

... aFlds ) ] ... for nGt := 1 to len( aFlds ) cFld := aFlds[ nGt ] @ nRw, nCol GET oGets[ nGt ] VAR aGets[ nGt ] PICTURE aPct[ nGt ] PIXEL SIZE nSz, nFh VALID n_pas( cAlias, cFld ) next It seems that this isn't working .. :-(( I remmember something about deattached locals , but at this moment i can't ...
by Rimantas
Wed Oct 26, 2005 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4736

Re: Combobox , changing aitems dynimacaly

... , MSGINFO HAS NO EFFECT !!!!!!!!! Frank Try this codeblock : @ nRow, nCol COMBOBOX oCbx VAR cPav PIXEL UPDATE VALID !empty( cPav ) OF oDlg SIZE n, nFh * 4 aeval( MyArray, { |x| aadd( oCbx:aItems, x[ 2 ] ) } ) // for multidimensional array . or aeval( MyArray, { || aadd( oCbx:aItems, MyArray ) } ...
by Rimantas
Tue Oct 18, 2005 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox , changing aitems dynimacaly
Replies: 1
Views: 1364

Return to advanced search

cron