topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Also for the euro into xbrowse | [quote
only with Lucida Console run ok!!!!!!!!!
[/quote]
Good.
[quote:333ko3t8]:cEditPicture := "@ €99,999.99 "
[/quote:333ko3t8]
You may use this picture
[code=fw:333ko3t8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">cEditPicture</span> := <span style="color: #ff0000;... |
Also for the euro into xbrowse | I don't Know why but now not run
i try with courier, arial,verdana lucida console,Book Antiqua
I cannot show the € on this computer with w7 home premium 64 bit |
Also for the euro into xbrowse | Please do not assign any value to oCol:nWidth. Let XBrowse decide the width. |
Also for tree ( fwh) | on xbrowse I use the parameters bchange to refresh() the number of record
Aldo on oTree I use this and run ok if the level I select is the first level
[img:38js8g6l]http://www.eoeo.it/wp-content/uploads/2015/11/Er1.bmp[/img:38js8g6l]
but When I select a second level of tree it return me 0... |
Also for tree ( fwh) | You can save the recno using the variable cargo
[code=fw:rnhu9lf0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> BuildTree<span style="color: #000000;">(</span> oTree <span style="color: #000000;">)</span><br /> <span style="color: #00C800;">loca... |
Also for tree ( fwh) | Max not run ok
I add a say to simulate my text change
[code=fw:2atbr1x3]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff00... |
Also for tree ( fwh) | Any solution please ? |
Also the error on FW_SaveArrayToDBF | also i cannot save the records on dbf
I have these fields
[code=fw:3485ni60]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> cItemFlds := <span style="color: #ff0000;">"INVNUM,SERIAL,ITEMIMG,ITEMCODE,ITEMNAME,QUANTITY,PRICE,TOTALQ,CHECK_IN,CHECK_OUT,DAYS,DISC... |
Also with oTree | I wish make a report with items of oTree but only that of the same level
sample :
[img:30t1aels]http://img203.imageshack.us/img203/4386/l9uo.jpg[/img:30t1aels]
If I select "Intimo" (see the arrow ) I wish print only the level of this item
it's possible ? |
Also with oTree | Silvio,
Once you get the item, its "subitems" are placed in oItem:aItems
[code=fw:3g7dxni5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">for</span> n = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> Len<span style="color: #000000;">(<... |
Alt key alone | Hi Fivewin Experts,
I noticed something unfamiliar with the behavior of my program when pressing the alt key alone after successful log-in. The program was designed to have a log-in prompt at the start, after a successful log-in, the program will transfer focus to the main dialog of the program where it contains, butt... |
Alt key alone | The Alt key is a standard Windows key to change focus to the menu. I have never heard of such behavior as you describe but I suspect it has something to do with this.
You might try issuing a sysrefresh() right after the login.
James |
Alt key alone | Hi James,
Thanks for prompt response.
It is, that the Alt key transfer focus to menu if an application contains one, I also observed that when an application has no menu, the alt key tries to refresh the dialog and that's where the problem occurs. My application does not contain any menu.
You main find the screensho... |
Alt key alone | Hi James,
I tried issuing SysRefresh() after successful log-in...still the same. I have also tried issuing SysRefresh() before and after log-in, but still same result.
Thanks,
ryugarai27 |
Alt key alone | ryugarai27,
Perhaps if you try moving the sysrefresh() further into the code, maybe as oDlg:bInit. Also, try issuing an oDlg:refresh() right after the sysrefresh(), or maybe right before.
Are you defining all the controls with the UPDATE clause?
James |
Alt key alone | James,
Thanks..I will try as you suggested.
ryugarai27 |
Alt+ letter( & ) POSSIBLE BUG ? | I want call a folder or a get with alt+ letter sample :
@ 3, 3 SAY "Get&One" SIZE 25, 7 PIXEL OF oFrm COLOR 0, 14215660
@ 12, 3 GET oGet1 VAR cMastro1 Picture "9999" SIZE 16, 10 PIXEL OF oFrm
If I compiled it Inot see the _ down the O of "GetOne" then If I press alt BUTTON I can see the undersco... |
Alt+ letter( & ) POSSIBLE BUG ? | It's an XP setting.
EMG |
Alt+ letter( & ) POSSIBLE BUG ? | Emg,
you think I can call__keyboard( Vk_Alt) ?
but it is not logic !!!
I try it on Vista and windows Seven run the same !!! |
Alt+ letter( & ) POSSIBLE BUG ? | I think you have to insert a keydown method into folder class.
I did this for left/right keys:
Best regards,
Otto
[code
METHOD KeyDown( nKey, nFlags ) CLASS TFolder
local nOption1 := ::nOption
//msginfo(str(nOption1))
do case
CASE nKey == VK_RIGHT //modify
nOption1 := nOption1 + 1
IF nOpt... |
Alt+ letter( & ) POSSIBLE BUG ? | [quote="MdaSolution":2ba6wdp3]Emg,
you think I can call__keyboard( Vk_Alt) ?
but it is not logic !!!
I try it on Vista and windows Seven run the same !!![/quote:2ba6wdp3]
Please go to the desktop properties then Appearence (Aspetto) then Effects (Effetti) then remove the check from "Hide underlined etc." (Nascondi ... |
Alt+ letter( & ) POSSIBLE BUG ? | Thanks,
On Xp I found this setting but on Windows Seven I not found where... |
Alt+Enter in the MultiGet object | Hi,
In the MultiGet object, I need to handle pressing Alt+Enter. However, if the Alt (18) key is pressed, the bKeyDown code block is not executed. How do I do this ? |
Alt-<any key> give me an error on a mdiclient | Hi,
I have an error message when I press an Alt-<any key> from a folder on a mdiclient. See image at <!-- w --><a class="postlink" href="http://www.softwarexp.co.uk/beta/screen.png">www.softwarexp.co.uk/beta/screen.png</a><!-- w -->
Any ideas ?
Thanks in advance.
Application
===========
Path and name: K:\pigc... |
Alter table in MariaDB from given Structure | Hi Mr. Rao,
I try to write Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted.
There is not problem adding or deleting for aColSpec.
But When I changing in Numeric variables type and length... |
Alter table in MariaDB from given Structure | Hi,
My problem seems to be solved with the new code below.
[code=fw:18a1bc4s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> ...<br /> ... <br /> lUpdate_Yap := Alter_Table<span style="color: #000000;">(</span>oCn, cTableName, aNew_Structure<span style="color: #000000;">... |
Alterar Font (choosefont) | Sr. Antonio,
poderia mostrar um exemplo de como alterar a FONT de um obj SAY por exemplo?
seria com choosefont? se sim, como usar?
Obrigado |
Alterar Resolução do Vídeo | Olá...
Existe algum comando que permita alterar a Resolução do Vídeo em Run Time ?
EX:
Function Main()
Local oWnd, aCoor:={}, Resolucao:=""
aCoor := GetCoor(GetDesktopWindow())
Resolucao := aCoor[4]+"x"+aCoor[3]
Do case
case Resolucao = "1024x768"
** comando para mudar para 800 x 600
case resoluc... |
Alterar Resolução do Vídeo | hola
Revisa este link
[url:pcsxg8np]http://fivetechsoft.com/forums/viewtopic.php?t=5970&highlight=changeres[/url:pcsxg8np]
Saludos
Patricio |
Alterar a Cor | Sr. Antonio,
como alterar a cor de um obj SAY ?
Obrigado |
Alterar a Cor | SGS,
Realmente le dedicamos muy poco tiempo a FiveLinux porque como ves en estos foros, el número de usuarios es muy pequeño.
Para poder ampliar FiveLinux y dotarle de más funcionalidad has de conocer bien GTK+, asi podrás escribir las funciones que necesites añadirle, basándote en el diseño de las funciones proporci... |
Alterar cor de uma REBAR | É possível alterar a Cor de uma REBAR?Obrigado |
Alterar cor de uma REBAR | desconfio que não tem jeito!? <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Alterar cor de uma REBAR | [quote="SGS":308t8nyh]É possível alterar a Cor de uma REBAR?[/quote:308t8nyh]REBAR se deriva de TControl, por lo tanto debe responder al método SetColor.Prueba: oRebar:SetColor( CLR_RED, CLR_YELLOW )Bueno, eso creo yo.Saludos.Manuel Mercado |
Alterar cor de uma REBAR | Sr. Manuel...Simplesmente FANTASTICO !!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Muito obrigado Maestro! |
Alterar texto... | Boas.
Estou avaliando o FWH 6.12 / xHarbour / BCC++ 5.82 e logo no primeiro programa que testei aconteceu um erro estranho.
Este é o módulo que me está dando problemas na sua execução...
[code=fw:zdw7kiwu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// ---------------... |
Alterar texto... | Joao,
Cambia estas líneas:
[code=fw:30v59jne]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> oWndf:<span style="color: #000000;">oMsgBar</span>:<span style="color: #000000;">oClock</span> == <span style="color: #00C800;">nil</span> <span style="color:... |
Alterar texto... | Olá...
Gracias António por la sugestion. Com lo cambio en lo codigo fuente se ha resolvido.
<!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> |
Alternando Menubar y TRibbonbar | Saludos !
Haciendo pruebas en una ventana MDI usando un Menubar y una Toolbar / alternando con una Ribbonbar al ir y venir de un estilo a otro se quedan congelados los botones prodrian indicarmen qcual seria la forma correcta de hacer esta operacion, adjunto el codigo que estoy utilizadno para hacer esta prueba.
[code=... |
Alternando Menubar y TRibbonbar | Prueba a ocultar la ribbon y a mostrarla luego nuevamente, en vez de destruirla |
Alternando Menubar y TRibbonbar | Se comporta igual si la ocultamos
Vamos a intentar solucionarlo |
Alternando Menubar y TRibbonbar | Lo que ocurre es que la ventana oWndMain:oWndClient solapa a la Ribbon
Hay que modificar la coordenada superior de oWndMain:oWndClient
A ver si encontramos una forma sencilla de hacerlo |
Alternando Menubar y TRibbonbar | Con estos cambios ya funciona bien. Creo que es mejor no destruir la Ribbon sino ocultarla y mostrarla, pero
en ambos casos debe funcionar bien
Muy bueno tu código. Me ha gustado mucho, enhorabuena <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Es espectacular que una ap... |
Alternando Menubar y TRibbonbar | Estas líneas son las que hacen que la ventana cliente de la MDI se redimensione correctamente:
::oWndMain:oTop = ::oRibbonb
::oWndMain:oBar = nil
::oWndMain:Resize() |
Alternando Menubar y TRibbonbar | Antonio ! gracias por tu colaboración, con estas lineas
::oWndMain:oBar = nil
::oWndMain:Resize()
he solucionado el congelamiento de los botonos al ir y venir de un estio a otro, hay que destruir la ribbon ya que si se presiona la tecla alt o la F10, aparace la ribbon cuando estas con el menu tradicional
Cuando s... |
Alternando Menubar y TRibbonbar | Muy bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Alternar texto e imagenes | Hola, es mi primera consulta al Foro, el cual hasta aca me ha sido de gran utilidad, pero esto que quiero hacer, no lo vi y no se siquiera si se puede.
La pregunta es la siguiente:
Se puede alternar en una misma columna, texto e imagnes (pequeños BMPs) en un XBrowse?, si es así, ¿como?, he estado intentando pero no l... |
Alternar texto e imagenes | Hola, aquí te dejo codigo ejemplo: FWH1006
WITH OBJECT oBrw
:Nombre:cHeader := "NOMBRE DEL HUESPED"
For n := 1 to len(:aCols)
if upper(:aCols[n]:cHeader) = "NOMBRE"
:aCols[n]:AddResource( "Aro" )
:aCols[n]:AddResource( "BloqueoEsp" )
:aCols[n]:bBmpData... |
Alternar texto e imagenes | Gracias por la respuesta. Si bien, no lo resolvi de ese modo, me sirvio mucho como guia y finalmente lo hice funcionar de otra manera. Cuando lo tenga listo, lo posteo para la posteridad.
Gracias.
Leandro. |
Alternativa a hbxml | Estimados compañeros del Foro...
Estoy buscando una alternativa a hbxml para manejar archivos de ese tipo y parsearlos.
Me han dejado bien impresionado dos lib en C que llevan mucho tiempo de desarrollo y está aún en actividad con recientes actualizaciones y que además son gratis.
Estas lib son LibXml2 y TinyXml,
En ch... |
Alternativa a hbxml | Estimado Jose,
Que problema tienes con las funciones de uso de XML propias de Harbour ?
revisa los ejemplos FWH\samples\xmlreader.prg y xmltree.prg
veras que usan los ficheros XML correctamente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Alternativa a hbxml | Antonio, he hecho varias pruebas y tal vez soy yo que no agarro la soga, pero no logro entenderlo y al funcionar no obtengo el resultado deseado.
Te mando exe, código y ejecutable simplificados en este zip
<!-- m --><a class="postlink" href="https://mega.nz/file/rJoBmazC#ptetxZVAowo0ydUmu0cI2lIp79aAtLryNncalZt-jag">ht... |
Alternativa a hbxml | buenos dias porque no asi
[code=fw:r6uft6ve]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbxml.ch"</span><br /><span style="colo... |
Alternativa a hbxml | Gracias Wilson, de este modo funciona perfecto.
[b:3083t4g4]Pero me gustaría saber porque dicen que hbxml funciona y yo utilizando sus métodos no puedo obtener un resultado favorable, no dudo que sea por mi torpeza.[/b:3083t4g4]
de hecho compilo el ejemplo xmlreader y no me funciona tampoco.
Pero con esto, soluciono... |
Alternativa a hbxml | yo perdi mucho tiempo tratando de lo mismo al parecer mucho depende de la complejidad del xml pero para facturación electrónica y todo lo que he hecho con esas dos funciones es mas que suficiente
saludos |
Alternativa a hbxml | Gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> , a mi me ha solucionado el problema!!! |
Alternativa a variable PUBLIC | Hola :
En una aplicacion debo almacenar el directorio raiz de la aplicacion , ya que luego
tengo las bases de datos de cada empresa en "\RAIZ\EMP01".
etc. al final para no usar una cadena fija y que el usuario pueda instalar la aplicacion donde quiera.
He definido una variable publica en el PROCEDURE INIT de la aplic... |
Alternativa a variable PUBLIC | 1) This works with string variables also.
2) It is not necessary to store this information as public.
In any module, simply call
[code=fw:18a4b41f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cFilePath<span style="color: #000000;">(</span> ExeName<span style="color: #000000;">(</span><span s... |
Alternativa a variable PUBLIC | Thanks Mr. Rao.
Works fine.
Regards.
Jose |
Alternativa a variable PUBLIC | brakaman
You can easily use the xBase Set Default .. consider this code .. adding to Rao's suggestion
[code=fw:2o06tpxk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cFilePath <span style="color: #000000;">(</span> ExeName <span style="color: #000000;">(</span> <span style="color: #000000;">... |
Alternativa a variable PUBLIC | Hi
Other alternative.
Thanks for your suggestion Rick.
Regards
Jose
Enviado desde mi ONE A2003 mediante Tapatalk |
Alternativas para graficos [ Javier Lloris ] | Hello Marc:
As your colleagues have told you, these classes are available but you need to have the latest FWH updates. I use FWH1109 and I can make this type of graphs with the TGraph class. I leave you some images of a program that I have to finish. If you need the sources let me know. With this you have many alternat... |
Alternativas para graficos [ Javier Lloris ] | Hola Javier:
La RMCHART viene con FW?
Saludos |
Alternativas para graficos [ Javier Lloris ] | Hola armando:
No, es una librería externa de Rainer Morgen del 2004-2008. Yo me la descargue en 2004/2005 pensando que era de Rene flores ( mexicano ) de su web. Acabo de subirlo al google drive, te dejo el link: Renombra el archivo de Rmchart.ror a Rmchart.rar y dentro del .rar hay dos archivos mas comprimidos, échal... |
Alternativas para graficos [ Javier Lloris ] | Javier:
Muchas gracias, le voy a tirar un ojo, aunque me quede tuerto <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Saludos |
Alternative Gif Control | Hello,
I develop an alternative version of Gif Control for FiveWin, I don't like the provider one for two reasons: it saves the resource in a file, it does not manage well the transparent gif...
I resolved the first problem keeping a HGLOBAL with the gif from resource, so loading it in memory.
The second problem is sol... |
Alternative Gif Control | Antonino,
Many thanks
I copy here its code:
[code=fw:38vn6yt7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br />********** TEST CODE **********<br />proc main<br /> <span style="color: #00C800;">LOCAL</span> oWnd, oGif<br />&nb... |
Alternative Gif Control | Added support for Dialog <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
[code=fw:2k1t576y]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <fivewin.ch><br /><br />********** TEST CODE **********<br />proc main<br /> ... |
Alternative Gif Control | I use xHarbour and am not able to compile. It gives a lot of mistakes. |
Alternative Gif Control | I think it run only on Harbour |
Alternative Gif Control | [quote="marca":3ok0o8xb]I use xHarbour and am not able to compile. It gives a lot of mistakes.[/quote:3ok0o8xb]
You have to compile it in C++ mode.
EMG |
Alternative Gif Control | [quote="Enrico Maria Giordano":k9vlc5s9][quote="marca":k9vlc5s9]I use xHarbour and am not able to compile. It gives a lot of mistakes.[/quote:k9vlc5s9]
You have to compile it in C++ mode.
EMG[/quote:k9vlc5s9]
Enrico.
Sorry, but I did not understand what I have to do. Could you post an example? |
Alternative Gif Control | Just add -P compiler switch to brc32.exe in your compile batch.
EMG |
Alternative Gif Control | Master Enrico,
[code=fw:33d0wy24]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />³ FiveWin <span style="color: #00C800;">for</span> xHarbour <span style="color: #000000;">17.01</span> - Jan. <span style="color: #00000... |
Alternative Gif Control | You are still compiling in C mode. Can I see your compiler switches?
EMG |
Alternative Gif Control | Master Enrico, BUILDX.BAT
[code=fw:3jvrd939]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ECHO OFF<br />CLS<br />ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />ECHO ³ FiveWin <span style="color: #00C800;">for</span> xHarbour <span style="color: #000000;">17.... |
Alternative Gif Control | There is no -P switch in that batch file. Please add -P switch here:
[code=fw:2c0nlfiz]<div class="fw" id="{CB}" style="font-family: monospace;">%bcdir%\bin\bcc32 -M -c -v -P @b32.bc</div>[/code:2c0nlfiz]
EMG |
Alternative Gif Control | [quote="Enrico Maria Giordano":328e4r4y]There is no -P switch in that batch file. Please add -P switch here:
[code=fw:328e4r4y]<div class="fw" id="{CB}" style="font-family: monospace;">%bcdir%\bin\bcc32 -M -c -v -P @b32.bc</div>[/code:328e4r4y]
EMG[/quote:328e4r4y]
Bom dia Enrico.
Inclui o -P e agora da outro erro
?... |
Alternative Gif Control | hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG:
[code=fw:2zf3j8ba]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#includ... |
Alternative Gif Control | [quote="Enrico Maria Giordano":25xows5p]hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG:
[code=fw:25xows5p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br... |
Alternative Gif Control | Master Enrico, me genera este error.
[code=fw:21628pee]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />³ FiveWin <span style="color: #00C800;">for</span> xHarbour <span style="color: #000000;">17.01</span> - Jan. <span... |
Alternative Gif Control | Please put hb_storvni() in your sample as the following extract :
[code=fw:1u46q1hg]<div class="fw" id="{CB}" style="font-family: monospace;">using namespace Gdiplus;<br /><br /><br />void hb_storvni<span style="color: #000000;">(</span> int iValue, int iParam, int iIndex <span style="color: #000000;">)</span>... |
Alternative Gif Control | [quote="Enrico Maria Giordano":20le8nsq]Please put hb_storvni() in your sample as the following extract :
[code=fw:20le8nsq]<div class="fw" id="{CB}" style="font-family: monospace;">using namespace Gdiplus;<br /><br /><br />void hb_storvni<span style="color: #000000;">(</span> int iValue, int iParam, int iIndex <s... |
Alternative Gif Control | Yes!! Perfecto Enrico, many thanks!
[img:26e61vvl]https://i.imgur.com/uV5Bw10.png[/img:26e61vvl]
[code=fw:26e61vvl]<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 />********** TEST ... |
Alternative Gif Control | Com a minha versão 14.04 do Five não funciona da o erro que mencionei. |
Alternative Gif Control | You have to update your FWH, I'm afraid.
EMG |
Alternative Gif Control | Very good people!
maybe the xHarbour can be under ifdef:
[code=C:1vqhf5cb]<div class="c" id="{CB}" style="font-family: monospace;"><span style="color: #339933;">#ifdef __XHARBOUR__</span><br /><br /><span style="color: #808080; font-style: italic;">// Enrico Maria Giordano - xHarbour and BCC73</span><br /><span style=... |
Alternative Gif Control | Perfect Antonio. Thanks. |
Alternative site to hyperupload | Anyone has any recommendation to a free, easy to use upload site similar to hyperupload? Though simple to use, hyperupload has the annoyance of having a max file size of 10Mb only.
At <!-- w --><a class="postlink" href="http://www.uploading.com">www.uploading.com</a><!-- w --> I frequently get this annoying message w... |
Alternative site to hyperupload | [quote="hua":1vitdor8]Anyone has any recommendation to a free, easy to use upload site similar to hyperupload? Though simple to use, hyperupload has the annoyance of having a max file size of 10Mb only.
At <!-- w --><a class="postlink" href="http://www.uploading.com">www.uploading.com</a><!-- w --> I frequently get t... |
Alternative site to hyperupload | <!-- w --><a class="postlink" href="http://www.filefactory.com">www.filefactory.com</a><!-- w --> |
Alternative site to hyperupload | Jose, Antonio, thanks for the info <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Alternative to memoline() | I need to parse a tab-delimited text file so I use the usual memoread() and memoline().
But I just realized memoline() convert tabs into spaces. Is there any alternative to it?
TIA |
Alternative to memoline() | Check out ttxtfile class.
Example in samples folder testfile.prg |
Alternative to memoline() | Thanks Gale!
I was hoping for an alternative to memoline() so that don't have to resort to low level file manipulation. I am under the impression reading the whole file using memoread() and then extracting the lines from it would be faster |
Alternative to memoline() | if you look at ttxtfile it works very nice. very easy to open file. skip through file and read each line/record. |
Alternative to memoline() | TTxtFile is good.
Another alternative is :
cText := MemoRead( "myfile.txt" )
aLines := HB_ATokens( StrTran( cText, CRLF, Chr( 10 ) ), Chr( 10 ) ) |
Alternative to memoline() | Thank you both of you <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Alternative way of using FastReport? | Hi,
I have used Sergeys's (RIP) fastreport class. I have a lot of report files to convert another report system.
Is there another way to use fastreport from xharbour if I buy a licence FastReport? If yes, Which platform fastreport should i buy?
Thanks, |
Alternative way of using FastReport? | Hakan,
Please, have a look at:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25750">viewtopic.php?f=6&t=25750</a><!-- l -->
Fast Report is now dead. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.