Search found 11 matches: nelements

Return to advanced search

Re: How to create a PRIVATE variable owned by the caller?

... When the <identifier> specification indicates an array, the syntax for specifying the number of elements for each dimension can be array[<nElements>, <nElements2>,...] or array[<nElements>][<nElements2>]... The maximum number of elements per dimension is 4096. The ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 778

Re: funciones de FWH y Harbour en un archivo .txt

... AIns(<aTarget>,<nPosition>,[<xValue>],[<lGrow>])->aTarget ALenAlloc(aArray>)->nElements Alert(<xMessage>,[<aOptions>],[<cColor>],[<nDelay>])->nChoice Alias([<nWorkarea>])->cAlias AllTrim(<cString>)->cTrimString ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Lista de funciones de [x]harbour con sus parametros para edi

... ) -> cResult AIns(<aTarget>, <nPosition>, [<xValue>], [<lGrow>]) -> aTarget ALenAlloc( aArray>) -> nElements Alert(<xMessage>, [<aOptions>], [<cColor>], [<nDelay>] ) -> nChoice Alias([<nWorkarea>]) -> cAlias AllTrim(<cString>) ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1030

... 7.0 Jul/15/2004 * ============================================================================ METHOD Default() CLASS TSBrowse Local nI, nTemp, nElements, aFields, nHeight, nStyle, nMin, nMax, nPage, ; bBlock, aJustify, cBlock, ; nWidth := 0, ; nTxtWid := 0, ; nMaxWidth := ::nWidth() - If( ::oVScroll ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

... METHOD Default() CLASS TWBrowse local n, aFields local cAlias := Alias() local nElements, nTotal := 0 local nDefaultHeight if ::oFont == nil ::oFont = ::oWnd:oFont endif nDefaultHeight:= WBrwHeight( ::hWnd,; If( ::oFont != nil, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177

YA CASI BROWSE DE HERNAN

... con la clase pero..... el cualquiera de los ejemplos al ejecutarlos me manda un error Error description: Error BASE/1003 Variable does not exist: NELEMENTS tuve que declarar un variable public nelements:=0 es eso normal?
by Marco Augusto
Tue Nov 06, 2007 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: YA CASI BROWSE DE HERNAN
Replies: 2
Views: 772

... columna?, ya puse lFirst a .T., y por cierto que version de wbrowse modificaste? ya que segun yo tengo la 17, pero en la tuya no esta el IF de nElements en el metodo NEW. asi esta mi codigo: @ 0,0 LISTBOX oBCos ; FIELDS STR((oDCos)->Codigo,4),; (oDCos)->Descri ; HEADER "Codigo", "D E ...
by Francisco Horta
Mon Apr 23, 2007 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wbrowse y xbrowse
Replies: 2
Views: 763

wbrowse y xbrowse

... la libreria wbrowse 17 de hernan con la nueva version de fwh704 y al cargar el browse me muestra un error en el metodo NEW con la variable nElements que no existe, alguna solucion? 2. como hacer una busqueda incremental con xbrowse, con wbrowse funciona perfecto, y como ejecutar una accion ...
by Francisco Horta
Mon Apr 23, 2007 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: wbrowse y xbrowse
Replies: 2
Views: 763

Error al compilar Twbrowse

... con verce, me da el siguiente error ********************* C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(733) Warning W0001 Ambiguous reference: 'NELEMENTS' C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(735) Warning W0001 Ambiguous reference: 'NELEMENTS' C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(736) Warning ...
by JoseLuis
Wed Nov 22, 2006 8:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar Twbrowse
Replies: 2
Views: 832

Estimados He bajado la clase y me esta arrojando error de variable no declarada nElements, ahora viendo la clase el metodo NEW(..). no existe la variable nElement ahora que valor deviera tener nElement if Len( ::aHeaders ) < nElements if ::Cargo ...
by Patricio Avalos Aguirre
Sat Jun 10, 2006 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Browse de Hernan para FWH 2.7 Febrero y en adelante
Replies: 4
Views: 1488

Return to advanced search