Search found 98 matches: setoption

Return to advanced search

Re: USO DE WHEN EN UN BUTTON BAR

Por probar, que tal un refresco del botón:

REDEFINE BTNBMP oBtnFldALU[1] ID 500 OF oFldALUM:aDialogs[2] UPDATE;
ACTION (nSALVAR := 2, oBarALUM:UPDATE(), oFldALUM:SetOption(3), oFldALUM:aDialogs[3]:UpDate(),oBtnALUM[5]:Refresh() )
by Manuel Aranda
Wed Oct 28, 2009 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: USO DE WHEN EN UN BUTTON BAR-SOLUCIONADO..GRACIAS
Replies: 4
Views: 886

USO DE WHEN EN UN BUTTON BAR-SOLUCIONADO..GRACIAS

... WHEN (nSALVAR > 1); ACTION ( graba(oDbfALUM, oBrwALUM), MSGWAIT("Espere, Guardando Datos..."), oFldALUM:SetOption(1) ) REDEFINE BTNBMP oBtnFldALU[1] ID 500 OF oFldALUM:aDialogs[2] UPDATE; ACTION (nSALVAR := 2, oBarALUM:UPDATE(), oFldALUM:SetOption(3), ...
by joseluisysturiz
Wed Oct 28, 2009 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: USO DE WHEN EN UN BUTTON BAR-SOLUCIONADO..GRACIAS
Replies: 4
Views: 886

Re: How to set Color dialogs in TPages when WindowsXP.Manifest ?

... oDlg2:bPainted := { | hDC | GradientFill( hDC, 0, 0, oDlg1:nHeight, oDlg1:nWidth, { { 0.50, 16054371, 128 } } ) } oPages:SetOption( 1 ) return nil Best Regards Uwe :lol:
by ukoenig
Sun Oct 18, 2009 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Color dialogs in TPages when WindowsXP.Manifest ?
Replies: 9
Views: 2453

Carlos, > Programa: Code.prg Linea 72: No esta definidas las variables : nOption, nOldOption Code: @ 4, 0 TABS ::oTabs OF Self ; ON CHANGE ( ::SetOption( nOption, nOldOption ),; ::SetText( "Source editor: " + ::oActiveEdit:cFileName ) ) > La variable nOption si esta definida en folder.ch. ...
by Antonio Linares
Sat Nov 29, 2008 10:48 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Empezando a compilar...Variables no definidas.
Replies: 2
Views: 956

Soilucionado

... ::nFdHeight ) endif return nil y el ON init oFold:lPaint:=.t. , oFold:Hide() , oFold:Show() y me queda un TPAGES que lo manjejo con oFold:SetOption desde la clase de andres reyes salu2
by Vladimir Zorrilla
Wed Nov 19, 2008 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soilucionado
Replies: 1
Views: 540

... { .f., .f., .f., .f., .f., .f.} poi per fare il bottone per andare avanti di un folder REDEFINE BUTTON obtn_next OF oFld:aDialogs[1] ACTION oFld:SetOption(2) poi per il resto devi chiedere a emg
by Silvio
Fri Aug 29, 2008 3:41 pm
 
Forum: All products support
Topic: gestione folder
Replies: 5
Views: 1259

... ejemplo y te lo envio. Prueba esto que encontre por alli...da una idea: Prueba asi: oFold:aDialogs[3]:bGotFocus := {|| lbItmRsl:SetFocus() } oFold:SetOption(3)
by joseluisysturiz
Sun Aug 17, 2008 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Varios GET's con Varios FOLDER's
Replies: 3
Views: 628

Ya lo he puesto,
pero no noto ningún cambio.

Lo he probado quitando el oTab:SetOption(1), y vuelve a dar el error.
by jfafive
Tue Aug 05, 2008 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con XBrowse y nEditType
Replies: 6
Views: 1161

... CANCEL TEXT ON_BOTTOM REDEFINE SBUTTON tchbtn[23] ID 4017 OF oDlg1 RESOURCE "NOTES" ACTION(oTabs:SetOption(2),oTabs:refresh(),MostraTotalTC(aProdtch,@nTtPagar,nPedido,aMesa,vtsay,otsay,cMod,lvendabal),pFaobRW:setfocus()) CANCEL TEXT ON_BOTTOM if ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5073

Silvio,

Just modify the code this way and it paints fine in XP too:

MENUITEM "Normal" ACTION ( oPages:SetOption( 1 ), oDlg:SetSize( 255, 245, .T. ) )
MENUITEM "Scientific" ACTION ( oPages:SetOption( 2 ), oDlg:SetSize( 485, 245, .T. ) )
by Antonio Linares
Mon Mar 24, 2008 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How refresh a dialog ?
Replies: 26
Views: 3272

... sorry I used setsize function function BuildMenu( oPages ,oDlg) local oMenu MENU oMenu 2007 MENUITEM "Type" MENU MENUITEM "Normal" ACTION (oPages:SetOption( 1 ) , oDlg:setsize( 255, 245),oDlg:refresh()) MENUITEM "Scientific" ACTION (oPages:SetOption( 2 ), oDlg:setsize( 485, 245),oDlg:refresh()) ...
by Silvio
Sun Mar 23, 2008 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How refresh a dialog ?
Replies: 26
Views: 3272

... Since you are calling another modal dialog from bChange the built-in dialog doesn't get displayed until after you close the modal one. Look at the setOption() method. You might try moving the bChange eval to after the dialog show(), but I don't know what other consequences this might have. Note ...
by James Bott
Thu Feb 14, 2008 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible Backgrd.-Color or Brush for Outlook2003 ?
Replies: 1
Views: 506

2 Questions MDI / Outlook2003

... for the black part ? In the moment, the 1. Button on top of the Button-list is a <Dummy-button> with a blank child. I just do SetOption(1), before i carry on with the selected function. In this way the background is filled. http://www.pflegeplus.com/pictures/outlook2.jpg ...
by ukoenig
Tue Feb 12, 2008 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 Questions MDI / Outlook2003
Replies: 2
Views: 663

... =========== Called from: win32ole.prg => TOLEAUTO:_SORT(0) Called from: pcustomer.prg => (b)CUSTOMER(206) Called from: TTabs.prg => TTABS:SETOPTION(712) Called from: TTabs.prg => TTABS:LBUTTONDOWN(632) Called from: => TWINDOW:HANDLEEVENT(0) Called from: CONTROL.PRG => TTABS:HANDLEEVENT(0) ...
by Silvio
Sat Feb 09, 2008 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9535

Prueba así:

oRadMenu:SetOption( 1 )

Revisa samples\TestRad.prg para que veas donde se crea oRadMenu
by Antonio Linares
Thu Jan 31, 2008 8:07 pm
 
Forum: FiveWin para CA-Clipper
Topic: Radio Buttoms
Replies: 3
Views: 999
PreviousNext

Return to advanced search