topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
raro funcionamiento de la tecla escape | Fernando,Cambia esta línea así:[code:241bngxq]
ACTIVATE DIALOG oDlg NoWait Valid ( oWnd:PostMsg( WM_CHAR, VK_ESCAPE ), .T. )
[/code:241bngxq] |
raro funcionamiento de la tecla escape | Antonio,Gracias por la respuesta. El cambio que me indicas funciona correctamente siempre y cuando el valid cierre el cuadro de dialogo.Con que se cambie el valid a .F. ya pasa dos veces por el msginfo[code:wdf67ilm]ACTIVATE DIALOG oDlg NoWait Valid ( oWnd:PostMsg( WM_CHAR, VK_ESCAPE ), .F. )... |
raro funcionamiento de la tecla escape | Fernando,El problema es que una vez que el GET se deshabilita, la tecla ESC ya no va a ser procesada.El que ESC se procese dos veces puedes controlarlo con:SetDialogEsc( .F. )No te serviría un botón de la barra que al pulsarlo sea para salir ? como si se pulsase la X de cierre de la ventana |
raro funcionamiento de la tecla escape | Antonio,con SetDialogEsc(.F.) ya hace justo lo que quiero.Muchisimas gracias por tu ayuda.[quote:2yjj1zjg]No te serviría un botón de la barra que al pulsarlo sea para salir ? como si se pulsase la X de cierre de la ventana[/quote:2yjj1zjg]En las aplicaciones tengo definido un botón para realizar esa tarea. El problema ... |
raro funcionamiento de la tecla escape | Fernando,Me alegro de que lo hayas conseguido <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
raro funcionamiento de la tecla escape | En el ejemplo definitivo con SetDialogEsc( .F. ) me había liado.Es mas sencillo todavía, lo único que debo hacer es incluir al comienzo del programa SetDialogEsc( .F. )Con eso puedo incluso llamar directamente a ownd:close desde el valid del cuadro de dialogo[code:3lv6b5hj]ACTIVATE DIALOG oDlg NoWait Valid oWnd:En... |
rbbtn Pintado defectuoso... | Amigos:
Usando rbbtn desde recursos me pinta un rectángulo del color del boton aunque el boton tiene la clausula Round
Estoy usando estos botones en dialogos y ventanas en lugar de otros botones.
Ejemplo:
Esta definido como Owner Draw en el recurso...
REDEFINE RBBTN oBoton3 ID 150 OF oDlg ;
ACTION (... |
rbbtn Pintado defectuoso... | Hola
a modo consulta, el tipo de boton que usas en el recurso es [b:tltp16i7]CONTROL CUSTOM CLASS TRBTN[/b:tltp16i7] |
rbbtn Pintado defectuoso... | Si Patricio, uso ese tipo en el recurso.
El boton funciona perfecto, (bien con bitmaps, bien con 2 lineas, excelente), el unico inconveniente es que con roundsize 20 o 25 que queda muy bien
a la vista, el color de boton no respeta el borde y se muestra el rectangulo.
Gracias y saludos
Ruben Fernandez |
rbbtn Pintado defectuoso... | Estimados agregue una imagen para ver si alguien me da un idea de como solucionarlo.
Gracias
<!-- m --><a class="postlink" href="http://img695.imageshack.us/img695/4388/rbbtn.jpg">http://img695.imageshack.us/img695/4388/rbbtn.jpg</a><!-- m --> |
rbbtn en FVW10.6 sería posible usar SkinButtons() | Hola Antonio:
Seria posible que los rbtns usados solos (no en la ribbon), puedan aceptar la clausula SkinButtons()
Muchas gracias y saludos
Ruben Fernandez |
rbbtn en FVW10.6 sería posible usar SkinButtons() | Ruben
SkinButton() es una funcion que trabaja sobre los botones standar de api de window, la clase TRBtn es propia de fivewin y es totalmente parametrizable com todos sus colores
puedes revisar en el comando y verificar la forma de creacion: <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id... |
rbbtn en FVW10.6 sería posible usar SkinButtons() | Gracias Daniel:
No he podido hacerlo funcionar.. aqui el ejemplo
REDEFINE RBBTN oBoton2 ID 250 OF oDlg NORMAL ;
ACTION ( lRegistroSale:=.t., oDlg:End()) BITMAP "SALIR2" ;
PROMPT "&Cancelar" LEFT BORDER ROUND ;
GRADIANT { { 1/3, nRGB( 254, 154, 128 ), nRGB( 254... |
rbbtn question | I will change the backgroundcolor from a SAY-Button of this class. I can use bClrText for textcolor with no problems but the color of background i cannot change at runtime!? |
rbbtn question | I think Say button is painted always transparently |
rbbuton sacarle el MsgBeep() | Hola a todos:
Hay alguna manera de sacarle el sonido (un Msgbeep(),creo) a los rbbuton cuando
se usan las teclas aceleradoras, no sucede con el click del raton, a la clase trbutton ya le saque el MsgBeep que tiene
pero sigue haciendo el sonido con las teclas aceleradoras..
Gracias |
rbdesingner.prg | Patricio,
Aqui lo tienes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:3f4og187]http://code.google.com/p/fivewin-contributions/downloads/detail?name=rbdesign.exe&can=2&q=[/url:3f4og187] |
rbdesingner.prg | Estimados
en xharbour no se puede recuperar un prg con ribbon creado con rbdesigner
ya que las funciones HB_COMPILEFROMBUF() y HB_HRBRUN() no estan disponibles
alguien me puede enviar el ejemplo c:\fwh\samples\rbdesigner.EXE compilado en harbour 3.0 para poder cargar un ribbon ya creado
en xharbour se tiene que d... |
rbdesingner.prg | Gracias antonio
ahora funciona, solo un detalle lo que he podido ver hasta ahora
no respeta SET LAYOUT (RIGTH) al recuperar los pone a la izquierda
mmm...
Ahora si lo esta respetando srt layout right!! , seguro alguna cosa que hice mal..
todo bien ahora.. |
rbtn disable | On the ribbon I saw the method disable() or enable() of rbtn class not work correctly
any idea ? |
rbtn disable | Hello Silvio
Please post a container sample with the error
this sample working fine
[code=fw:2czq2lcd]<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... |
rbtn disable | Daniel,
I have rbtn on RibonBar
sample
Local aMenuRibbon := { "Favoriti","Hardware","Software","Manuali","Prestiti","Magazzino","Utilità","Aiuto" }
::obar:=TRibbonBar():New(::oWndMain, aMenuRibbon,,,,135,25 )
....
ADD GROUP oGroup[1] RIBBON ::obar TO OPTION 2 PROMPT "Gestione Hardware" width 155
@ 9,5... |
rbtn disable | Hello Silvio
Could you provide a small and self contained example to reproduce it ? thanks |
rbtn disable | oK
i FOUND THE ERRROR
i MADE A same VARIABLE PUBLIC, DATA AND LOCAL .
Sorry.. |
rc to Prg | I saw many sample and test but none run ok
I need to converte my old rc into prg sources
with software I can try ? |
rc/res to source | Is there a tool to convert a resource dialog to hardcoded- dbase style?
Thanks in advance
Otto |
rc/res to source | \fwh\samples\rc2prg.prg |
rc/res to source | I use ResEdit in this case: open the DLL- Res- or RC-File with ResEdit and click on "Datei / Quelltext anzeigen / c/c++-Quelltext" (I use the german version of ResEdit). |
rc/res to source | but you can save the rc on @x,y ... ?
and how ?
I see only for a sample
// Generated by ResEdit 1.5.5
// Copyright (C) 2006-2010
// <!-- m --><a class="postlink" href="http://www.resedit.net">http://www.resedit.net</a><!-- m -->
HINSTANCE hInst = GetModuleHandle(0);
WNDCLASSEX wcex;
ZeroMemory(&wcex, sizeof wcex);... |
rc/res to source | And rc2prg not run ok because it not respect the right coordinates
On windows Seven we saw there is a leak memory and we tried to make all dialog on sources code for this problem and insert on rc only some bitmaps ans insert ona folder the other bitmaps.
the Exe is fast and not lose memory |
rc2dll32.bat calls for screen32.obj | Just started with FWH and happily got all tutor0x working. Need to convert 16 bit resources and using rc2Dll32 and it calls screen32.obj in borland. Doesn't exist. Can someone send me a copy. To: <!-- e --><a href="mailto:hgoldstein@slgg.com">hgoldstein@slgg.com</a><!-- e -->Thanks muchHarvey |
rc2dll32.bat calls for screen32.obj | Harvey,RC2DLL32.bat uses screen32.c, which it is provided in FWH\DLL folder. |
rc2prg actualizado | Antonio y Daniel
El archivo de samples rc2prg ha sido actualizado. Es seguro que faltan, aún, algunos objetos que utilizamos en WS o en PellesC, sin embargo la mayoría se incluyeron. Descargarlo desde:
<!-- m --><a class="postlink" href="http://www.mediafire.com/file/h3r3ddo6y0va8w4/rc2prg.prg">http://www.mediafire.c... |
rc2prg actualizado | Armando,
Muchas gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Lo incluimos para el próximo build de FWH con tu permiso, |
rc2prg actualizado | Se colabora con lo que se puede, Antonio.
[quote="Antonio Linares":1vd4e4cw]Armando,
Muchas gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Lo incluimos para el próximo build de FWH con tu permiso,[/quote:1vd4e4cw] |
rc2prg actualizado | Armando,
Y se agradece de corazón <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Esta unión que tenemos entre todos nosotros, compartiendo, aprendiendo de todos, es lo que nos hace tan fuertes |
rctoprg - Utilidad nueva | Buenas.
[url:2d8o4dk0]https://drive.google.com/folderview?id=0B7Y1b0fXI8iCTnJKQVBjUHgzVW8&usp=sharing[/url:2d8o4dk0]
Esa utilidad sirve para pasar de un .RC a PRG, por ahora solo los controles que mas utilizo,
quien quiera aportar bienvenido sea, son los fuentes los que publico.
gracias. |
rctoprg - Utilidad nueva | sorry I tried with Harbor and xharbour and make errors
[b:52i2846f]on harbour [/b:52i2846f]
[code=fw:52i2846f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span style="color: #000000;... |
rctoprg - Utilidad nueva | Hoy lo veo, AT no se usa en harbour tengo entendido. Voy a modificar el archivo fuente.
gracias. |
rctoprg - Utilidad nueva | AT es una function que es usada en Harbour
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34161#p202408">viewtopic.php?f=3&t=34161#p202408</a><!-- l --> |
rctoprg - Utilidad nueva | por favor, enviame el archivo que estas utilizando que te produce el error. gracias.
gusmavf arroba gmail punto com |
rdd filter | I can not find that filter DBSETFILTER(&bFilter,cFilter) is applied to the database . Please can somebody explain why ?
[code:b439gmd0]
STATIC FUNCTION listmete( oWnd )
*--------------------------
local oDlg, oCol
local oBrw
local nfor,x,cFilter:="",bFilter:=""
local V_me_mc_serl:= space(7&... |
rdd filter | Ehab:
Try with the traditional way
select 4
use mete
DBSETFILTER( {| | mete->me_mc_serl == V_me_mc_serl },;
"mete->me_mc_serl == V_me_mc_serl" ))
mete->(DBGOTOP())
Good luck, Armando |
rdd filter | a strange problem has occured . I did the syntax before . The reult of of program is a previous result of another machine serial not the serial entered . I do not have any other function withthe same name !!!!
[code:f9bac0z2]
STATIC FUNCTION listmete( oWnd )
*--------------------------
local oDlg, oCol
local... |
rdd filter | [b:2htksdaz]DON'T USE VARIABLE NAMES IN THE FILTERS !!!!!!![/b:2htksdaz]
I've been told it THOSANDS OF TIMES !!!!!!!!
ADS cannot resolve what is INSIDE your program, if you use ALIAS in your field names, ADS cannot go inside you program to see the value of "mete->" so it cannot resolve the filter expression.
You als... |
rdd filter | Rene,
>You also have an error when creating indexes, Don't use ALIAS, Alias should be used only in the program to make reference to the data fields, but not in indexes or [b:3kll0m2h]any other operation.[/b:3kll0m2h]
Are you saying that with ADS you cannot do something like:
(cAlias)->(eof())
If not, how does ADS k... |
rddads harbour ads 81 | hi , i need this lib, rddads 81.038 and 8.011 to harbour 2.0, someone can help me to download cvs and compile this??
very thanks |
rddads harbour ads 81 | Norberto,
Do you mean for Harbour or xharbour ? |
rddads harbour ads 81 | Antonio, i want use last harbour, but i dont know how compile rddads to this version i need in 8.1.18 and 7.001 version of ads. i want use last cvs of xharbour too, but i dont know if they correct an error related to an strange character in ads filelds, xharbour last version of cvs is stable? why fivetech release an ma... |
rddads.lib y ace32.lib | Hola a todos
quisiera saber si alguien me puede enviar los lib de ADS
[b:3058yry4]rddads.lib y ace32.lib [/b:3058yry4]
para harbour de borland 7
[quote:3058yry4]Harbour Build Info
---------------------------
Version: Harbour 3.2.0dev (r1506171039)
Compiler: Borland/Embarcadero C++ 7.0 (32-bit)
Platform: Windows 7 6.1... |
re | antonio agradezco te hayas en verdad tomado la molestia de leer el codigo, realmente no se como haces para leer todos los codigo que la gente manda, es un esfuerzo apreciable, la variables que me dices la defino despues, creo es la tercera y es yo diria una pirateria de mi parte ya que originalmente es la suma de las o... |
re | Estamos para ayudarnos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
re-compiling Hernan's Twbrowse with FWH 908 | To All
Having difficulty re-compiling Hernan's TwBrowse class using the FWH 908 with the same batch file I have always used
[code=fw:17qzw1dy]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ECHO OFF<br />CLS<br /><br />c:\xharbour\bin\harbour SOURCE\WBROWSE.PRG /n /i\fwh908\include;c:\xharbour\inclu... |
re-compiling Hernan's Twbrowse with FWH 908 | To All
Apparently there have been many modifications to the include files .. I re-installed fwh904 and re-created Hernan's library ..
This is going to be a problem for some if there is a xHarbour pCode change anytime soon and those that are using the newer FWH libraries.
Rick Lipkin |
re-compiling Hernan's Twbrowse with FWH 908 | That is the main reason I'm converting all my tsbrowse code to xbrowse. 3rd party products are too hard to maintain with the changes, and the newer code reflects work by many people which makes it more powerful. Also, bug fixes come more rapidly, and the user base is large enough to catch little problems quickly. |
re-compiling Hernan's Twbrowse with FWH 908 | Hi Rick
Did you have any luck with this issue - I use Hernans browse all through my projects.
Cheers
Colin |
re-compiling Hernan's Twbrowse with FWH 908 | Rick,
Please rename all _par... _stor... and _ret... functions calls with "hb" in front:
hb_par..., hb_stor... and hb_ret... |
re-compiling Hernan's Twbrowse with FWH 908 | Rick,
the error only occurs compiling wbrwline.c, so you can use the obj-file created using the include files of an older xharbour release. All prg-files can be compiled with the last xharbour.
All c-files are not affected by pcode changes, because they are only compiled with bcc. |
re-compiling Hernan's Twbrowse with FWH 908 | Thanks for the suggestions .. I just switched jobs to another large state gov agency .. I missed taking a few of my 3rd party libs with me and had to re-create them.
The quick work around was to use the FWH904 libs and I was able to re-create my library .. but I will take Antonio up on his advice .. I am moving away f... |
re-compiling Hernan's Twbrowse with FWH 908 | Rick,
compile the wbrwline.c this way :
\bcc55\bin\bcc32 -M -c -D__HARBOUR__ -I\xhrb\include;\fwh\include;\bcc55\include -owbrwline.OBJ wbrwline.C > make.log
and include wbrwline.obj generate, and execute this .bat :
em @ECHO OFF
CLS
\xhrb\bin\harbour SOURCE\wbrowse.PRG /n /i\fwh\include;\xhrb\include /oOBJ\wbr... |
re.prg | Silvio
Look this links
<!-- m --><a class="postlink" href="http://www.mediafire.com/?if123opaq1kdjob">http://www.mediafire.com/?if123opaq1kdjob</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.mediafire.com/?g5q96xz77g378wp">http://www.mediafire.com/?g5q96xz77g378wp</a><!-- m -->
Both are modified code ... |
re.prg | How converte output prg into fivewin code (@ x,y) from re.prg
it now save the prg but only with redefine commands.
I need to save with sources because on W7 the resources leak memory of pc
and I try to converte each mine rc dialogs into source code
Any help ? |
re.prg | For a sample Look it please
If we run RE.prg
We have a resources rc and we can show it
[img:odjqm248]http://img41.imageshack.us/img41/3544/test1dl.jpg[/img:odjqm248]
If we use Rc2prg.prg and thenwe compile the test.prg ( I save on test.prg test.rc)
we have this
[img:odjqm248]http://im... |
re.prg | [quote:1ixyomf2]BUT IT IS TOO BIG MORE THAN THE ORIGINAL DIALOG
WHY ?[/quote:1ixyomf2]
Silvio, I have noticed this too...
It seems to be that in resources, the Font size is 8 pixels, but from code, you can not specify this Font Size directly to the Dialog, but only to the text on It... |
re.prg | try it please
[b:2ixnjd9g]Resource code [/b:2ixnjd9g]
[code=fw:2ixnjd9g]<div class="fw" id="{CB}" style="font-family: monospace;">LIBROS_EDIT <span style="color: #0000ff;">DIALOG</span> DISCARDABLE <span style="color: #000000;">24</span>, <span style="color: #000000;">45</span>, <span style="color: #000000;">330</span... |
re.prg | Silvio,
remember that in rc the sizes and positions are shown in DIALOG UNITS, that are not PIXELS. That's the reason when we change the dialog's font everything resizes. |
re.prg | Carlos,
I not believe on 2011 we not have Ide run , I need create forms no resources because it eat the resources of system (w7)
I found an app vrmm of ricardo marques , it seems run ok , it a simply form application , then it save on prg good
Antonio must insert this app on new fwh , it can be usefull for the com... |
re.prg | To get the same size object in dialog units divide window units by 2.05 |
re.prg | @James,
not sure about that. It depends on the font used in the DIALOG's declaration (in .rc). The real conversion can be a little bit tricky, remember the 16BIT (or something like that) of the REDEFINE DIALOG command in FWH, even 16 bits rc are different.
[code=fw:tymr6kk4]<div class="fw" id="{CB}" style="font-family... |
re.prg | Carlos,
Thanks for clarifying that. I found that number something like 10 years ago and it was just a rough estimate which worked for what I was doing at the time. Your explanation will be more useful and generic.
Regards,
James |
re.prg | Carlos,
do you have an Idea to converte rc form into right prg on Re.prg ?
If I can design ( move) each control and save on prg , this is a dream.... |
re.prg | It seems the problem is in this part of the RC2PRG.PRG code. I have not tried to figure it out yet. I don't know where the 14 and 7 came from. Carlos, any ideas?
Regards,
James
[code=fw:s18og8um]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Dialog-Coordinates</span><br /... |
re.prg | May be those values are the font sizes in use in 16 bits resources, may be they should be changed to the font sizes in the FONT at DIALOG's definition. |
re.prg | Dear Friends
Any solution for it ? |
re.prg | I tried but it make the same |
read JSON | Hello friends,
Do we have any FW/Harbour functions to read such a JSON data?
Thank you in advance
Otto
[code=fw:3bt5xaqn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><span style="color: #B900B9;">// 'JSON' data included </span><br /><span style="color: #00C800;">data</span> = <span style=... |
read JSON | Dear Otto, I do not know if I understand well what you need
[code=fw:bsw9kjve]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">local</span> hDatos := <span style="color: #000000;">{</span> => <span style="color: #000000;">}</span><br />&nb... |
read JSON | Dear Cristobal,
Thank you. Yes, I can see all the data. But I need the order and then I have to convert it into a DBF.
When I make changes in the tree, I get a JSON file as a response.
Best regards,
Otto
[img:ez25sdrj]https://mybergland.com/fwforum/clipb.jpg[/img:ez25sdrj] |
read JSON | Dear Cristobal,
xBrowse handles the response perfectly. But in my case, I only have harbour - no FW.
Best regards,
Otto
[img:3jsapjpx]https://mybergland.com/fwforum/hashtoxbrowse.jpg[/img:3jsapjpx] |
read JSON | Otto,
I also want the Json into a Dbf and i'm very close to succeed i think. The sample will show severall stages of data, but I think that there is usefull code insite for you issues.
It's a working sample, but a error at the end that i need to look into.. Just not able to write the dbf.
The // comments is for my ... |
read JSON | Functions that can help are here...
<!-- m --><a class="postlink" href="http://www.fivetechsoft.com/harbour-docs/api.html">http://www.fivetechsoft.com/harbour-docs/api.html</a><!-- m --> |
read JSON | Hello Mark,
thank you for your help.
Yes, with xBrowse I can read the JSON file perfectly.
But in my case, I cannot use xBrowse because it is a pure HARBOR application and therefore the FIVEWIN components cannot be used.
But I've come a little further. I lack the knowledge about trees. I think I can do it for my appl... |
read JSON | Hello friends,
Correctly resolving this JSON file is not that easy.
But with the HARBOURINO preprocessor, I brought the source code into a clear and maintainable form.
HARBOURINO preprocessor is a game changer.
Best regards,
Otto
[img:1rlfyp9v]https://mybergland.com/fwforum/hrbprepro.jpg[/img:1rlfyp9v] |
read JSON | Hello friends,
Now I am very close that all the changes inside the tree are saved in a DBF file.
This DMS is becoming a great tool.
Does someone use Help&Manual. In practice, this is doing the same.
But you have the advantage that the text is stored in HTML and not in a proprietary format. And that you can extend as y... |
read a big xml file | [quote="kajot":264n2mug]https://mega.nz/file/xeFx3SCS#LOZWjmZzyMM1HZ61g7OwNTYYUhUFfmgGhpYocPbbtTk
best regards
kajot[/quote:264n2mug]
Try
[code=fw:264n2mug]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br... |
read a big xml file | I have a problem reading xml file size 10 MB
I got memory error |
read a big xml file | Look,
[url:2tmjrgpg]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41458&p=248394&sid=3b23fdf448fbc9cd8928267bceec3161&sid=3a0c7077a827c241633517df09a94590#p248394[/url:2tmjrgpg]
[url:2tmjrgpg]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42812&p=257620&hilit=LoadXml&s... |
read a big xml file | I got error 9600
hb_xgrab can't allocate memory
xml file has 10GB
best regards
KAJOT |
read a big xml file | Hi... (sorry... I was out for a while...)
Kajot,
10Gb XML should be an issue even for Chrome or IE(Edge)
Can you post the XML in soma place for download? (or give an URL)
Regards, Euclides |
read a big xml file | How can I post you this xml file ? |
read a big xml file | [quote="kajot":ydeb3osh]How can I post you this xml file ?[/quote:ydeb3osh]
[url:ydeb3osh]https://mega.nz[/url:ydeb3osh]
Regards, saludos. |
read a big xml file | <!-- m --><a class="postlink" href="https://mega.nz/file/xeFx3SCS#LOZWjmZzyMM1HZ61g7OwNTYYUhUFfmgGhpYocPbbtTk">https://mega.nz/file/xeFx3SCS#LOZWjmZzy ... pYocPbbtTk</a><!-- m -->
best regards
kajot |
read a big xml file | Have you tried like this?
[code=fw:1ksi67gr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">LOCAL</span> vXML, oText, TempText, aText, cXML<br /><br /> cXML := cDirPleno + <span style="color: #ff0000;">"<span style="color: #000000;">\"</span> + ALL... |
read a big xml file | How can I use
oText:ReadLine()
with
TXmlDocument():New( )
KAJOT |
read a big xml file | [quote="kajot":1fl6pm9p]How can I use
oText:ReadLine()
with
TXmlDocument():New( )
KAJOT[/quote:1fl6pm9p]
what do you need to use that for? |
read a big xml file | [code=fw:30ymux8r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH\SAMPLES\KAJOTXML.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> Main<s... |
read mailbox | Hi,
How can I read information from my mailbox ? |
read mailbox | Hello,
what email system do you have?
Best regards,
Otto |
read mailbox | Yandex, Mail, GMail |
read mailbox | Hello,
I am sorry I only did some work for Outlook.
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33215&p=234030&hilit=email&sid=ea0ea3b37c9ba3b8aac6530741f32678#p234030">viewtopic.php?f=3&t=33215&p=234030&hilit=email&sid=ea0ea3b37c9ba3b8aac6530741f32678#p234030</a><!--... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.