Search found 776 matches: assign

Return to advanced search

Re: FWForum Post and code grabber

... TRIM( cTranslated ) )      DoMethod( "TranslateMemo", "RichEdit_Translate", "Refresh" ) i assign TRIM( cTranslated ) as "Value" to RTF Control calling Method "Refresh" will show cTranslated ! Note : this (free) Way is ...
by Jimmy
Thu Oct 13, 2022 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 837

Re: Transparent window

IMPORTANT: Now, some explanation about the DATA nSeeThroClr. When you assign any color value to oWnd/oDlg:nSeeThroClr, that color will be treated as transparent while the window/dialog is displayed. When you choose a GIF, you should also know its background ...
by nageswaragunupudi
Fri Sep 16, 2022 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent window
Replies: 11
Views: 804

Re: Area de trabajo no usada: ORDKEYNO

... DIALOG odlg RESOURCE "pan_actu" ; OF oWndChild REDEFINE GET obusco var xbusco ID 171 PICTURE "@!" OF oDlg ; ON CHANGE ( ::assign(), oRS1Cli:=buscosql( oBrow, xbusco, oRS1Cli ) ) REDEFINE LISTBOX oBrow FIELDS ; iif (oRS1Cli:Fields( "activo" ):Value="S",aHbitMaps[1],aHbitMaps[2]),; ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 331

Re: Consulta sobre GRADIENT

... tener que asignar colores claros a los extremos si o si.? Se Puede? How do I define that it does NOT change color automatically without having to assign light colors to the ends yes or yes? It can? oBrw:lContrastClr  := .f. y cómo hago para manejar yo los colores de los registros de acuerdo ...
by nageswaragunupudi
Sun Jun 26, 2022 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre GRADIENT
Replies: 3
Views: 371

Re: Consulta sobre GRADIENT

... tener que asignar colores claros a los extremos si o si.? Se Puede? How do I define that it does NOT change color automatically without having to assign light colors to the ends yes or yes? It can? oBrw:lContrastClr  := .f. y cómo hago para manejar yo los colores de los registros de acuerdo ...
by nageswaragunupudi
Sun Jun 26, 2022 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre GRADIENT
Replies: 3
Views: 371

Re: assign on a get

* aGet[7]:ctext(nValore) this make error


Code: Select all  Expand view
aGet[7]:ctext := nValore
by nageswaragunupudi
Mon Jun 06, 2022 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign on a get
Replies: 2
Views: 276

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

assign on a get

to assign on a get a number How I must do .. :D .I not remember



IF lValore
nValore:=1
* aGet[7]:ctext(nValore) this make error
aGet[7]:refresh()
Specivalue(aTemp2,lValore,nValore,oBrw2,nRadio2)
ENDIF
by Silvio.Falconi
Mon Jun 06, 2022 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign on a get
Replies: 2
Views: 276

Re: gradiants ?

... for ring gradient We can fill parts of window/dialog/control with FillRectEx( hDC, aRect, aGrad ) We can also define gradient brush and assign to a window DEFINE BRUSH oBrush GRADIENT aGrad Brushes get automatically resized when window gets resized
by nageswaragunupudi
Thu Jun 02, 2022 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 579

Re: xBrowse - how to oXbrw:gotop() after header is click?

Yes. Is it as simple as creating an index with the expression A+B? Yes, and a little more. Also assign oCol:cSortOrder := <OrderTag> and oCol:cOrdBag := <cOrdBag> // if separate Example (DBFCDX): INDEX ON COLA+COLB TAG IDXAB TO TMP MEMORY oCol:cSortOrder := ...
by nageswaragunupudi
Mon May 30, 2022 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - how to oXbrw:gotop() after header is click?
Replies: 9
Views: 557

Re: BTNBMP default button

hi, how can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?     DEFINE DIALOG oDlg SIZE 1300,700 PIXEL  FONT oFont    STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ;              WS_MAXIMIZEBOX, WS_MINIMIZEBOX, ...
by nageswaragunupudi
Thu May 26, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP default button
Replies: 9
Views: 640

Re: Actualización de Variable en Calculo

Antonio Linares wrote:Prueba con oTot:Assign( Tot ) en vez de oTot:SetText( Tot )


Maestro Antonio

Muy buen dia.

Muchas gracias por responder.

Aplique su sugerencia " Assign ", pero aplica, no genera ningun cambio.

Muchas gracias y muchos saludos.

Anotnio
by remtec
Thu May 26, 2022 1:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualización de Variable en Calculo "SOLUCIONADO"
Replies: 4
Views: 455

Re: Actualización de Variable en Calculo

Prueba con oTot:Assign( Tot ) en vez de oTot:SetText( Tot )
by Antonio Linares
Thu May 26, 2022 7:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualización de Variable en Calculo "SOLUCIONADO"
Replies: 4
Views: 455

BTNBMP default button

hi, how can I assign DEFAULT to oBtnbmp BTNBMP inside a DIALOG ?     DEFINE DIALOG oDlg SIZE 1300,700 PIXEL  FONT oFont    STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ;              WS_MAXIMIZEBOX, WS_MINIMIZEBOX, ...
by damianodec
Tue May 24, 2022 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP default button
Replies: 9
Views: 640

Re: strange date get

Many thanks Antonio for your support, even on Sunday.
Antonio Linares wrote:Please try this: .. oDate:Assign()

With this it's working fine. :D
-Detlef
by Detlef
Sun Apr 24, 2022 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange date get
Replies: 6
Views: 360
PreviousNext

Return to advanced search