topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
help for save a say aspect | I wish to save the caption of say, the color, and the font to a file ini
first problem when I change the caption it not refresh
Some one can help me please
[code=fw:39r5126y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"F... |
help for save a say aspect | You can try these changes
[code=fw:m6099r6g]<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 /><br /> <span style="color: #00C800;">Static</span> cImpresa, oFont<span style="color: #000000;">&... |
help for the sample xbimg.prg | I wisjìh create from xbimg.prg sample a test with an archive dbf
I wish create a archive dbf with images with these fields
File C 60
Desc C 60
oApp():oGrid := TXBrowse():New( oApp():oDlg )
oApp():oGrid:nTop := 00
oApp():oGrid:nLeft := nSplit+2
oApp():oGrid:nBottom := oApp():oDlg:nGridBottom
... |
help for xbrowse | I want click with mouse on a record of xbrowse and change the bitmap
oCol:= oApp():oGrid3:AddCol()
oCol:AddBmpFile(".\BITMAPS\GRID\hand.BMP")
oCol:AddBmpFile(".\BITMAPS\GRID\handno.BMP")
oCol:bBmpData := { || Desp_Per()}
*oCol:bStrData := { || Desp_Per()}
oCol:cHeader := "Permesso"
oCol:nWidth ... |
help for xbrowse | Hola Silvio:
oGrid:aCols[1]:AddResource("ON")
oGrid:aCols[1]:AddResource("OFF")
oGrid:aCols[1]:cHeader := ""+CRLF+"Est"
oGrid:aCols[1]:nHeadStrAlign := 2 // Alineacion: 1.- derecha 2.- centrado 3.- izquierda
oGrid:aCols[1]:nHeadBmpAlign :... |
help for xbrowse | sorry but
I must make a procedure to set access user login
i need the procedure to click with mouse to set if the user have a access free or not
oApp():oGrid3:bLDblClick:={|| Asigna()}
oApp():oGrid3:bKeyDown:={|nKey| IF(nKey=VK_RETURN,Asigna(),IF(nKey=VK_F5,Cambia(),))}
STAT FUNC Asigna()
IF lAB... |
help for xbrowse tooltip | please Look this Image :
[img:fhv3yjy8]http://www.eoeo.it/wp-content/uploads/2015/02/tabel_tooltip.jpg[/img:fhv3yjy8]
I use and array aDataDay[ndocente][nOra]
I need to Know ( for the data of return ) some data as when I move the mouse over:
the row and the col to have the day and the hour o... |
help for xbrowse tooltip | [code=fw:26k1rjx1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #000000;">bToolTip</span> := <span style="color: #000000;">{</span> | brw,r,c,f,oMouseCol,nMouseRow| MyColToolTip<span style="color: #000000;">(</span> brw,r,c,f,oMouseCol,nMouseRow <span style="color: #0... |
help for xbrowse tooltip | Hi, I need something similar but to do so in all cells and is to browse my oQry or this is just to browse with array, try as in the example but it gives me error "UVAL: = oBrw: nArrayData [nRow, nCol] "/ Message not found: TXBrowse: NARRAYDATA, thanks, greetings ... using google translator... <!-- s:shock: --><img src=... |
help for xbrowse tooltip | +1 |
help for xbrowse tooltip | [quote="joseluisysturiz":3a32kbjp]Hi, I need something similar but to do so in all cells and is to browse my oQry or this is just to browse with array, try as in the example but it gives me error "UVAL: = oBrw: nArrayData [nRow, nCol] "/ Message not found: TXBrowse: NARRAYDATA, thanks, greetings ... using google transl... |
help for xbrowse tooltip | Mr Nages,
[code=fw:2k2k4zi1]<div class="fw" id="{CB}" style="font-family: monospace;"> Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">23</span><span style="color: #000000;">-02</span><span style="color: #000000;">-2015</span>, <span style="color: #000000;">18</span>:<span style="... |
help for xbrowse tooltip | Mr Nages: (tested on dbf)
[quote:3tgmxmlf] Path and name: D:\COUNTRY\NEWCONT32\Wcont32.Exe (32 bits)
Size: 2,646,016 bytes
Time from start: 0 hours 0 mins 13 secs
Error occurred at: 23/02/2015, 11:52:26
Error description: Error BASE/1082 Argument error: -
Args:
[ 1] = U
[ 2] = N ... |
help for xbrowse tooltip | Silvio
Change nArrayData as aArrayData.
It was my typing mistake |
help for xbrowse tooltip | This is working well for me here
[code=fw:xnz8zc1b]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> TestTip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> oDlg, oFon... |
help for xbrowse tooltip | [quote:mhdynxgh]
function TestTip()
local oDlg, oFont, oBrw
USE CUSTOMER
DEFINE DIALOG oDlg SIZE 600,500 PIXEL
@ 10,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;
DATASOURCE "CUSTOMER" AUTOCOLS ;
CELL LINES NOBORDER
oBrw:bToolTips := ;
{ | oBrw,r,c,f,oMouseCol,nMouseRow| MyColToo... |
help for xbrowse tooltip | [quote:33zzyiwu]Thanks for your time and patience, but I have not been able to make it work. Maybe it's my 1204 version .
[/quote:33zzyiwu]
Yes. That is the reason |
help for xbrowse tooltip | thanks Nages,
it show the value of cell ok
but I have another problem because if you remember I have 61 column (first column is the teachers and the I have 10 columns for day for the hours)
with your script I have the number of column ===> nCol-1 ( the first is teachers)
How I can calc the day to have a ret... |
help for xbrowse tooltip | [quote="FranciscoA":mw5n6nd7]
Thanks for your time and patience, but I have not been able to make it work. Maybe it's my 1204 version .
Best regards.[/quote:mw5n6nd7]
This may work for your version
[code=fw:mw5n6nd7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> ... |
help for xbrowse tooltip | José Luis.
Do you can tell us what version are you using? |
help for xbrowse tooltip | I use mysql and perfect function, use it as done Francisco and shows me the contents of any cell tool tip, thank you very much for your help...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
[code=fw:3if9zdr0]<div class="fw" id="{CB}" style="font-fa... |
help for xbrowse tooltip | Mr. Nages : (using DBFs)
It works, but partially .
Only works well on the same line .
If we go down or go up to any line in the same column , does not work.
To work must select a different column and then stand on the desired cell.
Thanks.
[code=fw:3bol9mfc]<div class="fw" id="{CB}" style="font-family: monosp... |
help for xbrowse tooltip | [size=200:2egxjbtx]Mr Nages,
[b:2egxjbtx]thanks thanks very thanks[/b:2egxjbtx][/size:2egxjbtx]
[img:2egxjbtx]http://www.eoeo.it/wp-content/uploads/2015/02/TOOLTIP.jpg[/img:2egxjbtx] |
help ftp | Is customer.dbf in the same directory as your .EXE ? Re-reading your question it seems you want to open a remote dbf. Might be an opportunity to use the new HTML5 socket Antonio introduced a couple of month ago. If you can´t or don´t want I thing you´ll have to download the DBF before you can use it. |
help ftp | I want to open remote dbf...
any example? |
help ftp | I´m not aware of any direct way like use "remote/link/table.dbf". You might use hbnetio contrib. Have a look at harbour docs. |
help ftp | Hi Antonio, excuse me.
I have not experience with FTP and I'm trying.
I have on my pc server on 192.168.2.95 and on "c:\prova" i have the file CUSTOMER.DBF
I have this PRG:
#include "FiveWin.ch"
function Main()
local oInternet := TInternet():New()
local oFTP := TFTP():New( "192.168.2.95", oInternet, "usr", "... |
help ftp | [b:27k2noy1]LetoDB[/b:27k2noy1] [url:27k2noy1]http://letodb.sourceforge.net/[/url:27k2noy1]
[quote:27k2noy1]Leto is a multiplatform database server or a database management system, chiefly intended for client programs, written on Harbour, be able to work with dbf/cdx files, located on a remote server. [/quo... |
help header xbrowse | Hi,
I have this xbrowse:
!CODICE ! DESCRIZIONE ! PREZZO ! <-----------header
!xxxxx ! abcdefg ! 1000,00 !
I would like that "PREZZO" is CENTER aligned and "1000,00" is RIGHT aligned
thanks for help. |
help header xbrowse | aamianodec,
[b:1v9kx763][color=#0000FF:1v9kx763]oCol = oBrw:AddCol()
oCol:cHeader := "PREZZO"
oCol:nHeadStrAlign := AL_CENTER
oCol:nDataStrAlign := AL_RIGHT[/color:1v9kx763][/b:1v9kx763]
or
[b:1v9kx763][color=#008040:1v9kx763]oBrw:aCols[3]:cHeader := "PREZZO"
oBrw:aCols[3]:nDataStrAlign := AL_CENTER
oBrw:aCols[3]... |
help header xbrowse | very good mr.ukoenig <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
help icon | Saludos a todos quisiera saber como hago para asociar el boton "?" de un diálogo con una ayuda específica para el uso del mismo
Gracias |
help icon | Primero estableces desde el programa cual va a ser tu fichero de ayuda:
SetHelpFile( "MiFicheroDeAyuda.chm" )
Y luego en el control que quieras ayuda añades la claúsula HELP ó HELPID
REDEFINE ... ... ID ... OF oDlg HELPID 1001 // en vez de 1001 el valor que sea
Tienes un ejemplo completo de todo lo que se puede ha... |
help icon | [b:1umnu4rr]surGom[/b:1umnu4rr]
Revisa aqui, esto puede ayudarte.
[url:1umnu4rr]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27255&p=151596#p151596[/url:1umnu4rr]
Saludos.. |
help in marketing | Hey folks!
Who has already done some marketing for modharbour.org today?
Share your actions and motivate others!
Marketing and PR are essential for modharbour.org's success. Here are some reasons:
[b:gsfwne0c]Increase Awareness: [/b:gsfwne0c]
Effective marketing makes the project more known.
[b:gsfwne0c]Community ... |
help me | tsbutton class 6.1 is compatible with fwppc ? |
help me | Dear Silvio,Just try it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
help me in function SaveToBmp | TO ALL I want the use function SaveToBmp with
# define NOTSRCCOPY
regards,hathal |
help on a GPF situation | I am looking for a working example using __TracePrgCalls( .T. ) as per the docs:
[quote:2lyrywas] * Once the tracing decribed below is turned on, you can call this
* in a PRG to trace PRG-level function calls:
*
* __TRACEPRGCALLS( <lOnOff> ) --> <lOldValue>
*
* It turns on|of... |
help on a GPF situation | This is the story about what happened with this feature:
[url:2946kg0p]http://comments.gmane.org/gmane.comp.lang.xharbour.devel/2053[/url:2946kg0p]
So, we have to rebuild hbvm.lib with -DHB_PRG_TRACE |
help on a GPF situation | How to build Harbour with this flag:
go.bat
[code=fw:156l4wjw]<div class="fw" id="{CB}" style="font-family: monospace;">set path=c:\bcc582\bin<br />set HB_USER_CFLAGS=-DHB_PRG_TRACE<br />win-make.exe</div>[/code:156l4wjw] |
help on a GPF situation | From our apps we have to do:
hb_TraceSysOut( .T. )
__TracePrgCalls( .T. ) |
help on a GPF situation | And run DbWin to see the output:
[url:zrypadtl]https://code.google.com/p/fivewin-contributions/downloads/detail?name=dbwin32.zip[/url:zrypadtl] |
help on a GPF situation | Maestro en xHarbour me retorna esto error:
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_HB_TRACESYSOUT' referenced from C:
Que hacer?
Gracias, saludos. |
help on a GPF situation | João,
Puede ser que hb_TraceSysOut() sea una función de Harbour solamente. He revisado el código fuente de esas funciones en Harbour pero no las miré en xHarbour.
Prueba solo con __TracePrgCalls( .T. ) |
help on a GPF situation | Maestro en xHarbour esto está correcto?
#define HB_TR_DEBUG 5
HB_TR_FLUSH=1
HB_TR_LEVEL=HB_TR_DEBUG
HB_TR_OUTPUT= "c:\trace.txt"
And in our code:
hb_tracestate(1)
__TracePrgCalls( .t. )
doesn't create c:\trace.txt anymore.
<!-- m --><a class="postlink" href="http://marcosgambeta.files.wordpress.com/2010/08/h... |
help on a GPF situation | [code=fw:2lm7vpcp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Define</span> HB_TR_DEBUG <span style="color: #000000;">5</span><br /><br /> <span style="color: #B900B9;">// hb_TraceSysOut( .T. ) // Funciona en Harbour no [x]Harbour... |
help on a GPF situation | [code=fw:wo4wzbeh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// testtrac.prg</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> HB_TR_ALWAYS &n... |
help on a GPF situation | João,
gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
help on a GPF situation | Joao,
Conseguiste que te funcionase hb_traceSysOut( .T. ) que envía los mensajes con OutputDebugString() ?
Debe hacer que la salida sea por DbWin32 (por DebugView parece que no funciona)
gracias por tu ayuda! |
help on a GPF situation | Buenos días Maestro, No. Lo pregunté en el foro FiveWin Brasil, y nadie sabía de la existencia de este comando.
[code=fw:35ct7ub1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-> \SAMPLES\HBSENHA.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span... |
help on a GPF situation | En xHarbour:
[code=fw:pmjouqva]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />HBSENHA.c:<br /><br /><span style="color: #000000;">Error</span>: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_TRACESYSOUT'</span><br />Error: <span style="color: #... |
help on a GPF situation | Tenemos que conseguir poder visualizar toda la actividad de Harbour ahi <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:1t7h9p5y]https://github.com/FiveTechSoft/screenshots/blob/master/hb_trace.jpg?raw=true[/img:1t7h9p5y] |
help on a GPF situation | Master, que versión de HARBOUR usas? En mi versión, esto no funciona.
Regards, saludos. |
help on a GPF situation | [code=fw:31lkgu5m]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-> \SAMPLES\HBSENHA.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> HB_TR_ALWAYS... |
help on a GPF situation | [img:sss7kc83]https://github.com/FiveTechSoft/screenshots/blob/master/trace2.jpg?raw=true[/img:sss7kc83] |
help on a GPF situation | Maestro, ¿cómo llamo internamente dentro del programa para invocar DBWIN32.exe?
Ya lo he copiado DBWIN32.exe a la carpeta \ samples.
Gracias.
Regards, saludos. |
help on a GPF situation | No és posible, no funciona! Que hago mal?
[code=fw:u041z54o]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//-> \SAMPLES\TESTE.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="col... |
help on a GPF situation | Listo!
[code=fw:3s3vs32z]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Ejemplo:<br /><br /><span style="color: #00C800;">IF</span> File<span style="color: #000000;">(</span> <span style="color: #ff0000;">"test.txt"</span> <span style="color: #000000;">)</span><br /> OutputDebugStr... |
help on a GPF situation | Ahora lo "divertido" será capturar esas salidas en nuestro programa para no necesitar el dbwin2, no? |
help on a GPF situation | Joao,
Ejecutas primero dbwin32.exe, luego defines esa variable de entorno y ejecutas tu EXE
> ¿cómo llamo internamente dentro del programa para invocar DBWIN32.exe?
set HB_TR_SYSOUT=yes
tienes que tener esa variable de entorno definida y Harbour se encarga del resto
Harbour tiene que haber sido construido usando e... |
help on a GPF situation | [url:1mlgo2f2]https://github.com/harbour/core/blob/master/doc/tracing.txt[/url:1mlgo2f2]
[quote:1mlgo2f2]INTRODUCTION
============
This file explains how to enable tracing in Harbour.
TRACING
=======
Harbour implements tracing by adding calls to the following macro in
the C code:
HB_TRACE( level, ( ... |
help on a GPF situation | This example generates info.log and uses dbwin32. Please have dbwin32 running before calling go.bat
go.bat
[code=fw:fb8x3nc4]<div class="fw" id="{CB}" style="font-family: monospace;">call <span style="color: #ff0000;">"%ProgramFiles(x86)%<span style="color: #000000;">\M</span>icrosoft Visual Studio<span style="color: ... |
help on a GPF situation | I am building Harbour 64 bits this way:
Remove the rem here to have full Harbour activity:
set HB_TR_LEVEL=debug
go.bat (run this from c:\harbour)
[code=fw:rdlwzcg7]<div class="fw" id="{CB}" style="font-family: monospace;">call <span style="color: #ff0000;">"%ProgramFiles(x86)%<span style="color: #000000;">\M</span>i... |
help on a GPF situation | <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=45&t=40965&start=0">viewtopic.php?f=45&t=40965&start=0</a><!-- l -->
[img:4dnbxs08]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_trace.jpg?raw=true[/img:4dnbxs08] |
help on string comparisons | Hi
I have this field in recordset: oRs:Fields("CODICE"):value
Field CODICE in table is CHAR(15) but in oRs object it lost right blanks.
inside table I have due article:
1st article "5224366010"
2nd article "5224366010V10"
when field oRs:Fields("CODICE"):value is "5224366010V10"
[code=fw:fczgwku4]<div class="fw" id="... |
help on string comparisons | Can you try with this
[code=fw:3h4xhcsb]<div class="fw" id="{CB}" style="font-family: monospace;">cCdpar = <span style="color: #ff0000;">"45224366010"</span><br /><span style="color: #00C800;">IF</span> !alltrim<span style="color: #000000;">(</span>oRs:<span style="color: #000000;">Fields</span><span style="color:... |
help on string comparisons | hi Marc, thank you, that's good solution.
But is SET EXACT ON a good solution too?
why CHAR fields in recordest lose right blanks ? |
help on string comparisons | which database are you using? the column is char(15) or varchar(15)?
On our application on SQL Server we have all column "char" and the spaces are not trimmed.
they are trimmed with varchar |
help on string comparisons | Hi Antonino
Database is BD2 on iSeries IBM and field CODICE is CHAR(15) (not VARCHAR) but when recordset read table chars are trimmed:
Field CHAR(15) in DBU = "123456abc "
field read = "123456abc". |
help sample | anyone have an small sample of interpoint ? |
help to MANUEL MERCADO | How run the command SBGROUP ?
I must create beach configuration : 60x30, 70x30, 85x30
Can I create 100x30 buttons in a dialog ? |
help to Rc files | where may I found description do rc filewhat does mean any parameters in this line ?{ CONTROL "", 120, "TXBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 19, 149, 70 EDITTEXT 130, 16, 106, 149, 51, ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP LTEXT "Multiline-Get with READONLY"... |
help to Rc files | kajot,normally you don't see this code and there is no need to edit or analyze this.This rc file is the output of a resource editor like Borland resource workshop or similar programs.With those programs you are designing dialogs visually and the rc code is generated automatically.If you would like to know details of th... |
help to compile ER | I download it from <!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/easyreport/downloads">https://bitbucket.org/fivetech/easyreport/downloads</a><!-- m -->
Isaw there is a xhp file for xmate
and with xmate I tried to compile it
Seem need other files and I cannot compile it
wich are the files I need to... |
help to compile ER | What mistakes do you get? |
help to compile ER | I wish have all original files and compile it with xmate..
Do you have xhp file with orinal files to compile
for a sample we not have these
C:\Entwicklung\FiveWin\Addons\OZScript\Source\TscrLin.prg=16,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\OZScript\Source\TScript.prg=17,.F.,0,0,
C:\Entwicklung\FiveWin\Addons\OZScript\... |
help to compile ER | Silvio,
It seems as you are trying to build the original 16 bits version |
help to compile ER | Please can you send me all files on a zip I can compile with the last fwh to my private mails . thanks |
help to compile ER | Antonio
with Harbour I have these errors
Progetto: harbour_ereport, Ambiente: Five_Pelles:
[1]:Harbour.Exe "source\ereport.prg" /m /n0 /gc1 /es2 /ic:\work\fwh\include;c:\work\bcc582\include;c:\work\harbour\include /ic:\work\Harbour\Include /jitaliano.HIT /iinclude;c:\work\fwh\include;c:\work\Harbour\include /o... |
help to compile ER | Silvio,
You are using bcc 582 headers with bcc 7:
[quote:3a16bp76]Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
ereport.c:
Error E2209 c:\work\bcc582\include\_stddef.h 57: Unable to open include file 'yvals.h'[/quote:3a16bp76]
Please setup bcc 7 properly:
c:\bcc7\bin\bcc32.cf... |
help to compile ER | opppss
mhm.. it's very strange I use bcc7 normally
this afternoon I control |
help to compile c5new.c | I have problems with c5new.c
I have xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
I
when I compile it make errors but create the lib
[b:3g7y6xo8]I have this problem [/b:3g7y6xo8]
if I link the lib , then I cannot see bitmaps on combobox control of fivewin
I must compile with lib of P a c o for vmenu.prg and vi... |
help to compile c5new.c | I saw all ERRORs are this
if ( hb_pcount() ....
perhaps the function hb_pcount() must be declare in different mode or it is ok ?
all error are [b:rgtih5cn]'hb_stackST' [/b:rgtih5cn] but I not found it
Error E2451 c5cnew.c 303: Undefined symbol 'hb_stackST' in function HB_FUN_BOX
Error E2451 c5cnew.c 339: Unde... |
help to compile c5new.c | Silvio,
I think this version of Canalfive lib must work for you, it works with recent versions of xharbour y fwh.
You will find in this sfx file the source code and the lib compiled, I hope It works for you.
<!-- m --><a class="postlink" href="http://www.box.net/shared/8uq143h73f">http://www.box.net/shared/8uq143h73... |
help to compile c5new.c | I cannot open it I have windows seven 64 bit |
help to compile c5new.c | can you send me all on zip file to email please |
help to compile c5new.c | [quote="Silvio":wgjrlxvn]can you send me all on zip file to email please[/quote:wgjrlxvn]
ok, this is a zip file
<!-- m --><a class="postlink" href="http://www.box.net/shared/udggepx16d">http://www.box.net/shared/udggepx16d</a><!-- m --> |
help to compile c5new.c | now is ok
I found the error
when we compile thelib must not link also the imagelist.prg file because it create errr on combobox with bitmas
imagelist.prg is a test of P A C O not is a class of library |
help to compile c5new.c | Silvio is the same error that happen to me. How you solve it. I try to delete de imagelist and nothing happen.
with bcc55:
--------------------Configuración: tInforme - Debug--------------------
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
G:\policia\C5\C5LIB\Source\c5cnew.c:
Error E2451 G:\policia\C5... |
help to compile c5new.c | I sent you my zip, here i compiled it with success !! ( only some warnings) |
help to compile easy Report rrom GitHub | I have compiled ER and Ilink these files
%HOME%\EasyReport-master\source\ereport.prg=1,.F.,1,1,
%HOME%\EasyReport-master\source\cfunc.c=2,.F.,1,1,
%HOME%\EasyReport-master\source\epFunc.prg=3,.F.,1,1,
%HOME%\EasyReport-master\source\erfile.prg=4,.F.,1,1,
%HOME%\EasyReport-master\source\eritems.prg=5,.F.,1,1,
%HOME%... |
help to compile easyreport | Can Know with prgs I must compile for Easyreport ? ( I not understood how)
I use xmate thanks |
help to compile easyreport | Look ereport.mak |
help to compile easyreport | Silvio,
Just download the files from the repository and the run go.bat
[url:2aiud9c2]https://bitbucket.org/fivetech/easyreport[/url:2aiud9c2]
that easy <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
help to compile easyreport | Antonio,
descargando el repositorio y ejecutando go.bat da errores al compilar.
Saludos |
help to compile easyreport | [quote="Baxajaun":2bs1c0n5]Antonio,
descargando el repositorio y ejecutando go.bat da errores al compilar.
Saludos[/quote:2bs1c0n5]
Que errores te marca ? , aquí funciona bien .
------------- editado -------
ya las veo , con xMate no me las marca por la configuración que tengo . Me pongo con ello y aviso cuando es... |
help to compile easyreport | Buenas tardes Manuel,
muchas gracias.
Saludos |
help to compile easyreport | Ya esta listo ....un if no cerrado y un par de bugs... |
help to compile easyreport | Manuel,
perfecto. Muchas gracias.
Saludos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.