Search found 165 matches: varput

Return to advanced search

Re: Spinner Get

@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP aGet[ 4 ]:VarPut( nPuntataIniziale+=0.50 ) ; ON DOWN aGet[ 4 ]:VarPut( nPuntataIniziale-=0.50 ) MIN 0,50 MAX 200 RIGHTTOLEFT @ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE ...
by Silvio.Falconi
Mon Oct 14, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: Spinner Get

@ nRow,nCol+150 GET aGet[4] VAR nPuntataIniziale SIZE 90,20 PIXEL OF oDlg FONT oFont SPINNER ON UP aGet[ 4 ]:VarPut( nPuntataIniziale+=0.50 ) ;
ON DOWN aGet[ 4 ]:VarPut( nPuntataIniziale-=0.50 ) MIN 0,50 MAX 200 RIGHTTOLEFT
by Antonio Linares
Mon Oct 14, 2024 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Get
Replies: 7
Views: 246

Re: ListBox Input Field Scrolling........

... ),),); )} If bAction != NIL @0,0 BUTTON oBtnAction PROMPT "" OF oDlg SIZE 12, 12 oBtnAction:bAction := {|| oGet:VarPut( Eval(bAction,uVar) ),; oDlg:End(), lOk := .T. } ENDIF * oGet:bValid := bValid * @10,0 BUTTON oBtn PROMPT "" ACTION (oDlg:End(), lOk:=.T. ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 5
Views: 1267

Re: Problemas con una búsqueda.

... oDlg:aControls ):Cargo) endif dWork++ next next oDlg:Cargo := dDate ACTIVATE DIALOG oDlg CENTERED dSelect := oDlg:Cargo if oGet != NIL oGet:VarPut( If( oDlg:nResult == IDOK, dSelect, dDate ) ) oGet:Refresh() endif CLOSE FERIADOS return If( oDlg:nResult == IDOK, dSelect, ctod('//') ) //return ...
by José Camilo
Sun Jun 16, 2024 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con una búsqueda.
Replies: 4
Views: 387

Re: Question about xBrowse

... of clipboard    testmail->(dbappend())    testmail->email = cText    obrwmail:refresh()return You can also use the varput and do it in Xbrowse itself Dear Friend. With FWH you do not have to write long code like this at all.
by nageswaragunupudi
Mon Aug 21, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 459

Re: Question about xBrowse

... of clipboard    testmail->(dbappend())    testmail->email = cText    obrwmail:refresh()return You can also use the varput and do it in Xbrowse itself
by Marc Venken
Mon Aug 21, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 459

Re: GET and bLostFocus

I tried this and seems to work

@ 10,60 get oGet Var cFirst OF oDlg update PIXEL SIZE 100,15;
valid( (oBrw:first:varput(cFirst),.t.,oBrw:refresh()),.t.)

oGet:bLostFocus :=<|o| end rest is not needed.
....
by Marc Venken
Wed Jul 12, 2023 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 818

Re: calendar not run ( DBLCLICK)

Giovany Vecchi wrote:Try like this:
oGet:VarPut( oCalendar:dDate )



?????????????????????????????????????????????????????????????????????????????????????????

not run Doubleclick!!!!
by Silvio.Falconi
Tue May 23, 2023 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 2799

Re: calendar not run ( DBLCLICK)

Try like this:
oGet:VarPut( oCalendar:dDate )
by Giovany Vecchi
Mon May 22, 2023 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 2799

Re: assign on a get

VARPUT()

Regards, saludos.
by karinha
Mon Jun 06, 2022 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign on a get
Replies: 2
Views: 321

Re: logic value in txbrowse cell

I use this to toggle a Logic field with F2 Key

oBrw[1]:bKeyDown := {| k | IF ( K == VK_F2, if(oBrw[1]:uitass:value = .f., oBrw[1]:uitass:Varput( .t. ), oBrw[1]:uitass:Varput( .F. ) ) , NIL ) }
by Marc Venken
Tue Feb 22, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: logic value in txbrowse cell
Replies: 4
Views: 298

Re: Xbrowse bOnChange works when changing data in loop ?

If you use VarPut(), bOnChange also is executed and totals also get modified.
VarPut() is totally equivalent to user editing the data online.
by nageswaragunupudi
Sun Jan 30, 2022 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 200

Xbrowse bOnChange works when changing data in loop ?

... LEN(oBRWT2:aSELECTED) // obrw:aSELECTED is an array containing recnos marked (oBrwT2:cAlias)->(dbgoto(oBRWT2:aSELECTED[I])) oBrwT2:&nVeldID:Varput( mem_var ) NEXT
by Marc Venken
Sat Jan 29, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 200

Re: editing yunus invoice

oBrw:NET:VarPut( nTotalTax )Not run ok oBrw:AMOUNT:VarPut( nTotalRow ) Not run ok The problem is that ndescount = undifined ?? and it failes at if ndescount > 0 if you comment them out, you get no error, but i'm sure that the ...
by Marc Venken
Tue Oct 19, 2021 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 753
Next

Return to advanced search