Search found 16 matches: nscope

Return to advanced search

Re: New txbrowse

... AS LOGICAL DATA oFont_6 ..... que cuando la compilo da este .ppo: _HB_CLASS TFactur_1 ; function TFactur_1 ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, ...
by FiveWiDi
Sat Apr 13, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 366

Re: Iniciando con mod_harbour

... solucionarlo: File Source customer.prg Code _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( "New", @Customer_New(), nScope + iif( .T., 8, 0 ) + iif( .F., 256, 0 ) + iif( .F., 2048, 0 ) ) Description Syntax error "syntax error at '_HB_MEMBER'" Operation line: ...
by EBM
Fri Oct 08, 2021 6:36 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3767

Re: FW_ExceltoDbf version in FW 2102

... "syntax error at '->'" tester.prg(65) Warning W0001 Ambiguous reference 'OCLASS' tester.prg(65) Warning W0001 Ambiguous reference 'NSCOPE' tester.prg(130) Error E0019 #error 'Invalid instance variable name <->(dbgotop())>' tester.prg(130) Error E0030 Syntax error "syntax ...
by Marc Venken
Mon Mar 29, 2021 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2569

Ayuda con Mod_Harbour Mercury class

... Value File Source customer.prg Code _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( "New", @Customer_New(), nScope + iif( .T., 8, 0 ) + iif( .F., 256, 0 ) + iif( .F., 2048, 0 ) ) Description Syntax error "syntax error at '_HB_MEMBER'" Operation line:17 ...
by RSalazarU
Thu Mar 11, 2021 3:05 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 2
Views: 438

Ayuda con Mod_Harbour Mercury class

... Value File Source customer.prg Code _HB_MEMBER New( oController) AS CLASS Customer; oClass:AddMethod( "New", @Customer_New(), nScope + iif( .T., 8, 0 ) + iif( .F., 256, 0 ) + iif( .F., 2048, 0 ) ) Description Syntax error "syntax error at '_HB_MEMBER'" Operation line:17 ...
by RSalazarU
Thu Mar 11, 2021 1:45 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 0
Views: 324

Re: How to Create Easy Report Designer Files ?

... Error E0030 Syntax error "syntax error at 'FUNCTION' " .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'NSCOPE' .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS' .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS' ...
by Otto
Sun Jan 06, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7018

Re: How to Create Easy Report Designer Files ?

... Error E0030 Syntax error "syntax error at 'FUNCTION' " .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'NSCOPE' .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS' .\source\ereport.prg(5291) Warning W0001 Ambiguous reference 'S_OCLASS' ...
by Otto
Sat Jan 05, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7018

Re: Objeto ficticio

... (un ejemplo de metaclase por cierto, una clase capaz de crear clases)... bueno bueno que me voy... El prototipo es AddMethod( cMethod, sFuncSym, nScope ) o sea "cMethod" una cadena con el nombre del metodo, "sFuncSym" un puntero a la funcion que implementa el metodo en sí ...
by xmanuel
Wed Oct 01, 2014 10:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto ficticio
Replies: 18
Views: 3618

Re: Get the current scope values

OrdScope( nScope, [newvalue] ) returns the old value in DBFCDX
by nageswaragunupudi
Tue Jan 29, 2013 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get the current scope values
Replies: 2
Views: 457

Re: añadir una data a una class

Patricio,

Esta es la forma sencilla:

__objAddData( oObject, cSymbol, nScope, lPersistent, lCase )

Code: Select all  Expand view

myVar := pApp():New()
__objAddData( myVar, "Z")
 


Saludos,

Andres Reyes
by andresreyes_mzt
Mon Jul 19, 2010 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: añadir una data a una class
Replies: 2
Views: 442

Re: Invalid lvalue 'Numeric'

... cName AS STRING, OPTIONAL SuperParams ) AS CLASS HBClass Create() AS OBJECT Instance() AS OBJECT AddClsMethod( cName AS STRING, @MethodName(), nScope AS NUMERIC, n2 AS NUMERIC, n3 AS NUMERIC ) AddMultiClsData( cType AS STRING, uVal, nScope AS NUMERIC, aDatas AS ARRAY OF STRING ) AddMultiData( ...
by acwoo1
Mon Jul 05, 2010 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invalid lvalue 'Numeric'
Replies: 3
Views: 941

Una de Clases

... _HB_CLASS xMySQLClass function xMySQLClass() local oRs,nScope,acFields:={} static s_oClass // Como puedo pasar la variable cTable oRs := TMsQuery(oConexion, "show columns from "+alltrim(cTable)) ...
by softruz
Wed Apr 21, 2010 10:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de Clases
Replies: 6
Views: 1000

... del Clipper. Dalle Norton Guides: ORDSCOPE() Set or clear the boundaries for scoping key values in the controlling order Syntax ORDSCOPE(<nScope>, [<expNewValue>]) --> uCurrentValue Arguments <nScope> is a number specifying the top (TOPSCOPE) or bottom (BOTTOMSCOPE) boundary. ...
by Enrico Maria Giordano
Mon Sep 22, 2008 4:51 pm
 
Forum: All products support
Topic: XBROWSE: clausola SELECT per filtrare solo alcuni record
Replies: 7
Views: 1522

Refresh vars in Office2007-Bar from MDI-Child ? => solved

... FUNCTION PROG_4(oDlg,aCtrl,nPage,aCors) LOCAL oFile1, oBrw5 LOCAL oFilter, oSUCH, aSCOPE, oINDKEY LOCAL oOemAnsi, lClrFlag :=.f. LOCAL nSCOPE := 1 LOCAL cFilter := SPACE( 70 ) LOCAL cFELD := "", l_INDEX := .F. LOCAL lOemAnsi := .T., cOemAnsi := "" LOCAL cFile1 := GET_DBF2() LOCAL DBFTYP ...
by ukoenig
Fri Feb 01, 2008 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Problem with xBrowse in MDI-Childs

... oBtn2, obtn3, oBtn4, oBrw5, DBFTYP := "" local oFilter, cFilter := SPACE( 70 ), cFELD := "", l_INDEX := .F. local oSUCH, cSUCH := "", aSCOPE, nSCOPE := 1 local oEXPORT, cEXPORT := "EXPORT.DBF ", oINDKEY, cINDKEY := "" local oOemAnsi, cOemAnsi := "" DEFINE DIALOG aCtrl[nPage] RESOURCE "BROWSER" ...
by ukoenig
Tue Jan 29, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse in MDI-Childs
Replies: 3
Views: 1125
Next

Return to advanced search