Search found 15 matches: linit

Return to advanced search

Ayuda Mercury TWeb y TWebBrowse

... ); _ringo.SetData( aRows ); }) </script> y dice que hubo un error aca: //console.trace() if ( lInit ) { this.Init( aData ) } else { // Instancia oBrowse = $('#' + this.cId ) oBrowse.bootstrapTable( { ignoreClickToSelectOn: TWebBrowseIgnoreClickToSelectOn ...
by RSalazarU
Wed Apr 14, 2021 8:51 pm
 
Forum: mod_harbour
Topic: Ayuda Mercury TWeb y TWebBrowse
Replies: 3
Views: 990

Ejemplo de conexion a Eagle1

... := trim( cDbName ) oMySql := TMSConnect():New() // Nos conectamos al servidor lRet := oMySql:Connect( cHost, cUser, cPassword, cDbName ) if oMySql:lInit MsgInfo( "Inicializado...", "Hola" ) endif if oMySql:Connect() MsgInfo( "Conectado", "Hola" ) oMySql:CreateDB( ...
by Compuin
Tue Apr 18, 2017 12:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de conexion a Eagle1
Replies: 3
Views: 946

Re: 1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL

Sistem wrote:rpreview.prg linha 1477

if ! ::lZoom .and. ! lInit
// ::Zoom( .T. ) // anular esta line
endif esta linha


Muchísimas gracias, funcionó perfecto.
by FiveWiDi
Sun May 04, 2014 9:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: 1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
Replies: 3
Views: 420

Re: 1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL

rpreview.prg linha 1477

if ! ::lZoom .and. ! lInit
// ::Zoom( .T. ) // anular esta line
endif esta linha
by Sistem
Sat May 03, 2014 11:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: 1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
Replies: 3
Views: 420

Re: several minor bugs FWH 13.07

... rpreview.prg nos lo arreglaste así en el método Setfactor de rpreview.prg ::oMeta1:SetZoomFactor( ::nZFactor, ::nZFactor * 2 ) if !::lZoom .and. ! lInit ::Zoom( .T. ) // A.L. 08 Oct 2007 endif if ::lZoom ::oWnd:oVScroll:SetRange( 1, VSCROLL_RANGE ) if ::nZFactor > 1 ::oWnd:oHScroll:SetRange( ...
by elvira
Fri Aug 23, 2013 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: several minor bugs FWH 13.07
Replies: 10
Views: 2313

Re: Logo en ventana principal con areas transparentes

... los recursos definidos. RETURN( NIL ) STAT FUNC Refr_Bmp(hDC,oBmp) LOCAL aRect, hWnd, nColor:=255 LOCAL oBrush, nSteps, nI,n local nBlue := 200 IF lInit aRect:=GetCoors(GetDeskTopWindow()) // Coordenadas de ventana IF aRect[3]>=768 // si > 600x800 la centra aRect[1]:=(aRect[3]-580)/2 aRect[2]:=(aRect[4]-800)/2 ...
by jbrita
Wed Apr 06, 2011 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Logo en ventana con areas transparentes (Solucionado)
Replies: 8
Views: 2242

Re: preview alpha 2

... endif return nil //----------------------------------------------------------------------------// METHOD SetFactor( nValue ) CLASS TPreview local lInit := .F. if nValue == nil .and. ::oWnd:oMenu != nil AEval( ::aFactor, { | v, e | v:nHelpId := e } ) nValue := ::nZFactor lInit := .T. endif if ::oWnd:oMenu ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... endif endif return nil //----------------------------------------------------------------------------// static function SetFactor( nValue ) local lInit := .F. if nValue == nil Aeval(aFactor, {|v,e| v:nHelpId := e}) nValue := nZFactor lInit := .T. endif Aeval(aFactor, {|val,elem| val:SetCheck( ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

Re: Pequeño aporte al FORO clase RPREVIEW

... , "" ) //FranciscoA METHOD BuildMenu() CLASS TPreview local oFactor //FranciscoA METHOD SetFactor( nValue ) CLASS TPreview Local lInit := .F.,n if nValue == nil .and. ::oWnd:oMenu != nil AEval( ::aFactor, { | v, e | v:nHelpId := e } ) nValue := ::nZFactor lInit := .T. endif //FranciscoA ...
by FranciscoA
Sun Aug 30, 2009 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pequeño aporte al FORO clase RPREVIEW
Replies: 13
Views: 2550

Re: Modificación a Clase RPreview

METHOD SetFactor( nValue ) CLASS TPreview
local n, lInit := .f.

< other code >
n :- 1 + ( nValue - 1 ) * 0.1
::oMeta1:SetZoomFactor( n, 2 * n )
< other code >
return nil
by Willi Quintana
Wed Aug 26, 2009 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Modificación a Clase RPreview
Replies: 12
Views: 2423

... ) METHOD Report( cTitle, lPreview, oFont, cCaption, lModal, aCols, ; cHeader, cFooter ) METHOD Reset( cField, uVal1, uVal2 ) METHOD ResetBarPos( lInit ) METHOD ResetSeek() METHOD ReSize( nSizeType, nWidth, nHeight ) METHOD TSBrwScroll( nDir ) INLINE ; TSBrwScroll( ::hWnd, nDir, If( ::oFont != ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

... endif endif return nil //----------------------------------------------------------------------------// static function SetFactor( nValue ) local lInit := .F. if nValue == nil Aeval(aFactor, {|v,e| v:nHelpId := e}) nValue := nZFactor lInit := .T. endif Aeval(aFactor, {|val,elem| val:SetCheck( ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

Antonio, after patch rpreview with :

if ! ::lZoom .and. ! lInit
// ::Zoom( .T. ) A.L. 08 Oct 2007
endif

posted in this forum, to user NageswaraRao, the left page is corrected, the font is wrong in left page, fixed with lines above.

thanks
by norberto
Tue Oct 09, 2007 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview with fwh709
Replies: 7
Views: 906

TGraph 2.0 de Alfredo Arteaga

... "FIVEWIN.CH" #Include "TGRAPH.CH" STATIC oGraph, oGlfGraph, aSerie, nTotal STATIC aSers, aPers, nGraph, aValues, aVals STATIC cFile, aItem, lInit, nRangoG //----------------------------------------------------------------------------// FUNCTION GrafVent() nRangoG:= DAY(UltimoDia(DATE())) ...
by cuatecatl82
Sat Jun 30, 2007 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGraph 2.0 de Alfredo Arteaga
Replies: 16
Views: 5867

... 128, 128, 192) //Graficas #define GRAPH_TYPE_BAR 1 #define GRAPH_TYPE_LINE 2 #define GRAPH_TYPE_POINT 3 #define GRAPH_TYPE_ALL 4 static oWnd, lInit MEMVAR cEmpresa, nEmpresa, oBmpLogo, oBmp, cFntW, cBmp, cFont //----------------------------------------------------------------------------// ...
by Miguel Salas
Sun Apr 01, 2007 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADSISSHARED,ADSISREADONLY,ISSHARED,ISREADONLY EN TDBFH
Replies: 22
Views: 6581

Return to advanced search