topic
stringlengths
1
63
text
stringlengths
1
577k
graficos estilos tortas.
Amigos Hace varios dias que no entro a las news por ello no respondi a tiempo esta liga. RMC.EXE lo hice por que tengo ejecutables en clipper y en diferentes versiones de FW que requieren graficas y usar RMCHART.dll exige estar en 32 bits y actualizado con las versiones mas recientes de FWH y XHARBOUR La idea es si...
graficos estilos tortas.
Estimado Sr. Vladimir, [quote:xktoh3kg]RMCHART sin lugar a dudas la mejor opción Yo tengo un ejecutable que te saca la grafica en varios estilos a partir de un archivo de texto si te interesa dejame tu correo y te lo envio. [/quote:xktoh3kg] También estoy interesado en tener una copia del programa que usted ha dicho...
graficos estilos tortas.
[quote="Vladimir Zorrilla":edvmdr72]RMCHART sin lugar a dudas la mejor opción Yo tengo un ejecutable que te saca la grafica en varios estilos a partir de un archivo de texto si te interesa dejame tu correo y te lo envio. Saludos[/quote:edvmdr72] Vladimir, parece muy interesante, me gustaría si pudiera enviármelo ta...
graficos estilos tortas.
Vladimir: Me sumo a la solicitud. Mi correo es <!-- e --><a href="mailto:f.alegria.p@gmail.com">f.alegria.p@gmail.com</a><!-- e --> Gracias
graficos estilos tortas.
Vladimir el mio es: <!-- e --><a href="mailto:adhemarcuellar@hotmail.com">adhemarcuellar@hotmail.com</a><!-- e --> Se le agradece Mucho Saludos Adhemar
graficos estilos tortas.
Hola Vladimir Si no es molestia, te agradecere el envio a mi correo es <!-- e --><a href="mailto:lubin.am@speedy.com.pe">lubin.am@speedy.com.pe</a><!-- e --> , me parece interesante la alternativa que mencionas Lubin
great finding in print preview
Antonio, I tried your suggestion by commenting out the section you suggested. Unfortunately, I can't see any difference. What difference should we notice? Thanks.
great finding in print preview
Meanwhile I was testing some changes in Class TMetaFile (tmetafil.prg) I found that if I comment out this section of code, the print preview is incredibly much better! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> I do appreciate your tests and comments, thanks! [code=fw...
great finding in print preview
perhaps I not understood ...what there is better? can you insert an image please
great finding in print preview
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27349#p152142">viewtopic.php?f=6&t=27349#p152142</a><!-- l -->
great finding in print preview
Michel, Do your previews look like the Acrobat PDF previews ? We have to do more tests to find on what printer object instructions that makes a real difference. Here the improvement is outstanding, I will post some screenshots. Could you please post a screenshot to see how it looks there for you ? thanks
great finding in print preview
Antonio, Here is a screenshot without your change in the preview : [img:3rk6enx7]http&#58;//www&#46;ma-consult&#46;be/preview1&#46;jpg[/img:3rk6enx7] Here is a screenshot WITH your change in the preview : [img:3rk6enx7]http&#58;//www&#46;ma-consult&#46;be/preview2&#46;jpg[/img:3rk6enx7] I'm very sorry, but I can't...
great finding in print preview
Michel, for me it seems as you use bold in the first report. The 2nd is much clearer. Best regards, Otto
great finding in print preview
Michel, I don't know yet what printer actions may affect my proposed change, but here in some specific tests, there is a big difference. I will try to post some screenshots asap. I am doing more tests and I will report here my findings, thanks
great finding in print preview
hi Antonio the text is clearer, but the zoom does not work well bye
great finding in print preview
Mauri, Yes, thats what I am reviewing: the right way for zooming it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
great music mixes online
Chillout: <!-- m --><a class="postlink" href="http://soundcloud.com/pablo-bolivar">http://soundcloud.com/pablo-bolivar</a><!-- m --> [url:1f9ptkkz]http&#58;//soundcloud&#46;com/pablo-bolivar/mind-groove-vol-9-galaxy[/url:1f9ptkkz] [img:1f9ptkkz]http&#58;//img156&#46;imageshack&#46;us/img156/7398/capturefzq&#46;jpg[/img...
grey buttons on button bar
I'm getting an inconsistant behavior on a button bar. When I disable certain buttons one of them will 'grey' meaning that its colors become muted while leaving the bitmap recognizable, but the other 2 disabled button turn dark gray obscuring obscuring the bitmap. What must I do to control the appearance of disabled b...
grey buttons on button bar
Don, I am guessing it is differences in the bitmaps. Try moving the bitmaps to different buttons and see if the behavior follows the bitmap. You can post pictures here by uploading them to a free picture hosting site like <!-- w --><a class="postlink" href="http://www.imageshack.com">www.imageshack.com</a><!-- w -->....
grey buttons on button bar
James, You are probably correct about the bitmaps being the source of the problem. The 2 buttons you see to the left in the image below do not work properly. All other buttons seem to be working properly. Enabled: [url=http&#58;//img59&#46;imageshack&#46;us/i/ablebarcopy&#46;jpg/:1ugytxha][img:1ugytxha]http&#58;//im...
grid on rpreview
How I can create a grid sytem as Fast Report Grid on metafile of Rpreview ( when the metafile is on preview) Some can help me please ?
grid printing
Is it possible to print a grid on a simple way ? kind regards José
grid printing
José, Do you mean to print it on a window or dialog ? If so, then please try: oWnd:bPainted = { | hDC, cPS | DrawGrid( oWnd:hWnd, hDC, cPS, 5, 5 ) } There is an example of use in FWH\visual\design.prg
grid printing
No simply print on paper a grid with 5 x 5 rows/cols
grid printing
Please review FWH\samples\testprn2.prg
group marker group marker lines RESOLVED
[img:23yihhe8]https&#58;//i&#46;postimg&#46;cc/ZRFrqVhL/sde&#46;jpg[/img:23yihhe8] How can I go about drawing the thickest lines but only the marker lines for each group? ie only the lines marked with red arrows?
group marker group marker lines RESOLVED
I resolved with FOR i := 1 TO 1 oCol := :aCols[ i ] oCol:nColDividerStyle := LINESTYLE_BLACK NEXT FOR i := 6 TO 56 STEP 5 oCol := :aCols[ i ] oCol:nColDividerStyle := LINESTYLE_BLACK NEXT But I not Know if it's Right [img...
group marker group marker lines RESOLVED
Dear Silvio, Will we win the lotto ? You are becoming a Master of it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
group marker group marker lines RESOLVED
Is there a lottery in espana? tell me if I can make sone predictions, so you'll win sure I know that in spain there is the Primitiva which is a lottery with six numbers + a complementary, probably my functions also run for the primitive with small changes, but without an archive I cannot make statistics, I have found ...
group on oBrw:Report
I would like to group in the report but it doesn't work for me through a combobox the user selects the index oDbf:setorder(nGroup) oDbf:gotop() nGroup is a number aGroup := {nGroup} oBrw:Report( cTitle, , , ; { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf ) }, aGroup ) [code=fw:31mtp...
group on oBrw:Report
Any solution please?
gtgui.lib
Hi Antonio, I downloadeded the latest release and tried to build testprn2.prg; however I am getting an error stating gtgui.lib is missing. I checked the LIB folders for FWH and xHarbour (Oct2006) and it is misssing. Is the LIB required? If so, where can I download the file? Thank you,
gtgui.lib
Hi Antonio, Also, I am getting invalid OMF record for ACE32.LIB; where can I get the latest version? Thank you,
gtgui.lib
Antonio, I am also getting error linking testprn2.prg; I adding the coding at the top. // Sample showing how to manage the printer object #include "FiveWin.ch" #pragma BEGINDUMP #include "hbapi.h" #include "hbapiitm.h" PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) { return pDynSym->pSymbol; } #pragma ENDDUMP and I am...
gtgui.lib
Antonio, Sorry, I downloaded xHarbour from FWH and it corrected the problems below. However, the page counter on print preview is not working. Thank you,
gtgui.lib
Darrell, Please test samples\TestPrn2.prg and check if it works fine, thanks.
gtgui.lib
Antonio, It does not work. I am sending an email to you with screen shots. Regards,
gtgui.lib
Darrell, Fixed. It was not working on non XP themed apps.
gtgui.lib
Hi Antonio, I am having a problem with :Refresh(); it initializes but does not refresh. cText := "1" oText:Refresh() ===> 1 cText := "2" oText:Refresh() ===> still shows 1 Regards,
gtgui.lib
Antonio, How to fix this bug? It's also occuring on Win98. Thanks -- xHB0.99.61 + FWH 2.8 Nov
gtgui.lib
Darrell, Please do it this way: [code:26d4rx5o] oText&#58;SetText&#40; "1" &#41; &#46;&#46;&#46; oText&#58;SetText&#40; "2" &#41; [/code:26d4rx5o]
gtgui.lib
Antonio, That worked. However, we have over 300 prg that have the otext:refresh() that worked before I installed the upgrade. Please let me know if there is a fix for otext:refresh(); othererwise we will have to waste time reprogramming all the prg. Thank you,
gtgui.lib
Darrell, Please remove this line from Class TSay: METHOD Refresh() INLINE If( ::bGet != nil, ::SetText( Eval( ::bGet ) ),) and try your app again, thanks
gtgui.lib
Darrell, Can't you just use a global replace? That should only take you a few seconds to fix 300 prgs. James
gtwin en verce
Hola a todos del foro Cuando trato de compilar y ejecutar un sistema con verce, este me pide el archivo gtwwin, dice que no lo encuentra... He visto en otros post que ya no se usa el gtwin, mas bien el gtgui. Uso fwh7.04, que puedo hacer para que no me pida el nombre de este archivo o modificar algo en el verce... Sa...
gtwin en verce
Renombra GTGUI.lib como GTWIN.lib
gtwin en verce
Ok Master Voy a intentarlo y reportare como resulta... Otra pregunta con fwh7.04 el xbrowse ya funciona del todo ok, como edicion por celdas, es que no tengo muchos ejemplos sobre este tema. Gracias Salu2 Francis
gtwin en verce
Francis, Funciona bastante mejor, aunque la versión más completa es la que se incluye en FWH 7.07
gtwin.lib missing
Hi everybody, I am getting an error during compile. ..... gtwin.lib file missing. I am not getting such file in appropriate path. Could any one tell me where is it available? Arindam
gtwin.lib missing
Arindam, in June 2006 Build : * New: IMPORTANT: Due to recent changes in Harbour and xHarbour, GTGUI.LIB must be linked instead of GTWIN.LIB. Regards,
gtwin.lib missing
Thanks for your information. After doing the necessary changes in .mak file the followin errors are generating from different .lib. Please let me know what more replacement required during compilation. rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second definition ignored ...
gtwin.lib missing
Hi Arindam, what is your version of FWH ? Version of [x]Harbour ? Best regards.
gtwin.lib missing
Hi Baxajaum! My FWH version is 2.7 and xHarbour version is xHarbour Builder Prof. for window-March 06 Arindam
gtwin.lib missing
Arindam, You need an upgraded xharbour builder. Please contact xharbour.com
gtwin.lib missing
Hi Antonio, Now I am using xHarbour last release Aug, 06-RC8 and FWH ver 2.7. While testing msmake setup (i.e. ..\Fwh\makes\msmake) to compile multiple .prg under a project, the following error codes are generating. rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(matherr.obj); second def...
guardar y recuperar bmps en un campo memo
Hola, Por favor, ¿es posible guardar y recuperar bmps en un campo memo?. Muchas gracias.
guardar y recuperar bmps en un campo memo
mgsoft Yo hago asi: [code=fw:1dbt28z2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cImagen:=<span style="color: #ff0000;">"IMAGEN.BMP"</span> &nbsp;<span style="color: #B900B9;">//Se puede .JPG .PNG</span><br />BLOBImport<span style="color: #000000;">&#40;</span> FieldPos<span style="color: #000000;...
guardar y recuperar bmps en un campo memo
Muchas gracias ¿Y donde esta por favor la función blog import?
guardar y recuperar bmps en un campo memo
Eduardo. Compilo con FWH 11.06 y xHarbour 1.2.1 Rev 9445 y funciona. Saludos, Adhemar
guardar y recuperar bmps en un campo memo
Muchas gracias, funciona perfecto. Desconocía estas funciones nuevas de Harbour y xHarbour. Aquí dejo un sample: [code=fw:2fgpunzs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"blob.ch"</span><br /><br /><span style="color: #00C...
guardar y recuperar bmps en un campo memo
Eduardo, suponiendo que tienes un control Image "oFoto" definido en tu dialogo, puedes probar el cargar la imagen sin pasar por disco, yo lo hago pero uso tablas ADT, pero no esta demas que lo intentes [code=fw:jz0ryry2]<div class="fw" id="{CB}" style="font-family: monospace;">oFoto:<span style="color: #000000;">Load...
guidelines for Metro style apps
[url:3bv09zlv]http&#58;//msdn&#46;microsoft&#46;com/en-us/windows/apps[/url:3bv09zlv]
guidelines for Metro style apps
[url:lkx6ebmj]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/windows/apps/hh465424&#46;aspx[/url:lkx6ebmj] [quote:lkx6ebmj] Controls Design your app's UI to showcase the content. •App bar: Place your app's commands in the app bar so users know where to look for them. See Guidelines for app bars. •Navigation...
hDC y pintado [SOLUCIONADO]
Hola, Estoy con el TSBrowse intentando pintarle un triangulito en cada celda del grid. Resulta que si a la funcion que dibuja el polygono no le paso un nuevo hDC con GetDC(::hWnd), no pinta el triangulito. Por otra parte, parece que también se produce fuga de recursos al pintar los triangulitos, como si recursos de l...
hDC y pintado [SOLUCIONADO]
He conseguido que funcione CASI bien, Se pintan los triangulos SALVOOOOO cuando paso una ventana / programa por encima del browse: ahi se borran los pu/eteros triangulitos. Le he echado de horas a esto (7 min), que más barato me hubiera salido contratar a alguien que domine el C. Llegado este punto no sé si cortarme l...
hacer el diálogo de error log más ancho que a veces no se l
A veces no se lee bien. Gracias.
hacer el diálogo de error log más ancho que a veces no se l
Elvira, Tienes razón, pero tambien por ese motivo ofrece un botón que lo muestra completo en el notepad. Usar un diálogo mucho mayor, ocultaría la pantalla del usuario que muchas veces es muy util para saber lo que esta haciendo. Si es solo ampliarlo un poco, no hay problema. Vosotros lo habeis modificado ?
hacer el diálogo de error log más ancho que a veces no se l
Antonio, Muchas gracias, si lo hemos modificado para hacerlo un pelín más ancho, nada más. Muy agradecida.
hacer el diálogo de error log más ancho que a veces no se l
Elvira, Que dimensiones le habeis puesto ?
hacer librería fivehx
Que tengo que compilar para hacer esta librería, hace como dos años la hice pero no me acuerdo que es lo que hay que incluir...Gracias
hacer librería fivehx
Use: HARB2LIB.EXESaludos.
hacer que un diálogo con folder vaya al primer get
Hola, ¿Es posible que en un diálogo con Folder vaya al primer GET de la pestaña 1?. Gracias.
hacer que un diálogo con folder vaya al primer get
ofld:nOption :=1 oDlg[1]:setfocus() <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
hacer que un diálogo con folder vaya al primer get
No funciona. Mi código es: REDEFINE FOLDER oFld ID 201 OF oDlg ; PROMPT "&Uno", "&Dos", "&Observaciones" ; DIALOGS "A1", "A2", "a3" // ----- GENERAL REDEFINE GET cCODIGO ID 99 OF oFld:aDialogs[ 1 ] Y probé con: ofld:nOption :=1 oFld:aDialo...
hacer que un diálogo con folder vaya al primer get
Lucas que version de fivewin usas?
hacer que un diálogo con folder vaya al primer get
Daniel, 11.08. Gracias.
hacer que un diálogo con folder vaya al primer get
Prueba [code=fw:1l8mxlo1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> oGet<br />...<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet <span style="color: #0000ff;">VAR</span> cCODIGO <span style="color: #0000ff;">ID<...
hacer que un diálogo con folder vaya al primer get
Daniel, Fïjate cómo tengo definidos los GET: [code=fw:ka6sq4ss]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> cCODIGO <span style="color: #0000ff;">ID</span> <span style="color: #000000;">99</span> <span style="color: #0...
hacer que un diálogo con folder vaya al primer get
Lucas [quote="lucasdebeltran":1fx6t8su]¿No hay forma de saber internamente cuál es el primer control de un folder tipo GET?.[/quote:1fx6t8su] si [code=fw:1fx6t8su]<div class="fw" id="{CB}" style="font-family: monospace;">nGet = AScan<span style="color: #000000;">&#40;</span> oFld:<span style="color: #000000;">aDialo...
hacer que un diálogo con folder vaya al primer get
Muchas gracias Daniel. Funciona perfecto. Dejo el código con un ejemplo: [code=fw:3nbyraak]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style...
hacer que un diálogo con folder vaya al primer get
Lucas, Prueba asi tambien: ACTIVATE DIALOG oDlg ; ON INIT ( oFld:aDialogs[ 1 ]:setfocus(), .F. ) [url:21s5wxmd]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/windows/desktop/ms645428(v=vs&#46;85)&#46;aspx[/url:21s5wxmd] [quote:21s5wxmd]The dialog box procedure should return TRUE to direct the system to set ...
hacer un ingrso
Un cordial saludo para todos en el foro. Antonio Dios bendiga cada paso que des en cada dia de tu vida.... Feliz 2007 Quisiera que me expliques como arreglo el .prg del tutor07 para hacer ingresos desde esa ventana al dbf, requiero hacerlo de esa manera y no como lo sugiere el tutor08, he intentado como lo hacia en cli...
hacer un ingrso
Lo que te falta es un boton que realice: a) un APPEND BLANK, a continuacion b) reemplace en el registro nuevo las variables getnombre y getdireccion [quote="jaba":10w2g9jx]Un cordial saludo para todos en el foro. Antonio Dios bendiga cada paso que des en cada dia de tu vida.... Feliz 2007 Quisiera que me expliques c...
harbour + twbrowse
Fazendo teste com o [b:2nnbbpbi]harbour[/b:2nnbbpbi] percebi que é mais rapido que o [b:2nnbbpbi]XHARBOUR[/b:2nnbbpbi]. Gostaria de saber se alguem possui a TWBROWSE E HBZIP para [b:2nnbbpbi]HARBOUR[/b:2nnbbpbi] ? -------------------------------------- Making test with [b:2nnbbpbi]harbour [/b:2nnbbpbi]I perceived ...
harbour + twbrowse
Luiz53: Aquí en Utilidades esta twBrowse para Harbour. HbZip no se si esta. Saludos Ruben Fernandez
harbour 1.1 rc and btnget
Hi, Anyone could use btnget with harbour 1.1 rc ? It' shows a run time error : Error occurred at: 2007.11.20, 18:40:44 Error description: Error BASE/1081 Argument error: + Args: [ 1] = U [ 2] = N 1 Stack Calls =========== Called from: => TBTNGET(0) makfile.bc: INCLUDE_DIR = \b...
harbour 1.1 rc and btnget
Shuming, Please compile that class with line numbers info, so you may find the source code for the error: > Error description: Error BASE/1081 Argument error: + Args: [ 1] = U [ 2] = N 1 > It looks as a number (1) is tried to be added to a nil value
harbour 3.0 ceiling(101.2/2.53)==41 bug?
Hi, call Harbour 3.0 function ?ceiling(101.2/2.53) // 41 // Should be 40. Regards! Shuming Wang
harbour 3.0 ceiling(101.2/2.53)==41 bug?
I get the same result using this C sample: [code=fw:1ih781x9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <stdio.h><br /><span style="color: #00D7D7;">#include</span> <math.h><br /><br /><br />int main<span style="color: #000000;">&#40;</span><span style="colo...
harbour 3.0 ceiling(101.2/2.53)==41 bug?
EMG, 2.53X40==101.20 MySQL select ceiling(101.2/2.53) // 40 Regards! Shuming Wang
harbour 3.0 ceiling(101.2/2.53)==41 bug?
Please read something about floating-point numbers. I repeat: it's a well known problem and no, it's not specific of a particular programming language. EMG
harbour 3.0 ready to download
Donwload harbour 3.0 redy to be used <!-- m --><a class="postlink" href="http://sourceforge.net/projects/harbour-project/">http://sourceforge.net/projects/harbour-project/</a><!-- m --> After more than 1.5 years of strong development and 3600 commits,stable Harbour 3.0.0 version has been tagged and source packages rel...
harbour 3.0 ready to download
Massimo, It seems as Harbour 3.0 has several backwards compatibility problems, so meanwhile we don't test it in deep and find some solutions (i.e. Class TOleAuto is missing!), we don't recommend FWH users to happily upgrade to it. In the meantime we do recommend the Harbour and xHarbour builds that we have built ours...
harbour 3.0 ready to download
Antonio: en el Harbour que pone para bajar falta rddads.lib. Gracias. Gracias y saludos Ruben Fernandez
harbour 3.0 ready to download
Antonio Con Xharbour 1.2.1 Rev 9381 Da error en el rpreview al querer exportar a Doc o PDF Sales SISTEMA.EXE dejo de funcionar Gracias, Saludos Adhemar
harbour 3.0 ready to download
Amigos, Ya descubrí porque no exporta. La libreria RTL.LIB esta dañada. La reemplace con una anterior y funciona perfecto. Saludos, Adhemar
harbour 3.0 ready to download
Hello To use Fivewin with Harbour 3.0, can try link this lib (after fivewin lib) borland: [url:2xd6j0am]http&#58;//www&#46;danielgarciagil&#46;com/fivewin/files/legacy&#46;lib[/url:2xd6j0am]
harbour 3.0 ready to download
And for Microsoft VC 2010 ?
harbour 3.0 ready to download
Hello Tim coming soon... <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
harbour 3.0 ready to download
Hello Tim Already to MSVC msvc:[url:2pe7qbsn]http&#58;//www&#46;danielgarciagil&#46;com/fivewin/files/legacym&#46;lib[/url:2pe7qbsn]