Search found 45 matches: orad

Return to advanced search

Re: DBCMD/2001 Workarea not in use: ORDKEYNO

... oDbf:Load(),; oBtn[1]:Disable(),oBtn[2]:Enable(),oBtn[3]:Enable(),; nTotOs:= oDbf:Acoso + oDbf:Accos1 + oDbf:Accos2 + oDbf:Accos3 + oDbf:Accos4 ,; oRad[1]:Disable(),oRad[2]:Disable(),oRad[3]:Disable(),oRad[4]:Disable(),oRad[5]:Disable(),; oRad[6]:Disable(),oRad[7]:Disable(), aCredito:={},oBrwTic:SetArray(aCredito) ...
by mterraz
Thu Jan 20, 2022 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 3
Views: 363

problem with OrdScope and refresh xbrowse

... of all procedures for each user when I add a user the procedur load all records found into Moduli.dbf on a explorer I use a radioMenu @ 2,5 RADIO oRad VAR nMod ; ITEMS "Tutti","Hardware","Software","Manuali", "Prestiti","Magazzino","Utilità"; ...
by Silvio.Falconi
Wed Dec 18, 2019 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 2
Views: 463

FolderEx with Themas

Very cool this FolderEx. I only have one problem: - When I have "REDEFINE CHECKBOX oChk" or "REDEFINE RADIO oRad" inside a FolderEx and you need to give an oChk:Enable()/Disable() or oRad:Enable()/Disable() it messes up a good part of the other fields of the folderex. ...
by ORibeiro
Fri Apr 27, 2018 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx with Themas
Replies: 2
Views: 700

Re: To Marc -> A xBrowse-image colorpicker

... = 1, SetWindowPos( oDlgMain:hWnd, -1, 0, 0, 0, 0, 3 ), ; // On Top SetWindowPos( oDlgMain:hWnd, -2, 0, 0, 0, 0, 3 ) ) AEval( oOntop:aItems, { | oRad | oRad:lTransparent := .T., ; oRad:SetFont ( oFont1 ), ; oRad:nClrText := nDTxtColor } ) Just add to ON INIT of oDlgMain the following line all ...
by ukoenig
Wed Nov 15, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 7953

Fuente en Radio

Es posible asignar una fuente a un RADIO ?
@ 3.0, .2 RADIO oRad VAR nValue ;
ITEMS "&Enero", "&Febrero", "&Marzo" _3D SIZE 150, 10

necesito hacerlas mas grandes y al incluir FONT oFont1, sale un error al compilar

gracias
by servicomver
Mon Nov 06, 2017 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuente en Radio
Replies: 2
Views: 524

Re: Control Botón de Impresión

... como dice el Maestro Antonio Linares Modifica la clase rpreview METHOD PrintPage() CLASS TPreview local hMeta := ::oMeta1:hMeta local oDlg, oRad, oPageIni, oPageEnd local nOption := 1, nFirst := 1, nLast := Len( ::oDevice:aMeta ) // DEVICE local oThis := Self local lCancel := .t. if nLast ...
by luisduque
Thu Sep 10, 2015 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control Botón de Impresión
Replies: 8
Views: 1423

Re: How to disable an item of a radio control

a working sample . REDEFINE RADIO oRadio1 VAR nRadio1 ID 170 , 171, 172 OF oFld:aDialogs[ 2 ] UPDATE AEval( oRadio1:aItems, { | oRad | oRad:lTransparent := .T., ; oRadio1:aItems[2]:Disable(), ; oRad:SetFont ( oFontText ), ; oRad:nClrText := ...
by ukoenig
Tue Jun 09, 2015 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to disable an item of a radio control
Replies: 7
Views: 2165

Re: change bitmaps from radio button

Silvio, I found a short and easy transparent solution that works from resources. @ 30, 20 RADIO oRadio1 VAR nValue1 ITEMS "&No" OF oFld:aDialogs[1] SIZE 30, 10 PIXEL ; ON CHANGE { || ; IIF( nValue1 = 1, oBmp1:LoadImage( "IMAGE1" ), NIL ), ; IIF( ...
by ukoenig
Tue Jan 28, 2014 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change bitmaps from radio button
Replies: 8
Views: 2737

Re: DIALOG ON DIALOG

... OF SuboDlg SIZE 200,40 FONT oFont TRANSPARENT @ 1.4,2 GET oGetNum VAR Porcien PICTURE "99.99" SPINNER OF SuboDlg SIZE 40,4 @ 4, 2 RADIO oRad VAR Tipo OF SuboDlg ; PROMPT cCalculate, cIncremental ,cDecremental SIZE 100,12 @ 5,8 BUTTON obtnok PROMPT "OK" OF SuboDlg ; FONT oFont ...
by Silvio.Falconi
Tue May 07, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIALOG ON DIALOG
Replies: 8
Views: 3025

Re: DATE RANGE

... .t. try it please !! I insert the insed and the thereis an error on SET ORDER TO TAG ROOMS_ID instead of SET ORDER TO TAG ROOMS_OD @ 10,230 RADIO oRad VAR nFilter ITEMS "Mostra tutte le camere", ; "Mostra solo le camere libere",; "Mostra solo le camere occupate" ; ...
by Silvio.Falconi
Tue Mar 19, 2013 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15081

METHOD PrintPage() CLASS TPreview

... BUTTON ID 101 OF oDlg ; ACTION oThis:PrintPrv( oDlg, nOption, nFirst, nLast ) REDEFINE BUTTON ID 102 OF oDlg ACTION oDlg:End() REDEFINE RADIO oRad VAR nOption ID 103, 104, 105 OF oDlg ; ON CHANGE If( nOption==3 ,; ( oPageIni:Enable(), oPageFin:Enable() ),; ( oPageIni:Disable(), oPageFin:Disable() ...
by thefull
Mon Feb 27, 2012 5:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: METHOD PrintPage() CLASS TPreview
Replies: 0
Views: 640

Re: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?

... #INCLUDE "FIVEWIN.CH" FUNCTION MAIN() local oDlg, oGrp, oFont, oGroup, Brush local oCheck, lCheck := .T., oRadio, nOption := 1, oSay DEFINE FONT oFont NAME "Arial" SIZE 0, -16 DEFINE DIALOG oDlg TITLE "TRANSPARENT Grouptest" ; FROM 0,0 ...
by ukoenig
Mon Nov 28, 2011 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?
Replies: 2
Views: 1001

Re: STRANGE ERROR ON RADIOMENU resolved !!!

Sorry Daniel why you joke with me ? on mine testrad2.prg I found on my folder and I have the same command @ 3, 2 RADIO oRad VAR nValue ; ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ; HELPID 100, 101, 102 ; ON CHANGE MsgBeep() // adding ...
by Silvio
Fri Apr 22, 2011 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2712

Re: STRANGE ERROR ON RADIOMENU resolved !!!

... i copied and pasted the code from testrad2.prg please see my post and the testrad2.prg code MY POST testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;       ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;       HELPID 100, 101, 102 ;     ...
by Daniel Garcia-Gil
Fri Apr 22, 2011 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2712

Re: STRANGE ERROR ON RADIOMENU - resolved

Silvio I only saw the sample testrad2.prg : it was the same commnd of my test it's no same command testrad (all item together) @ 3, 2 RADIO oRad VAR nValue ;      ITEMS "&One", "&Two", "T&hree" _3D SIZE 150, 25 ;      HELPID 100, 101, 102 ;      ON ...
by Silvio
Fri Apr 22, 2011 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRANGE ERROR ON RADIOMENU resolved !!!
Replies: 14
Views: 2712
Next

Return to advanced search