topic
stringlengths
1
63
text
stringlengths
1
577k
APPEND FROM DELIMITED
Manuel, No se cual pueda ser tu problema. Desaconsejo utilizar el APPEND FROM DELIMITED por el delimitador. Imaginate que tienes un asterisco en el telefono o en la direccion: pues ya la tenemos liada. Asi que te aconsejo hacer una lectura con el lector de archivos txt que tiene fw, transformarla en un array de token...
APPEND FROM DELIMITED
hmpaquito, muchas gracias por el consejo.
APPEND FROM DELIMITED
Manuel, Si aún no lo has solucionado, ¿podríamos ver, al menos, las primeras 10 líneas del .txt? Saludos.
APPEND FROM not working when CDX file exist
I am not able to append from a dbf file when it has a .CDX file associated with it. The only way I can do it is to delete the cdx file first, then do an "INDEX ON..." to rebuild it after I append from it. Is this a limitation of xHarbour or is it a bug? Charles
APPEND FROM not working when CDX file exist
Can you show a reduced sample of the problem? EMG
APPEND FROM not working when CDX file exist
Enrico - You can download a sample that shows the problem from <!-- m --><a class="postlink" href="http://www.softraksystems.com/download/append.zip">http://www.softraksystems.com/download/append.zip</a><!-- m --> Run the exe file and look at the prg file. I also included the error.log which appears in the app direc...
APPEND FROM not working when CDX file exist
Page not found. Please paste here the PRG showing the problem. EMG
APPEND FROM not working when CDX file exist
Enrico - Now the download link works. Sorry I didn't test it before. Charles
APPEND FROM not working when CDX file exist
The following sample works fine here: [code:gzeb0yxy]REQUEST DBFCDX FUNCTION MAIN&#40;&#41; RDDSETDEFAULT&#40; "DBFCDX" &#41; DBCREATE&#40; "ERRTEST", &#123; &#123; "TEST", "C", 35, 0 &#125; &#125; &#41; USE ERRTEST INDEX ON FIELD -> test TO ERRTEST APPEND BLANK REPLACE FIELD -> test WI...
APPEND FROM not working when CDX file exist
Enrico, It has been some time since I used "Append". But if I remember well, the file from which you append, must be closed. Could that solve your problem ? Good luck.
APPEND FROM not working when CDX file exist
Yes, you are right, as COPY TO opens the destination file in exclusive mode. EMG
APPEND FROM not working when CDX file exist
Enrico - The following code is very simple, and causses the error to occur. Rather than using dbcreate as you did, I am using the customer.dbf from the FWH samples folder. The first time you run this, un-comment the COPY TO CUST line to produce the tcust.dbf. REQUEST DBFCDX RDDSETDEFAULT("DBFCDX") USE CUSTOMER N...
APPEND FROM not working when CDX file exist
Same error with Clipper. The reason is that you can't use aliases inside the index key. Change as follows: [code:2e06dvv1]INDEX ON FIELD->LAST TAG LAST INDEX ON FIELD->SALARY TAG SALARY[/code:2e06dvv1] EMG
APPEND FROM not working when CDX file exist
That fixes it. Many thanks, Enrico. I have some code to change in some of my apps. Charles
AP_GETENV
Dear Antonio, Where do I find AP_GETENV in source code. In apache.prg I see: extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE Can you please explain to me what this means. Thank you so much. Best regards, Otto
AP_GETENV
Dear Otto, [url:3row6b4s]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/source/in&#46;c[/url:3row6b4s] [code=fw:3row6b4s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> AP_GETENV <span style="color: #0000...
AP_GETENV
Dear Otto, > extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE To force the link of those symbols
ARBOLES
alguien me podria facilitar un ejemplo operativo de TREE GRACIAS
ARBOLES
Amigo Revisas el ejemplo TESTTREE.PRG en SAMPLES, ok?
ARCHIVO TESTMERG.PRG
Hola amigo como Actualizo los Total en este Archivo TestMerg,prg ya que le agregue el edit WITH OBJECT oBrw:aCols[ 5 ] :nEditType := EDIT_GET :nFooterType := AGGR_SUM END pero no actuliza el total solo el gran total Saludos
ARCHIVO TESTMERG.PRG
Agregale oBrw:MakeTotals() despues de salir de la edicion.
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Estimados amigos Estoy usando en Rpreview en una aplicacion y me encuentro con que es imposible borrar los metafiles que se generan en el \TEMP de windows. Cuando la aplicación arranca hago un aEval(Directory(Gentenv('TEMP')+'\*.emf'),{|aFiles| ferase(Getenv('TEMP')+'\'+aFiles[1])}) y se borran todos perfectamente. Ah...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Intenta asi, al salir del sistema(programa principal), [code=fw:2pxr1ehw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> LIBERA_TODO<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;DELETEFILE<span ...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Hola Karinha un gusto conocerte! muchas gracias por tu aporte. Lo probe pero los *.EMF siguen sin permitir ser borrados hasta que no salgo totalmente de la aplicación o entro de nuevo. Por lo que veo la Rpreview los genera y los abre para mostrarlos y luego no los libera mas y es imposible borrarlos. Lo que pasa que en...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Creo, sea mejor generar todo en *.PDF, yo hago asi y no tengo problemas y és más seguro. [img:3sj8hviv]https&#58;//i&#46;imgur&#46;com/t2rlh6w&#46;png[/img:3sj8hviv]
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
[code=fw:3rturfsg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"Directry.ch"</span><br /><br /><span style="color: #00C800;"...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Hora Karinha Gracias por seguir ocupandote del tema. Te explico...cuando recien entras a la aplicacion o cuando ejecutas la Libera_todo despues de haber terminado la aplicación (saliste de la oWnd del main) los archivo se borran sin problemas. El problema surge una vez que has hecho un preview. A partir de alli TODOS l...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Mira en RPREVIEW.PRG si el comando DELETEMETAFILE(), está funcionando; Saludos.
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
el DeleteEnhMetafiles() no los borra Estuve mirando con el comando OPENFILES del sistema y me muestra que todos los *.emf estan abiertos por la aplicación (el oWnd main del EXE de FWH) Hasta que no salgo de la misma no se liberan!!! Pasa en cualquier version de windows. Hay algo en el ejecutable que los mantiene abier...
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Que raro. En mi versión FWH 1204, los EMF son borrados inmediatamente después de cerrar el preview. Por supuesto si no cierras el preview no se puede borrarlos. Tienes modificada la classe tprinter, metodo end()? Seria bueno que mostraras tu código. Saludos.
ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos
Tengo el fwh 18 y la clase tprinter y rpreview estan originales. Compare el metodo end() con el de versiones anteriores y es igual. Hay algo que mantiene los emf capturados y impide actuar al ferase() del metodo end(). He probado con oprinter:end() y oprinter:=nil y nada Ya me canse voy a tratar por otro lado Muchas ...
ARCHIVOS . MEM
Problema SOLUCIONADO, favor de hacer caso omiso al mensaje anterior. Gracias Ricardo E. Guardado Flores
ARCHIVOS .MEM
HolaTodos venimos de Clipper, y soliamos utilizar el famomo HEADMAIN.MEM que no era mas que un file donde guardabamos variables de memoria, herede esta costumbre al paso al FiveWin (16 bits) aun, y sospecho que me esta generando los problemas de GPF, las variables contenidas en este archivo pasan a ser PUBLICAS y por e...
ARCHIVOS .MEM
Luis,Que variables estas guardando en ese fichero MEM ?Desde donde y cuando las restauras ?
ARCHIVOS .MEM
Hola AntonioGracias por tu respuesta, en ese file guardo los nombres de las tablas que utilizo, Pictures y otras :USE &FIL01USE &FIL02..... Como comprenderas son casi com cincuenta, y parametros de mis sistemas, decimales, ruta de mi servidor, impuestos y demas.y lo abro al inicio del sistema, en mi modulo principal al...
ARCHIVOS .MEM
Luis,> ahora con regular exito. El problema cual es ? GPFs ?Donde ocurren ? Has puesto trazas en tu programa usando MsgInfo() para localizar el punto exacto en donde se genera un GPF ?Tendrás que generar un fichero MAP usando MAP A,S con Bliker y buscar la dirección del GPF dentro de él.Mi mejor consejo es que migres a...
ARCHIVOS .MEM
El problema es que se ha vuelto inestable, debido a los problemas de GPF, en las listas de articulos muestra un grafico con el ON CHANGE del LISTBOX y si lo pasa muy rapido da error stck fault 650, uso la TIMAGE para poder mostrar JPG, el scroll del mouse no va para arriba... y no logro solucionar estos inconvenientes...
ARCHIVOS .MEM
Hola Luis:Seguramente ese problema es que estas usando NViewlib o algo parecido. Ese fue unos de mi problemas en 16 bits.(Si las imagenes son JPG prueba primerpo con BMPs)Ahoar con 32 bits, no ocurre, usas JPG o BMP sin problemas.De todos modos trata de ubicar la FreeImage.dll, y buscaen utilidades en el foro que debe ...
ARCHIVOS JSON
Estimados, tiempo atras.. plantee mal una consulta con respecto a trabajar con ciertos archivos, que no conocia.. lei mejor y son archivos del tipo JSON, me falto conocer mas... el caso es que busque aca.. pero no sale algo muy claro.. y se esta dando mucho que ciertas respuestas de datos te los entreguen en ese format...
ARCHIVOS JSON
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=191101#p191101">viewtopic.php?p=191101#p191101</a><!-- l -->
ARCHIVOS PDF
Luis descargate desde este enlace los archivos que utilizo para la librería tpdf, y también la librería que esta enlazada con bcc582 y harbour <!-- m --><a class="postlink" href="https://www.4shared.com/zip/JFhHppTpce/tpdfh.html">https://www.4shared.com/zip/JFhHppTpce/tpdfh.html</a><!-- m --> Con esta librería funcio...
ARCHIVOS PDF
Buenos Dias Es necesario crear archivos PDF desde mi aplicacion, encontre información en el Foro referente a PDFLIB y TPDF (no se sin lo mismo) use la segunda por que encontre un link que puso Karinha: como clase propia de FiveWin [url:amgb33gm]https&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/de...
ARCHIVOS PDF
Hola Lucho,,, ve esto.. [code=fw:ys0vgrql]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oPdf:<span style="color: #000000;">PdfSetFont</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"COURIER NEW"</span>, <span style="color: #000000;">0</span>, nFontPdf <span style="colo...
ARCHIVOS PDF
Hola Willy Gracias por tu respuesta no corre, me da error: oPdf:PdfSetFont( "COURIER NEW", 0, nFontPdf ) que valores puede contener nFontPDf; le puse valor 10 y pasó PdfSay(oPdf, "EMPRESA", 2.5, 2.5, "TIMES", BOLD, 10) PdfSay(oPdf, "COTIZACION", 3.0, 8.0, "TIMES", NORMAL, 20) PdfSay(oPdf, "SRS: " + cNombre, 3.5, ...
ARCHIVOS PDF
Willy Me debe faltar algunos #define He resuelto los mensajes, agregué las variables y me dió el mismo resultado "Error al procesar pagina. Número fuera de rango" Debe ser algo relacionado con la construccion de la clase
ARCHIVOS PDF
Luis,,,, faltaba las cabeceras [code=fw:2ptw549r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /># include <span style="color: #ff0000;">"fivewin.ch"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// 0x4L |</span><br /># include <span style="color: #ff...
ARCHIVOS PDF
Willy Agregué las cabaceras # include "report.ch" # include "dtpicker.ch" # include "xbrowse.ch" tambien oPdf:PdfInfo( "COTIZACION", "" ,"", "" ) y sigue el mismo error Error al procesar pagina, numero fuera de rango Abre el Adobe Reader, el documento en blanco y el mensaje de error
ARCHIVOS PDF
Fijate en este ejemplo que esta funcionando y podes reemplazar las variables y probalo Y fijate si tenés las cabeceras #include "PdfHbDoc.ch" #include "Pdf.ch" [code=fw:1mou49ln]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> &nbsp;impibrpdf<span style="c...
ARCHIVOS PDF
Me olvidé de esta función [code=fw:mxlicr2x]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> titpdef<span style="color: #000000;">&#40;</span> oPdf <span style="color: #000000;">&#41;</span><br /><br />   opdf:<span style="color: #000000;">Pdfnewpage</span><span s...
ARCHIVOS PDF
Gracias lo pruebo y comento
ARCHIVOS PDF
Willy y SurGom me da el mismo error "Error al procesar pagina, numero fuera de rango" Abre el Adobe Reader, el documento en blanco y el mensaje de error e incluir el PDF.ch, me da errores en los FONTS, NORMAL, BOLD.....
ARCHIVOS PDF
Hola SurGom Esa libreria es para xHarbour??, la bajo y te aviso Gracias
ARCHIVOS PDF
Fijate que la librería que te envío es para harbour. Compila los prg con xharbour Luis
ARCHIVOS PDF
Esta está compilada con xharbour <!-- m --><a class="postlink" href="https://www.4shared.com/file/MzS1IZWtba/tpdf.html">https://www.4shared.com/file/MzS1IZWtba/tpdf.html</a><!-- m -->
ARCHIVOS PDF
Saludos Luis Retomo este post, logre compilar los 2 ejemplos el de la PDFLIB y el de la TLIB, pero en ambos casos cuando ejecuto me sale el siguiente mensaje : "Error al procesar pagina, numero fuera de rango" Necesito crear PDFs sencillos directamente desde codigo, gracias
ARCHIVOS PDF
La solución es usar harupdf . Mirate en el foro , existen bastantes posts sobre el asunto . Harupdf esta dentro de las contrib de harbour y tenemos una clase de Carlos Mora que la hace casi compatible con tprinter de fwh . si usas windows 10 otra opcion es usar la impresora "Microsoft print to pdf" que viene con él , ...
ARCHIVOS PDF
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33439">viewtopic.php?f=6&t=33439</a><!-- l -->
ARCHIVOS PDF
Estimados, gracias por su apoyo Al final, decidi por modificar la rpreview.prg del FWH, segun sea el caso muestra el preview y espera, lo normal o muestra el preview y genera automaticamente el PDF que era lo que necesitaba.
ARCHVIO TXT
amigo tengo este codigo cArchivoTxt :=memoread("C:\SYSTEMA\PTO_CORSSA\salida.txt") If Empty(cArchivoTxt) MsgAlert("Archivo Vacio","Atencion" ) ElseIf !File(cArchivoTxt) MsgAlert("Archivo no se Encuentra","Atencion" ) EndIf y siempre me sale archivo no se encuentra saludos
ARCHVIO TXT
alguna ayuda es urgente el problema saludos
ARCHVIO TXT
[code=fw:3ml8hxjc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</sp...
ARCHVIO TXT
I think it's happening because you are using a long name in the path (\PTO_CORSSA). Try change to this: cArchivoTxt := memoread(Lfn2Sfn("C:\SYSTEMA\PTO_CORSSA\salida.txt"))
ARCHVIO TXT
Very good Vilian, [code=fw:33z7oekk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// FiveWin long filenames management.</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #B900B...
ARCHVIO TXT
[quote="jbrita":1xij67l9]amigo tengo este codigo cArchivoTxt :=memoread("C:\SYSTEMA\PTO_CORSSA\salida.txt") If Empty(cArchivoTxt) MsgAlert("Archivo Vacio","Atencion" ) ElseIf !File(cArchivoTxt) MsgAlert("Archivo no se Encuentra","Atencion" ) EndIf y siempre me sale archivo no se encuentra saludos[...
ARCHVIO TXT
Es pequeñito pero mal diseñado desde el principio Cabia a esto: [code=fw:3ffmyjs2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    cMyFile := <span style="color: #ff0000;">"C:<span style="color: #000000;">\S</span>YSTEMA<span style="color: #000000;">\P</span>TO_CORSSA<span style="color: #000000;">\s<...
ARM9 Samsung S3C24x0 based dev kit?
Hello all, I'm looking for an ARM9 based development kit, with the SDRAM of at least 64M, ethernet, audio and LCD connection. Better would it be if it would be Samsung S3C24x0 based. I have been looking around for a long time and found nothing exactly meets my requirement. Would anyone of you plz recommend one to me? t...
ARM9 Samsung S3C24x0 based dev kit?
Do you mean a Pocket PC hardware or are you looking for a software development tool for that hardware ?
ARM9 Samsung S3C24x0 based dev kit?
Hi Antonio..I mean hardware, a development board I finally found one kit named AT2440 yesterday at [url:os6w1pwp]http&#58;//www&#46;developmentboard&#46;net[/url:os6w1pwp]. What do you think of it?I think it would be perfect for me. The board is nice, it meets allof my requiremenst, and contains all the necessary acces...
ARRAY
how I can del an element of a array and refresh the array ? I have a array aData sample 56,.t. 102,.f. 103,.f. I want delete only the array element with .t. and refresh the array aData
ARRAY
// I want delete only the array element with .t. and refresh the array aData PRIVATE aData[5][2] aData[1] := { [color=#FF0000:eemvntuc]56[/color:eemvntuc], .T. } aData[2] := { 102, .F. } aData[3] := { 103, .F. } aData[4] := { [color=#FF0000:eemvntuc]104[/color:eemvntuc], .T. } aData[5] := { 105, .F. } [color=#00BF00:...
ARRAY
This is simpler [code=fw:290xxoy2]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">&#40;</span> AClone<span style="color: #000000;">&#40;</span> aData <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#123;</span> |a,i| <span style="color: #00C800;">I...
ARRAY
Take note, in Rao's code, ADel() has 3 parameter. The 3rd parameter is an xHarbour extension which I think is not supported by Harbour
ARRAY
[quote="hua":5aavhqyb]Take note, in Rao's code, ADel() has 3 parameter. The 3rd parameter is an xHarbour extension which I think is not supported by Harbour[/quote:5aavhqyb] This works with Harbour too. Just link xhb.lib. Harbour make file in samples folder includes this lib
ARRAY
Dear Rao: [quote="nageswaragunupudi":3m6sxp1e] This works with Harbour too. Just link xhb.lib. Harbour make file in samples folder includes this lib[/quote:3m6sxp1e]The function in xhb.lib that does the job is named xhb_adel() Best regards. Manuel Mercado Gómez.
ARRAY
Thanks Mr. Mercado. Yes. You are right. If we need syntax compatibility with xharbour, we need to include xhb.ch in the program file and link it with xhb.lib. The logic I posted above is faulty. Here is the corrected one [code=fw:2qmxgmfo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #...
ARRAY
thanks to all. I corrected the error .
ARRAY + FOLDER + XBROWSE + BUSQUEDA
Amigos algun ejemplo de array folderex , BUSQUEDA y xbrowse saludos
ARRAY + FOLDER + XBROWSE + BUSQUEDA
Ningun colega a tenido la oportunidad de trabajar con estos controles al mismo tiempo saludos
ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO)
Saludos, he necesitado los titulos de las columnas de un xBrowse para alimentar un combobox y asi que el usuario decida por donde hacer el rodenamiento o busqueda, mi pregunta es, existe una VAR en la clase xBrowse que me devuelvo todos los nombres definidos de las columnas, algo como aHeader, pero que devuelva cHeader...
ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO)
Jose La forma como lo haces es la correcta, no se guarda los "prompt" de las columnas en un array aparte pues ya estan creados en los objetos columnas, eso evita tener informacion repetida
ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO)
Ok Daniel, gracias por el dato, por lo menos no estaba tan perdido, jejeje, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
ARRAY EMpty
Can I see if an array is empty or Full ? I must show a ok.bmp if aNumbers[1] is full or if is Empty I must show No.bmp
ARRAY EMpty
[code=fw:2i78qvfb]<div class="fw" id="{CB}" style="font-family: monospace;">iif<span style="color: #000000;">&#40;</span>aNumbers<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = <span style="color: #00C800;">nil</span>,<span style="color: #ff00...
ARRAY EN BROWSE ( TSBROWSE)
Alguien me podria explicar como usar BROWSE con ARRAY, yo uso TSBROWSE,, ahi defino con ADD COLUMN TO Obrw ARRAY ELEMENT algun ejemplo util GRACIAS
ARRAY EN BROWSE ( TSBROWSE)
te envie algo a tu privado, espero te ayude, es de ayuda de otros colegas.
ARRAY EN BROWSE ( TSBROWSE)
Asi lo tengo yo Saludos [code:25jo9lws] oBrw &#58;= TXBrowse&#40;&#41;&#58;New&#40; oDlg &#41; oBrw&#58;CreateFromResource&#40; 100 &#41; oBrw&#58;SetArray&#40; aDatos, &#46;t&#46; &#41; // &#46;t&#46; para que haga sort de los datos oBrw&#58;aCols&#91;1&#93;&#58;cHeader &#58;= "TD" oBrw&#58;aCols&#...
ARRAY EN BROWSE ( TSBROWSE)
Yo uso el wbrowse de Hernán y funciona muy bien con arrays @15,1 listbox listrubros fields str(arubros[listrubros:nat][1],10,0)),; arubros[listrubros:nat,2],; arubros[listrubros:nat,3]; headers "Rubro", "Descripcion", "Medida"; fieldsizes...
ARRAY EN BROWSE ( TSBROWSE)
mandame tu correo y te mando un ejemplo. El mio es <!-- e --><a href="mailto:horacio_dellacasa@yahoo.com.ar">horacio_dellacasa@yahoo.com.ar</a><!-- e --> Saludos
ARRAY RDD
I remember to have read that array rdd is available. Can any one help me where can i get it please? Nageswara Rao
ARRAY RDD
It is in the xHarbour CVS: source\rdd\usrrdd\rdds\arrayrdd.prg EMG
ARRAY RDD
Thank you very much pls Regards NageswaraRao
ARRAY RDD
For Harbour already exists a more complete version of this class With Index support, and for xharbour exist same ?
ARRAY or DATABASE with oLbx?
Hello Antonio, I found out that a kind of „recordset” approach - oLbx with ARRAY - works much faster than using the database. Are you aware of advantages / disadvantages of using ARRAYS. Thanks in advance Otto With ARRAY (much faster) [code=fw:1p26lco0]<div class="fw" id="{CB}" style="font-family: monospace;"><span st...
ARRAY or DATABASE with oLbx?
Otto, An array is entirely hold in memory, it does not need any disk access, thus it is faster. Anyhow, if you are doing your tests in the Pocket PC memory card, please keep in mind that the memory card as harddisk is slower than using a Pocket PC folder in its harddisk.
ARRAY or DATABASE with oLbx?
Hello Antonio, I made more tests and found out that it is the "select for to" what makes it slow. Best regards, Otto
ARRAY or DATABASE with oLbx?
Otto, > "select for to" Yes, as it works as a filter. You should always use conditional indexes instead
ARRAY or DATABASE with oLbx?
Hello Antonio, conditional is the solution. Now it is high speed. Best regards, Otto
ARRAY over 4096 elements
I need to use array longer than 4096 elements (multidimensional if possible), and it is verry important to be used in LISTBOX. Some sugestions ?[/b]
ARRAY over 4096 elements
Clipper arrays are limited to 4096 elements. There is a workaround that consists on using the latest element to point to another array: aTest[ 4096 ] = Array( 4096 ) Anyhow we do recommend you to port your Clipper application to Harbour/xHarbour where these limitations no longer exist
ARRAY over 4096 elements
Hi Antonio and thanks for fast answer. -> aTest[ 4096 ] = Array( 4096 ) I will try to use this ....but how to use it in LISTBOX and view that 9191 elements ? Best regards, Pande.