Search found 3633 matches: action

Return to advanced search

Error al compilar

... que lo hago de esta manera: FOR nCont := 1 TO 60 REDEFINE BTNBMP oMesa[nCont] ; RESOURCE "VACIA" NOBORDER ; ID (200 + nCont) OF oFld:aDialogs[1] ; ACTION ( OpcionMesa(1, ::nId - 200) ) NEXT nCont oMesa [::nId]: bRClicked := {|nRow,nCol| OpcionMesa(2, ::nId - 200)} aqui al compilar sale un error, ...
by Willi Quintana
Thu Nov 10, 2005 3:57 am
 
Forum: FiveWin para CA-Clipper
Topic: Error al compilar
Replies: 3
Views: 1498

Kronos,

Please generate the PPO file and check what you get for:

@10,15 BUTTON OemToAnsi("ÅíôÜîåé") OF oStats ACTION (oStats:End()) SIZE 80,30
by Antonio Linares
Sat Nov 05, 2005 2:09 pm
 
Forum: FiveWin for CA-Clipper
Topic: Error Objects/6
Replies: 4
Views: 2226

Olá Wilson,
Crie uma var lógica e coloque no when do get, depois com o botão faça ela ficar verdadeira e mande refrescar os gets, vou dar um pequeno exemplo

lVar := .F.

@ 01,01 Get oGet Var cGet When(lVar) ......

@ 02,01 Button oBut Prompt "Ativa" ... Action (lVar := .T., oGet:Refresh())
by Vagner
Thu Nov 03, 2005 10:25 am
 
Forum: All products support
Topic: Desativação / Reativação de acesso a GETs.
Replies: 1
Views: 2311

como cambio este codigo para red o mdi

... Of oDlgEdit1 Picture "999999" No Modify REDEFINE BtnGet oFem_Fac Var cFem_Fac Id 102 Of oDlgEdit1 ; RESOURCE "CALENDARIO"; PICTURE "99/99/9999"; ACTION LbxDate(oFem_Fac, cFem_Fac) REDEFINE BtnGet oFve_Fac Var cFve_Fac Id 103 Of oDlgEdit1 ; RESOURCE "CALENDARIO"; PICTURE "99/99/9999"; ACTION LbxDate(oFve_Fac, ...
by luis cortes
Wed Nov 02, 2005 8:09 pm
 
Forum: FiveWin para CA-Clipper
Topic: como cambio este codigo para red o mdi
Replies: 1
Views: 1276

... oIcon, "Programa Actualizador MYSQL" ) Return NIL Function RMenu(r,c) Local oMenu MENU oMenu POPUP MENUITEM "Abrir Programa Actualizador MYSQL" ACTION ( oWnd:Show() ) MENUITEM "Cerrar Programa Actualizador MYSQL" ACTION ( oWnd:end() ) ENDMENU ACTIVATE POPUP oMenu OF oWnd AT r,c Return NIL Function ...
by DanielPuente
Mon Oct 31, 2005 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tray System
Replies: 5
Views: 2071

... install it and tried the application with the same results as in the pocket pc Here is the code snippet : @ 14.4,20.5 BUTTON "Sup." SIZE 40, 35 ACTION (SuiDel(aParams,oSui,oSui:Recno()),oSui:GoTop(),oBrw:refresh(),oBrw:SetFocus()) oSui = Tdatabase of the dbf Thanks for any hint Raymond
by Raymond Fischbach
Mon Oct 31, 2005 9:05 am
 
Forum: FiveWin for Pocket PC
Topic: Delete last record of a table
Replies: 9
Views: 2716

necesito ayuda con codigos de barras y con archivos jpg

... tiene el sig. codigo: Redefine GET aVars[15,1] VAR aVars[15,2] ID 102 OF aVars[1,1]:aDialogs[3] ReDefine Button ID 809 OF aVars[1,1]:aDialogs[3] Action(VerFoto(aVars[15,2],aVars[1,1]:aDialogs[3])) UPDATE REDEFINE BITMAP oBmp ID 103 FILENAME "$Foto.bmp" OF aVars[1,1]:aDialogs[3] update pero nunca ...
by Gerardo Farfan
Fri Oct 28, 2005 4:20 pm
 
Forum: FiveWin para CA-Clipper
Topic: necesito ayuda con codigos de barras y con archivos jpg
Replies: 1
Views: 1360

Problem with application terminating

... RETURN nil //----------------------------------------------------------------------------// function BuildMenu() MENU oMenu MENUITEM "" ACTION oWnd[01]:End() ENDMENU RETURN oMenu //----------------------------------------------------------------------------// function Startup( cAuto ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1926

... ID 103 OF ODLG READONLY UPDATE COLOR CLR_BLUE REDEFINE METER oMEtEr VAR nPerc1 ID 150 OF oDlg TOTAL 100 REDEFINE BUTTON OBTNOK ID 01 OF oDlg ; ACTION (OBTNOK:DISABLE(),OBTNCAN:DISABLE(),ZIPME(OMETER,cPATH,CDEST,@LSAVE,SOUSREP,ODLG,@DFILE,OFILE)) REDEFINE BUTTON OBTNCAN ID 02 OF oDlg ; ACTION ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5978

Re: Folder Scroll Bar Question

don lowenstein wrote:Can FWH "scroll" the folder tabs if the "arrows" are clicked?


Yes,

don lowenstein wrote:If yes, how to activate. If no, how to assign a code block action to this folder scroll?


Just check that your class TFolder in source\classes\folder.prg has this method:

Code: Select all  Expand view
METHOD HScroll( nWParam, nLParam ) VIRTUAL
by Antonio Linares
Wed Oct 19, 2005 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Scroll Bar Question
Replies: 5
Views: 1843

Folder Scroll Bar Question

If a folder is re-sized smaller than the width of all tabs, a scrollbar automatically appears, presumably from the Windows API( ? )

Can FWH "scroll" the folder tabs if the "arrows" are clicked? If yes, how to activate. If no, how to assign a code block action to this folder scroll?
by don lowenstein
Tue Oct 18, 2005 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Scroll Bar Question
Replies: 5
Views: 1843

Re: FRANCISCO CARRASCO

... - Color for the get text when receiving focus nClrFocusPane - Color for the get back when receiving focus y estos metodos: GotFocus - Action to be performed when receiving the focus LostFocus - Action to be performed when losing the focus asociados a la clase TGet. Podrias empezar ...
by Chantiel
Mon Oct 17, 2005 9:13 am
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4422

Re: BtnBmp in a dialog

... i use, If you still have a problem, can you show the offending code ? HTH Richard @ 125, 20 BTNBMP FILE CurDir() + "\client.bmp" ; SIZE 30, 30 ; ACTION oSay:SetText( "Clients" )
by Richard Chidiak
Fri Oct 14, 2005 7:17 pm
 
Forum: FiveWin for Pocket PC
Topic: BtnBmp in a dialog
Replies: 5
Views: 1917

Re: Folders

... to the second folder REDEFINE SBUTTON OT:oBtn[1] FONT oFont4 ID 121; RESOURCE "B_RNW","B_RNW","B_RNW" OF oFld:aDialogs[2] ; PROMPT "&Agrega" ; ACTION ( TAgrega(),Habilita(),OBACEPTAR:DISABLE(),OBCANCELAR:DISABLE(),oImprimir:Disable(),; oAceptar:Enable(),oCancelar:enable(),oImprimir:Disable() ...
by DanielPuente
Thu Oct 13, 2005 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders
Replies: 4
Views: 2335

Re: Dtepicker

... BTNGET oDesde VAR cDesde ID 113 OF oDlg ; RESOURCE "B_Cld" PICTURE "@D" VALID ValDesde(oBrw,vCodigo,@cDesde,oDesde,@vSaldo,oSaldo) ; FONT oFont3; ACTION (aRec :=GetCoors(oDesde:hWnd),; cDesde:=Calend(cDesde,aRec[1],aRec[4],oDlg),; oDesde:Refresh(),oDesde:SetFocus()) Regards Hello, When i jump ...
by DanielPuente
Wed Oct 12, 2005 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker
Replies: 1
Views: 1324
PreviousNext

Return to advanced search