topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
tengo dos grupos y necesito un tercer grupo con report | Gente :
Estoy Tratando de crear un nuevo grupo en tiempo de ejecución , pero me arroja error
TRGroup no existe, alquien quien me oriente
Gracias,
[code=fw:h40pnvw6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />REPORT oRpt ... |
tengo la siguiente duda TTxtFile ayuda | Utilizo esta clase, pero alquerer modificar un archivo XML, me pone espacios en blanco o tabuladores, lo presento de la siguiente forma...
archivo original
<?xml version='1.0'?>
<person dataSource="144" dataSourceNbr="144">
<active>Y</active>
<faces>
<face>
<missing>N</missing>
<sample>Face_Amb... |
tengo la siguiente duda TTxtFile ayuda | Que modificaciones tienes que hacer en los ficheros ? Quizá sea más simple hacer los cambios sobre los archivos en memoria usando MemoRead(), StrTran() y MemoWrit()
Al estar en 32 bits puedes manejar archivos muy grandes en memoria (hasta de 4 gigas) |
tengo la siguiente duda TTxtFile ayuda | gracias port contestar
en primera hice un proceso que me generara XML dependiendo de una ruta, en donde tengo fotos,
quise crear el archivo XML pero al subirlo al servidor no me lo permitio, este archivo tiene los elementos que me pedine para poder subir informacion a una base de datos, lo cuiroso e... |
tengo la siguiente duda TTxtFile ayuda | Donde pone el tabulador ?
No se ve en el código que has puesto. Márcalo de alguna forma para que se vea, gracias
Has probado a hacer StrTran( cTexto, Chr( 9 ), "" ) ? |
tengo la siguiente duda TTxtFile ayuda | alguien sabe como usar el ,![CDATA[]] al crear archivos xml, agradeceria su ayuda |
tengo un array y necesito imprimirlo en columnas... | Hola.
Tengo un array y quiero que en la hoja aparezca en tres columnas, y si no entran en una hoja siga en las subsiguientes,
estoy usando la clase de THE FULL, y viendo como hizo el ejemplo de la factura. pero no se como encolumnarlos.
gracias. |
tengo un array y necesito imprimirlo en columnas... | Cuantas columnas tiene el array? |
tengo un array y necesito imprimirlo en columnas... | una, no es matricial.
a:= { , , , , , , } |
tengo un problema urge por favor | tengo una funcion en c
void algo( par1, parm2...){
... odigo
}
el problema que tengo como la llama desde un prg
gracias |
tengo un problema urge por favor | Tienes muchísimos ejemplos en C en source\winapi y source\function
Basicamente:
#pragma BEGINDUMP
#include <hbapi.h>
void algo( char *, char * );
HB_FUNC( ALGO )
{
algo( hb_parc( 1 ), hb_parc( 2 ) );
}
#pragma ENDDUMP
Y desde tu PRG llamas a ALGO( "uno", "dos" ) |
tengo un problema urge por favor | gracias por tu respueta,
estube analizando los ejemplos de c
y resolvi mi duda, pero aprecio el ejemplo que pones
gracias |
tengo un tree y quiero insertar una rama un un lugar... | Hola.
Como la ordenación de las rams de un tree se me está haciendo dificil de entender.
quiero hacer esto
las ramas tienen dos campos, uno de ellos es "fecha" y lo que quiero es hacer un algoritmo para
buscar dentro de la rama que ya existen la fecha mas chica y antes de esa rama insertar la rama que quiero.
pregunta... |
tengo un tree y quiero insertar una rama un un lugar... | Querido Gustavo,
Revisa el código de FWH\samples\pim.prg
ahí tienes ejemplos de todo lo que podemos hacer con los trees <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Pulsa el botón derecho del ratón sobre el tree |
tengo una duda por favor | tengo un programa con extencion xxxx.ccp, como lo compilo para integrarlo en mi programa
saludos gracias |
tengo una duda por favor | [quote="tomafa":3tgjvou4]tengo un programa con extencion xxxx.ccp, como lo compilo para integrarlo en mi programa
saludos gracias[/quote:3tgjvou4]
Depende de lo que usa para compilar
VERCE: Agregalo como un .c
XMATE: agregalo al proyecto
BAT: compilalo como un .c |
teoria sobre objetos...? | hola.
tienen teoria sobre objetos en harbour? neecsito leer porque no me esta saliendo el tema de mover un grupo de datos entre clases y quiero aprender.
gracias |
teoria sobre objetos...? | Hola Gustavo.
Puedes mirar esto.
[url]
<!-- m --><a class="postlink" href="https://www.kresin.ru/en/hrbfaq_3.html#Doc3">https://www.kresin.ru/en/hrbfaq_3.html#Doc3</a><!-- m -->
[/url]
Saludos.
Jose |
teoria sobre objetos...? | gracias |
terminate MDI child windows with <vk_escape> | I created an MDI window with 2 mdichild windows.
My child windows require clicking the close "X" button to shut them down.
how can I make the escape key shut down/close each MDICHILD windows without having to touch the mouse?
thank you |
terminate MDI child windows with <vk_escape> | Don
This code snipit should work..
Rick Lipkin
[code=fw:4ebji2v4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #B900B9;">// key handler to trap key strokes ESC to quit //</span><br /> oWind:<span style="color: #000000;">bKeyDown</span> := <sp... |
terminate MDI child windows with <vk_escape> | Worked like a charm.
Thanks Rick. |
test invoice | I wish a test invoice made with xbrowse with footer on total rows with these fields :
Item code
Item description
Measure
Qty
Tax
Unit Price
Descount
Total Price
to select a new item from an archive of products and edit each field
thanks |
test sample | Anyone have A test sample of a dialogwith many buttons and vscroll at the right to scroll they ?thanks |
test sample | This is a very basic sample:[code:26z5ruyy]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL cVar := SPACE( 30 )
DEFINE DIALOG oDlg;
SIZE 800, 600
@ 0, 0 GET cVar
@ 3, 0 BUTTON "&Close";
ACTION oDlg:End()
oDlg:nStyle = NO... |
test sample | thank I 'm trying it I must implement it on my old class remember of tmiadialog ? |
test using fw_unicode | Hi,
this little sample test does not work
I copy and paste some chinese characters like these ?????????
or I type some character using chinese keyboard
When get object looses focus all chinese characters disappear and appear a list of ??????
Any hints?
King regards
Marco
[code=fw:v26anrek]<div class="fw" id="{C... |
test using fw_unicode | Please,
If you use Notepad or any other editor you have to save as UTF8 document |
test using fw_unicode | In my prg files there are not chinese or strange characters
Can you compile it for me?
Many thanks
Marco |
test using fw_unicode | [quote="MarcoBoschi":18yhcgf6]In my prg files there are not chinese or strange characters
Can you compile it for me?
Many thanks
Marco[/quote:18yhcgf6]
Marco, As before
If you are not going to use Unicode characters, still working like
If you use unicode characters in xHarbour the .prg file must be saved as UTF8 witho... |
test using fw_unicode | Cristobal,
I tried as per your suggestion but the result is the same. Can you try Marco's sample yourself?
EMG |
test using fw_unicode | Cristobal,
can you try ma sample?
Many thanks
Marco |
test using fw_unicode | My email
navarro . cristobal at gmail . com
[url=http://postimage.org/:2o4ko603][img:2o4ko603]http://s4.postimg.org/5jyxm3fkt/marcob.png[/img:2o4ko603][/url:2o4ko603] |
test using fw_unicode | Cristobal,
I' just sent the source and a dbf table
Gracias |
test using fw_unicode | Look
[url=http://postimage.org/:y57lykx6][img:y57lykx6]http://s15.postimg.org/jmb2368wr/marcob1.png[/img:y57lykx6][/url:y57lykx6]
I just had to put Fw_SetUnico of (.T.) In the program and compile normally FiveDbu |
test using fw_unicode | Cristobal,
can you send me your EXE to test it here?
EMG |
test using fw_unicode | Sent |
test using fw_unicode | Cristobal,
thank you, your EXE works fine here. But if I compile the PRG you sent me it doesn't work. I'm using latest FWH build 4. What am I missing? Any additional LIBs required?
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":2vwvp735]Cristobal,
thank you, your EXE works fine here. But if I compile the PRG you sent me it doesn't work. I'm using latest FWH build 4. What am I missing? Any additional LIBs required?
EMG[/quote:2vwvp735]
No, standard libraries with Harbour
Which problem you have? |
test using fw_unicode | Cristobal.
I just can't paste the chinese characters in the GET. When I try to paste them they change to question marks.
Any ideas?
EMG |
test using fw_unicode | I'm using xHarbour. Does it make any differences?
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":2fkcb3lj]Cristobal.
I just can't paste the chinese characters in the GET. When I try to paste them they change to question marks.
Any ideas?
EMG[/quote:2fkcb3lj]
Do not
In your program only thing I've done is add Fw_SetUnicode (.T.)
[url=http://postimage.org/:2fkcb3lj][img:2fk... |
test using fw_unicode | [quote="Enrico Maria Giordano":10oompa2]I'm using xHarbour. Does it make any differences?
EMG[/quote:10oompa2]
Ah! that may be
I think Mr Rao also used xHarbour and has not commented have any problem
I do not use much xHarbour
I will do tests and comment |
test using fw_unicode | Cristobal,
thank you.
EMG |
test using fw_unicode | Enrico
Maybe missing the code library of pages in your build xHarbour
I Harbour I have
echo %hdirl%\hbcpage.lib + >> b32.bc
Tell me I can help |
test using fw_unicode | Cristobal,
I just tried with harbour: same problem. I retried you EXE and there are problems too. Try to paste twice in the first field.
EMG |
test using fw_unicode | We can compare your buildh.bat with mine
[url=http://postimage.org/:1j7628bd][img:1j7628bd]http://s11.postimg.org/89q04bo2b/marcob3.png[/img:1j7628bd][/url:1j7628bd] |
test using fw_unicode | Harbour Libs I use
[code=fw:24m17x2v]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aHLibs := <span style="color: #000000;">{</span> <span style="color: #ff0000;">"hbwin.lib "</span> , <span style="color: #ff0000;">"gtgui.lib "</span> , <span style="color: #ff0000;">"hbrtl.lib "</spa... |
test using fw_unicode | Cristobal,
I repeat (maybe you have missed that): your EXE has the same problem. Try to paste the chinese characters twice in the first GET.
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":2t6f6u5y]Cristobal,
I repeat (maybe you have missed that): your EXE has the same problem. Try to paste the chinese characters twice in the first GET.
EMG[/quote:2t6f6u5y]
Enrico, yes you are right
Note that the width of the variables must be appropriate to the characters you'll paste
... |
test using fw_unicode | Cristobal,
ok, that's better. But still doesn't work with my EXE (both Harbour and xHarbour). Don't know why... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":2ou8224x]Cristobal,
ok, that's better. But still doesn't work with my EXE (both Harbour and xHarbour). Don't know why... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG[/quote:2ou8224x]
Please, look your mail |
test using fw_unicode | With your new libs it's working fine! I don't understand. I'm using latest official libs from Fivetech. What's the difference?
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":3sbd81cy]With your new libs it's working fine! I don't understand. I'm using latest official libs from Fivetech. What's the difference?
EMG[/quote:3sbd81cy]
Ok,
I do not understand why
I will review what may be the problem with the libraries that you have
It works well with xHarbour? |
test using fw_unicode | Yes, with xHarbour is even better. With Harbour if I paste when there is not enough space I get question marks or other strange characters. While with xHarbour the paste just fills the available space.
EMG |
test using fw_unicode | [quote="Enrico Maria Giordano":2hhb3z6l]Yes, with xHarbour is even better. With Harbour if I paste when there is not enough space I get question marks or other strange characters. While with xHarbour the paste just fills the available space.
EMG[/quote:2hhb3z6l]
Thanks for the info |
test using fw_unicode | For Antonio:
so we have to wait for a build 5? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
test using fw_unicode | Thanks Guys
Have a Nice Sunday
Marco |
test using fw_unicode | Enrico,
I am checking it with Rao and Cristobal, thanks |
test.mak para xHarbour | Porfa, necesito un ejemplo de test.mak para compilar con xHarbour y BCC582.
Gracias, salu2. |
test.mak para xHarbour | João,
Puedes usar el make bormake.zip que proporcionamos en la carpeta makes de FWH. Solo tienes que cambiar las librerías de Harbour a xHarbour basándote en FWH\samples\buildx.bat |
test.mak para xHarbour | Ok. Gracias, Maestro... |
testMap | I saw the sample of TestMap
I wish Fill with a color a part of a bitmap sample : on Red a state of Europe
1. How I can colorize this zone ?
2. How I can save the x,y to savethem on dbf and make the fill when I click on this record
sample
Espana x,y ->>>> RED floodfill on bitmap
Italy x,y ... |
testMap | Silvio,
I think filling a unsymmetrical area is not possible.
What you an do is :
1. You need a empty[color=#0000FF:2b6mjs8z] [b:2b6mjs8z]WHITE map with black border-lines[/b:2b6mjs8z][/color:2b6mjs8z]
2. fill the selected area with a color
3. save the image with the country-name
How to create the different images ... |
testMap | Uwe,
I have an old app made with fw + clipper 16 bit and I wish converte it on 32 bit
I converte it and not run ok
I have a Map of Italy
I have a dbf with coordinates x,y
then I have a xbrowse and made
oBrw:bChange:= {|| Disegna_cartina(oTree,oDlg,oCartina,oBrw) }
....
static Function Disegna_cartina(oTr... |
testMap | Silvio,
I would place a transparent BTNBMP without text on the needed position
that works fine and looks nicer.
From the browser You can call the button to be displayed.
Save button-top / left to Your DBF
Maybe also add fields for the Buttonsize to Your DBF.
As a extra You will have a action and Tooltip
Add ADJUST for... |
testMap | Uwe,
Look this please :
[img:5pm0zkv1]http://img849.imageshack.us/img849/770/azzn.jpg[/img:5pm0zkv1]
the problem I have allready small application on 16 bit oldest fw+clipper with a database
on this database there are fields with posx and posy for to draw with the function floodfill a zone of a map... |
testMap | [b:1ka1olh8][size=150:1ka1olh8]I found the problem is on Xbrowse Tree[/size:1ka1olh8][/b:1ka1olh8]
because I made two test
[b:1ka1olh8]First[/b:1ka1olh8] with NO TREE and on xbrowse and I can draw all regions of the Map as you can see here
[img:1ka1olh8]http://img824.imageshack.us/img824/6138/notr... |
testMap | Please see the solution here
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25910&p=142190#p142190">viewtopic.php?f=3&t=25910&p=142190#p142190</a><!-- l --> |
testads.prg | Hello,
With the following code I get an error.
[code=fw:343l0fht]<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;">"ads.ch"</sp... |
testads.prg | It should be RDDSetDefault( "ADS" )
"ADT" is AdsSetFileType( ADS_ADT )
[code=fw:2yopwqm1]<div class="fw" id="{CB}" style="font-family: monospace;">RDDSetDefault<span style="color: #000000;">(</span> <span style="color: #ff0000;">"ADT"</span> <span style="color: #000000;">)</span></div>[/code:2yopwqm1]
Why don... |
testads.prg | Hi Dutch, thank you.
I compiled and run testads.prg in C:\Pieter\fwh\samples and it worked. Somehow in Pieter\sqlapp it does not work.
The application which we want to migrate to sql, still uses ads, therefor I want to understand ADS as well.
Pieter |
testads.prg | Dear Peter,
You need some file for local server connection. These files must be in c:\windows\system32 or Application Folder.
adsloc32.dll
adslocal.cfg
ansi.chr
axcws32.dll |
testads.prg | Hey, it works now also in the other directory. (I copied the files adsloc32.dll and and ace32.dll from fwh\samples to my application directory sqlapp. Thanks for you help:D |
testads.prg | Hi Pieter,
My pleasure, I recommend you to try ADORDD (Contribute by Antonio F.). |
testads.prg | Hi Dutch
Yes!, I am very interested in this ADORDD from Antonio F. It could be a solution for my companies xharbour application to migrate to sql. So first I will try an example, to get an understanding of this ADORDD <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
P... |
testads.prg | Hello everyone!
Maybe someone here can help me understand a bit more about ADORDD. As I read some of the documentation it seems to me like the tables must reside on a shared directory. For example; f:\Data\Customers.dbf (or whatever other name) and have a mapping to drive f: with read/write permissions.
If this is... |
testads.prg | Reinaldo,
Surely Antonio Ferreira can provide us a good advise regarding this |
testads.prg | Reinaldo,
You must read the readme.pdf file at github.
1) All the working tables (database) reside always in the sql server of your choice
2) If you choose to have true locks and exclusive/shared use then you must have a share where ADORDD keeps:
a) tLocks.dbf - Lock control. You must indicate in the corresponding ... |
testbrw.rc | Hola, Perdon pero soy nuevo en esto, trato de abrir desde el workshop el testbrw.rc pero me marca un error id 742, cannot open files:windows.h, como lo puedo abrir
Gracias
Elias oros |
testbrw.rc | El RC esta hecho con el editor de recursos de Pelles "C", puedes abirlo con ese editor de recursos.
Si lo quieres abrir con Workshop, abre .RC con un editor de texto y quita los archivos #include, guarda el RC y listo, se puede abrir sin problema desde workshop.
No lo he probado pero supongo que tendras que quitar t... |
testbrw.rc | Gracia Rene, de hecho lo hice como me indicas pero no me toma el recurso.
Gracias. |
testbrw.rc | Agrega la ruta a donde estan los archivos de cabecera, en este caso los de VCE:
#include "c:\vce\include\arm\windows.h"
#include "c:\vce\include\arm\commctrl.h" |
testbrw.rc | ya lo anexe pero no me da el browse
Perdon no tendras un ejemplor de listbox o algo similar
gracias.
Elias Oros. |
testbrw.rc | Enviado a tu privado. |
testcalr.prg | I am wanting to experiment with testcalr.prg, so I copy and rename it prgcalr.prg.
It compiles and links fine( just like testcalr.prg ), but when trying to run it , these errors appear.
Maybe obvious, but not to me.
Thanks,
Bruce S.
Application
===========
Path and name: C:\fwh\samples\PRGCALR.exe (32 bits)
Siz... |
testcalr.prg | You should also rename testcalr.rc to prgcalr.rc |
testcalr.prg | The problem is because you have not copied/renamed the .rc file
Please make a copy of testcalr.rc and name it as your new prg name ie prgcalr.rc
Definitely it will work. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Regards
[b:gekxeo3y]Anser[/b:gekxeo3y] |
testcalr.prg | Renaming the .rc file works fine
Thanks,
Bruce S. |
testpop.prg | I'm trying testpop.prg but I get no error message (connection succesful) and no received messages. What am I missing?EMG |
testpop.prg | Are you really referring to TestPop.Prg ? This program in samples folder is only for "Testing Popup Menus in FiveWin" and does not connect to anything. TestPop.Prg demonstrates the popupmenu as intended. Are you referring to some other program or am I missing something ? |
testpop.prg | Sorry, it was testpop3.prgEMG |
testpop.prg | Enrico,Maybe these old messages will help.Regards,JamesFalconi Silvio escribió en mensaje <3ae462d1@servidor3a.dimasoft.es>...>I COMPILED AND LINKED TESTPOP3.PRG>> I insert this line :>> oInMail = TPop3():New( "mail server",, "myuser", "mypass" ) // mail server IP>>>1. Mail server can I use also the name of my pro... |
testpop.prg | Thank you, James, but I already use the IP address of my POP3 server.EMG |
testpop3 | hi to all
I'm trying testpop3 but it does not work...
[code=fw:32ojou5a]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> GetMail<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">lo... |
testpop3 | I'm using this function:
[code=fw:6fbpxrsr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> GETMAIL<span style="color: #000000;">(</span> cServer, cUser, cPassword <span style="color: #000000;">)</span><br /><br ... |
testpop3 | thank you Enrico
I trying TIPClientPOP() with this code:
[code=fw:yypxz2sr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> GETMAIL<span style="color: #000000;">(</span> <span style="color: #ff0000;">"pop3.mydo... |
testpop3 | Can you send me the exact sample are you trying to get to work so I can test it here?
EMG |
testpop3 | I call GetMailZ from my menu GetMail(oWnd)
here you are:
[code=fw]
// Testing FiveWin new Internet incoming mail (POP3 protocol) Class
#include "FiveWin.ch"
STATIC FUNCTION GETMAIL( "pop3.dominio.it", "info@dominio.it", "password" )
LOCAL lOk := .F.
LOCAL oCli
LOCAL aMail, aPar, cMsg, oAtt
LOCAL ... |
testpop3 | Sorry, I can't help you without a full working sample of the problem. All I can say is that it is working fine if the correct parameters are provided.
EMG |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.