Search found 15 matches: nfields

Return to advanced search

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

... AFields([<aFieldsnames>],[<aTypes>],[<aWidths>],[<aDecimals>])->nFields AFill(<aTarget>,<expValue>,[<nStart>],[<nCounts>])->aTarget AfterAtNum(<cSearch>,<cString>,[<nCount>],[<nSkipChars>])->cResult ...
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

Re: Resolucion en pantalla

... oDevMode MEMBER cDevName AS STRING LEN 32 MEMBER nSpecVer AS WORD MEMBER nDrvVer AS WORD MEMBER nSize AS WORD MEMBER nDrvExtra AS WORD MEMBER nFields AS DWORD MEMBER nOrientat AS WORD MEMBER nPaperSiz AS WORD MEMBER nPaperLen AS WORD MEMBER nPaperWid AS WORD MEMBER nScale AS WORD MEMBER nCopies ...
by russimicro
Thu Aug 13, 2015 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resolucion en pantalla
Replies: 7
Views: 2587

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

... [<nStart>], [<nCount>]) -> aArray AFields([<aFieldsnames>], [<aTypes>], [<aWidths>], [<aDecimals>]) -> nFields AFill(<aTarget>, <expValue>, [<nStart>], [<nCounts>]) -> aTarget AfterAtNum( <cSearch>,<cString>, [<nCount>], ...
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

Re: CAMBIO RESOLUCION PANTALLA

... oDevMode MEMBER cDevName AS STRING LEN 32 MEMBER nSpecVer AS WORD MEMBER nDrvVer AS WORD MEMBER nSize AS WORD MEMBER nDrvExtra AS WORD MEMBER nFields AS DWORD MEMBER nOrientat AS WORD MEMBER nPaperSiz AS WORD MEMBER nPaperLen AS WORD MEMBER nPaperWid AS WORD MEMBER nScale AS WORD MEMBER nCopies ...
by Maggiro
Sat Apr 19, 2014 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIO RESOLUCION PANTALLA
Replies: 28
Views: 8650

... oDevMode Member cDevName AS STRING LEN 32 Member nSpecVer AS WORD Member nDrvVer AS WORD Member nSize AS WORD Member nDrvExtra AS WORD Member nFields AS DWORD Member nOrientat AS WORD Member nPaperSiz AS WORD Member nPaperLen AS WORD Member nPaperWid AS WORD Member nScale AS WORD Member nCopies ...
by jaba
Mon Oct 27, 2008 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar resolucion
Replies: 10
Views: 2739

... oDevMode Member cDevName AS STRING LEN 32 Member nSpecVer AS WORD Member nDrvVer AS WORD Member nSize AS WORD Member nDrvExtra AS WORD Member nFields AS DWORD Member nOrientat AS WORD Member nPaperSiz AS WORD Member nPaperLen AS WORD Member nPaperWid AS WORD Member nScale AS WORD Member nCopies ...
by horacio
Mon Oct 27, 2008 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar resolucion
Replies: 10
Views: 2739

Re: Ayuda con creación de GETs

... es debido a que en tu bucle "for" creas los objetos gets, pero la ejecución del programa continua y la variable n cuando sale del bucle es igual a nfields + 1, entonces cuando se activa el dialogo y se ven los gets intenta asignarles el valor avarget[nfields+1], que está fuera del rango de avarget. ...
by gmart1
Fri Aug 29, 2008 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con creación de GETs dinámicos (Solucionado)
Replies: 4
Views: 982

Arrays

... > aTmp:={} > return Static Function fillCol( aLbx, I ) Return FieldWBlock( aTmp[2][i], Select( lbxtmp ) ) Function Dbf2Arr( cAlias ) Local nFields := (cAlias)->( FieldCount( ) ) Local aData := {} Local aFields := {} Local n := 0 (cAlias)->( DbGotop( ) ) While !(cAlias)->( Eof( ...
by Antonio Linares
Wed Aug 27, 2008 7:32 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65246

Re: ADOBASE, Nueva clase para manipular RECORDSET de ADO

... {} ? A ver que te parecen estas sencillas modificaciones: /* ******************** */ METHOD New( oConnect, cTable, cSelect ) CLASS TAdoBase ... ::nFields:=oRs:Fields:Count ::aBuffer := Array( ::nFields ) ::Load() ... return Self /* ******************** */ METHOD Load() CLASS TAdoBase local n:=0 ...
by FiveWiDi
Fri Apr 11, 2008 8:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADOBASE, Nueva clase para manipular RECORDSET de ADO
Replies: 55
Views: 14805

... oDevMode MEMBER cDevName AS STRING LEN 32 MEMBER nSpecVer AS WORD MEMBER nDrvVer AS WORD MEMBER nSize AS WORD MEMBER nDrvExtra AS WORD MEMBER nFields AS DWORD MEMBER nOrientat AS WORD MEMBER nPaperSiz AS WORD MEMBER nPaperLen AS WORD MEMBER nPaperWid AS WORD MEMBER nScale AS WORD MEMBER nCopies ...
by Manuel Valdenebro
Fri Feb 08, 2008 9:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIO RESOLUCION PANTALLA
Replies: 28
Views: 8650

... MEMBER cDevName AS STRING LEN CCDEVICENAME MEMBER nSpecVer AS _INT MEMBER nDrvVer AS _INT MEMBER nSize AS _INT MEMBER nDrvExtra AS _INT MEMBER nFields AS DWORD MEMBER nOrientat AS _INT MEMBER nPaperSiz AS _INT MEMBER nPaperLen AS _INT MEMBER nPaperWid AS _INT MEMBER nScale AS _INT MEMBER nCopies ...
by horacio
Wed Feb 06, 2008 10:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIO RESOLUCION PANTALLA
Replies: 28
Views: 8650

Some changes in xBrowse, to read, edit a. write OemToAnsi

... METHOD SetRDD( lAddColumns ) CLASS TXBrowse local oCol local cAlias, cAdsKeyNo, cAdsKeyCount local nFields, nFor DEFAULT lAddColumns := .T. if Empty( ::cAlias ) ::cAlias := Alias() if Empty( ::cAlias ) return nil endif endif cAlias := ::cAlias DEFAULT ...
by ukoenig
Mon Jan 28, 2008 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some changes in xBrowse, to read, edit a. write OemToAnsi
Replies: 0
Views: 701

Share add on xbrowse method save() as dbf,excel

... TXBrowse LOCAL oExcel, oHoja LOCAL nRow := 1, nCol,i,i2,nchoice:=1,lok:=.f. LOCAL cBuffer local cDBF LOCAL cValue LOCAL cTable LOCAL nHandle LOCAL nFields LOCAL nField LOCAL nPos ,ofont14,odlg2,cvaltype LOCAL aarray1 local Arry1:={},arry2:={},cfile1:="d:\aaa.dbf"+SPACE(15),arry3,cAlias1,utmpvar,utmpvar1 ...
by ShumingWang
Sat Dec 08, 2007 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Share add on xbrowse method save() as dbf,excel
Replies: 2
Views: 970

... */ LOCAL oExcel, oHoja LOCAL nRow := 1, nCol,i,i2,nchoice:=1,lok:=.f. LOCAL cBuffer local cDBF LOCAL cValue LOCAL cTable LOCAL nHandle LOCAL nFields LOCAL nField LOCAL nPos ,ofont14,odlg2,cvaltype LOCAL aarray1 local Arry1:={},arry2:={},cfile1:="d:\aaa.dbf"+SPACE(15),arry3,cAlias1,utmpvar,utmpvar1 ...
by ShumingWang
Wed Oct 11, 2006 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Database handle
Replies: 6
Views: 2310

... simplemente los grabo con el Update(). ----------------------------------------- METHOD Save() CLASS tAdoRs LOCAL oError LOCAL lResult LOCAL n, nFields LOCAL lChange := .F. LOCAL uBkMrk LOCAL cType lResult := .T. TRY if ::lNeedUpd if ::lBuffer for n := 1 to len( ::aBuffer ) if ::oRs:Fields(n-1):value ...
by jllinas
Wed Mar 29, 2006 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO no me funciona en una tabla en especifico
Replies: 14
Views: 6818

Return to advanced search