topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
error fivewin /1 | Pablo:
Puede ser que el ID 103 no este definido en tu .RC pero si parece
que esta definido en tu prg.
Saludos.
Ruben Fernandez. |
error fwh/3 created dialog error | please necesito ayudita no se por que pero ahora no me carga los recursos de tipo dialog, ya sean en dll32 o en fichero rc compilado con el programa
lib fwh2.4 y bcc55,
gracias |
error handler acting odd | My error handler seems to be odd.
this just recently began.
It's not staying set on my default handler.
Is there a way to view the current error handler's target function it is currently set to?
Windows 10
MS-Visual C++ version 19
Harbour 3.2.0
FWH1095
the only thing different in my environment is a recent Windows... |
error handler acting odd | Don,
Harbour uses function ErrorBlock( bNewErrorBlock ) --> bPreviousErrorBlock to set/retrieve the errorblock.
As it uses a codeBlock as the param there is no way to retrieve the used function from the codeBlock.
Anyhow, you can use the function __vmItemId( codeBlock ) to check the codeblock unique ID:
[code=fw:vcn... |
error handler acting odd | A simpler way is to compare the codeBlocks:
[code=fw:344n65bq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</spa... |
error handler acting odd | I found my problem thanks to your help, Antonio.
I trust all is well with you and wishing you the best.
Thank you.
Don |
error harbour... | hola foro,
1. En mi pdv me estaba ocurriendo algo raro, despues de arreglar el erro de una validacion logica para salir de la ventana, de pronto el sistema los saca de la captura de venta sin decir ni agua va, ya sea en el get de captura del codigo, en el importe cobrado, al cerrar la cuenta, era aleatorio, utilizo una... |
error harbour... | called from RG_BMP(896)
Mustra la llamada de esta linea.
El codigo fuente.
Saludos. |
error harbour... | Karinha,
gracias por tu apoyo, tenia un error muy grande al momento del llamado de la imagen, lo hacia en tiempo de ejecucion, Alfredo me echo la mano, y ahora lo cargo una sola vez y lo despliego segun las condiciones y ya no me aparecio el error.
Gracias Alfredo...
Gracias Karinha
Salu2
Paco |
error hb_vmDO() y SkinButtons() | Me aparece el siguiente GPF con FWH 9.10
Símbolo item esperado desde hb_vmDO()
En concreto me aparece al llamar a "oRaster:AcquireMulti()" del objeto Lead Tools (Este método recoge del escaner la(s) hoja(s) depositadas en él)
Al compilar con la versión de FWH 9.08 funciona correctamente.
Al compilar con la versión d... |
error hb_vmDO() y SkinButtons() | Fernando,
La función SkinButtons() cambia el procedimiento de ventana propio de los botones de Windows por uno definido por nosotros. Puede ser que en esa aplicación que comentas se realice algo que al usar nuestro código genere un conflicto y de ahí el error.
Una solución (temporal) sería que implementemos una funci... |
error hb_vmDO() y SkinButtons() | Antonio,
Gracias por la respuesta.
La solución (temporal) que he optado es por desabilitar la llamada a SkinButtons(). Es una pena porque da un toque mas vistoso a los botones, pero algo tenía que hacer.
En cuanto a la función para desactivar skinbuttons, me parece que mas que temporal es la solución acertada. |
error hb_vmDO() y SkinButtons() | Fernando,
Hemos intentando modificar la función SkinButtons() para que al llamarla nuevamente desactive los skins, y asi alternativamente (activar/desactivar) en sucesivas llamadas, pero parece que origina un problema interno en Windows y termina la aplicación.
Teniamos previsto enviarte hoy la función para que la pr... |
error hb_vmDO() y SkinButtons() | Antonio,
Muchas gracias, por la respuesta.
Da gusto trabajar con vosotros |
error hb_vmDO() y SkinButtons() | Hola Antonio,
¿Qué tal va la función? |
error in DataRow FW 20.02 SOLVED | Hello ,
With FW 20.02 I have a error in line 206
I think the problem is ::cSrcType
if !( ::cSrcType $ "ARR,HSH" ) // line 206
::NaviBlocks()
endif
Application
===========
Path and name: d:\prg_SQL\MASTRO\mastrosql.exe (32 bits)
Size: 7,880,192 bytes
Compiler version: Harbour 3.2.0dev (r19041... |
error in DataRow FW 20.02 SOLVED | May I know how did you create the datarow?
I mean what are the parameters you provided to TDataRow():New( ??? ) |
error in DataRow FW 20.02 SOLVED | RAO ,
TDataRow():New(oRec,,.f.)
with previous versions I have never had problems
Maurizio |
error in DataRow FW 20.02 SOLVED | What is oRec ?
Is it ADO Recordset? Or what?
Please make sure oRec (first parameter) is not NIL |
error in DataRow FW 20.02 SOLVED | Thank RAO
it was my mistake <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> ,
I didn't think because with FW 19 it worked
Maurizio |
error in Richedit [bug in FWH] | Hello,
When I press the button Bold, all text gets selected:
[url=http://imageshack.us/photo/my-images/80/errorrichedit.png/:9ima6jj1][img:9ima6jj1]http://img80.imageshack.us/img80/5856/errorrichedit.th.png[/img:9ima6jj1][/url:9ima6jj1]
Uploaded with [url=http://imageshack.us:9... |
error in Richedit [bug in FWH] | I forgot .rc file:
[code=fw:mltcvxzh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> IDC_EDIT1 <span style="color: #000000;">101</span><br /><br />Test <span style="color: #0000ff;">DIALOG</span> <span style="color: #000000;">41</span>, <span style="color: ... |
error in Richedit [bug in FWH] | Any idea please?.
Thanks. |
error in Richedit [bug in FWH] | It was working fine with older versions of fwh, but not with 11.09 <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Same with :SetItalic (), :SetUnderline(), ...
It seems to be a bug |
error in Richedit [bug in FWH] | Stefan,
Thanks for helping me.
Antonio, please include the fix in FW 12.01.
Thanks. |
error in Richedit [bug in FWH] | Stefan, John,
Could you please test FWH\samples\TestRtf.prg ? Here it is working fine with bold, underline, italic, etc... |
error in Richedit [bug in FWH] | Antonio
samples\testrtf works fine but not my sample.
In my sample, when I call setfocus() all text get selected.
Can you please try my sample?.
Thanks. |
error in Richedit [bug in FWH] | Jhon
[code=fw:3pio90kk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">(</span> lBold := !lBold, ;<br /> oR... |
error in Richedit [bug in FWH] | Daniel,
Thanks for helping me.
I explain myself better.
I type into a new line, for example, hello.
Next, I want [b:w6tpmvh0]world [/b:w6tpmvh0]in bold, so I press Bold button so as to write [b:w6tpmvh0]world [/b:w6tpmvh0]in bold. Instead, I get all text selected as showed in picture. |
error in Richedit [bug in FWH] | John,
You have to select a portion of the text, then change its attributes |
error in Richedit [bug in FWH] | Antonio,
I want to set bold for next text, as samples\testrtf does. |
error in Richedit [bug in FWH] | John,
Try it this way:
[code=fw:32icxb5z]<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: #B900B9;">//----------------------------------------------------------------------------//</... |
error in Richedit [bug in FWH] | In fact, on a window it behaves different. Why ? I really don't know it...
[code=fw:3tutqcwb]<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: #... |
error in Richedit [bug in FWH] | I made some test with different styles, but no change. It´s really curious.
The last sample of Antonio at least is a workaround to change selected text to bold. John´s intention to click the buton and write the next word bold does not work in dialogs |
error in Richedit [bug in FWH] | Antonio,
Thanks for helping. Now the sample does not select all text, but if I start typing my name and next I press Bold and I type John, John is not in bold.
What is wrong?.
Thanks again.
[code=fw:37u0tiyh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Include</span> <sp... |
error in Richedit [bug in FWH] | John,
In a dialog you have to press CRLF (enter) before the style change.
I have tried to dynamically modify the RTF but without success |
error in Richedit [bug in FWH] | Antonio,
Thanks for reply, but this way is unusable. It should work as Word.
Is it possible to fix it?.
Thanks so much, |
error in Richedit [bug in FWH] | Antonio,
It worked fine with FW 11.03.
What happened before?.
Please, I need a fix urgent.
Thank you. |
error in Richedit [bug in FWH] | John,
We have not modified Class TRichEdit neither its C functions lately:
[img:1b8k8uz4]http://img28.imageshack.us/img28/3945/capturegv.png[/img:1b8k8uz4]
[img:1b8k8uz4]http://img88.imageshack.us/img88/199/capturehee.png[/img:1b8k8uz4] |
error in Richedit [bug in FWH] | John,
If it was working fine in FWH 11.03 that means 30 x 9 = 270 days aprox.
Maybe my changes for:
* Adapting internal\richedit.c to 64 bits (232 days ago)
made the difference.
Are you using Borland ? |
error in Richedit [bug in FWH] | Antonio,
Yes, I use BORLAND 5.82.
Thanks. |
error in Richedit [bug in FWH] | Also, in FW 11.03 I used Harbour 2.x provided by Fivetech (with the installer). |
error in Richedit [bug in FWH] | John,
The changes that I did only affected Microsoft code, not Borland.
So if it was working fine in 11.03 and now it is not, then it may be the side effect of another change. That will make it harder to locate it to provide a quick fix.
Can't you use a window instead of a dialog ? That would solve it for now... |
error in Richedit [bug in FWH] | Antonio,
Thanks, but I can´t use a Window. The Richedit must be in the dialog (in fact, it´s a Folder with several Pages).
The point is why FW 11.11 select all text when issuing a oRtf:Refresh(). |
error in Richedit [bug in FWH] | Antonio, John,
TRichEdit inherits from TControl and TWindow, maybe there has been made some changes since 11.03 causing that behavior.
You could compare the sources to find out what happened.
Just an idea ... |
error in Richedit [bug in FWH] | Stephan,
We are going to check from version 11.03 to see what may have caused the difference |
error in Richedit [bug in FWH] | Stephan, John,
We have been doing some more tests with the RichEdit control and found that there are different behaviors on it when using it on a window or on a dialog. The tests I have done use pure C language (no Harbour, no FWH).
I plan to publish the tests here for your review, thanks <!-- s:-) --><img src="{SMIL... |
error in Richedit [bug in FWH] | [quote="Antonio Linares":3q9toyxq]
I plan to publish the tests here for your review, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3q9toyxq]
Ok |
error in Richedit [bug in FWH] | Hi everyone;
If I follow the discussion correctly, then I confirm that I've observed this Trichedit unwanted behavior. The problem can be reproduced with \samples\testrich.prg. Simply change line #32 to this:
[code=fw:h5t6lj44]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0... |
error in btnbmp | if i make this test :
[code:jv0ug2uj]
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function Main()
local oDlg , omenutry
SET _3DLOOK ON
MENU omenutry POPUP 2007
MENUITEM "first menu"
MENUITEM "second menu"
ENDMENU
... |
error in btnbmp | Silvio,
Please modify Class TBtnBmp Method LButtonUp() this way:
[code:23neoy4d]
METHOD LButtonUp( nRow, nCol ) CLASS TBtnBmp
local oWnd
local lClick := IsOverWnd( ::hWnd, nRow, nCol )
if ::lDrag .or. ! Empty( ::oDragCursor )
return Super... |
error in btnbmp | Silvio,
We have also improved PALBTNPAINT() so the bitmap looks in the proper position when the popup menu is used:
[url=http://imageshack.us:1lhvr3le][img:1lhvr3le]http://img149.imageshack.us/img149/5943/btnvi3.png[/img:1lhvr3le][/url:1lhvr3le] |
error in five DBU | Hi All
when edit date field
[code][/code]
Application
===========
Path and name: C:\dbu\fivedbu.exe (32 bits)
Size: 5,329,920 bytes
Compiler version: Harbour 3.2.0dev (Rev. 17516)
FiveWin Version: FWH 12.04
Windows version: 6.1, Build 7601 Service Pack 1
Time from start: 0 hours 0 mins 7 secs
E... |
error in five DBU | Mauri,
thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error in five DBU | I go an other error:
Application
===========
Path and name: C:\Users\FPL2012\AppData\Local\Temp\Rar$EXa0.137\fivedbu.exe (32 bits)
Size: 5,329,920 bytes
Compiler version: Harbour 3.2.0dev (Rev. 17516)
FiveWin Version: FWH 12.04
Windows version: 6.1, Build 7601 Service Pack 1
Time from start: 0 hour... |
error in five DBU | Frank,
Were you pasting in the same DBF ? thanks |
error in five DBU | Hallo Antonio,
yes, the only one opened DBF was AusOrt_001.Dbf |
error in five DBU | Frank,
Please copy here its structure, thanks |
error in five DBU | aFields := { { "ART", "C", 2, 0 },;
{ "AUSSTNR", "C", 12, 0 },;
{ "AM", "D", 8, 0 },;
{ "BIS", "D", 8, 0 },;
{ "VERANST", "C", 30, 0 },;
{ "ORT", "C", 30, 0 } } |
error in five DBU | Hello Antonio,
I would sent to you the Dbf, but I don't no how. There ist no attachment-button in "Post a reply"
saludos |
error in five DBU | Frank,
Please test this updated FiveDBU version, thanks
[url:1pbmnd4j]http://code.google.com/p/fivewin-contributions/downloads/detail?name=fivedbu_20120609.zip&can=2&q=[/url:1pbmnd4j] |
error in five DBU | Hallo Antonio,
starting the new FiveDbu, I get a messsage from Norton 360 / 6.2 insight sonar "Suppicous.Cloud.5" and FiveDbu.Exe is removed.
When reaktivating FiveDbu.Exe and ignoring the Norton-sonar-message, it works well now.
Thank you and regards |
error in five DBU | Could someone else confirm if there is a virus warning ? I am using Microsoft security essentials... |
error in five DBU | Yes, Antonio, I got the virus warning from Norton Sonar too. |
error in five DBU | McAfee doesn't give a warning... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
error in five DBU | Hi,
Avast 7.0 120610-0 finds nothing.
regards, Euclides |
error in five DBU | I checked on line with [url:fv2uydtj]https://www.virustotal.com/[/url:fv2uydtj] an had only one positive (ClamAV) out of 42 anti-virus brands. |
error in five DBU | We can post the PRG only and everone build the EXE <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Security essentials (built in Windows eight) does not complain, but who knows... |
error in five DBU | Ah ... the culprit ... Norton Sonar
I require my clients to remove it from their computers. If you haven't paid to register a software package with Norton, Sonar removes it from the computer. I had it removing my applications because they were "not popular". That is nonsense. Most packages at least ask if you wan... |
error in five DBU | hi all
another small error
Application
===========
Path and name: C:\dbu\fivedbu.exe (32 bits)
Size: 5,330,944 bytes
Compiler version: Harbour 3.2.0dev (Rev. 17516)
FiveWin Version: FWH 12.04
Windows version: 6.1, Build 7601 Service Pack 1
Time from start: 0 hours 0 mins 14 secs
Error occurred... |
error in five DBU | Mauri,
Fixed, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error in invoices.prg | Hi,
When you click on the Menu items (Archivo, Prueba, etc), the app crashes. What is wrong?.
Thank you. |
error in sample xBrowed.prg | Hi all,
I try this sample : xBrowed in samples folder of FWH
bat when save the changes made happes the following error :
Application
===========
Path and name: d:\fwh\samples\xbrowed.exe (32 bits)
Size: 3,764,736 bytes
Compiler version: Harbour 3.2.0dev (r1704151935)
FiveWin version: FWH 17.01
C compi... |
error in sample xBrowed.prg | Please replace line 46 of the xbrowed.prg
for the line
[code=fw:27jjlx0c]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">210</span>, <span style="color: #000000;">10</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">'Edit'</span> <sp... |
error in sample xBrowed.prg | Now it's OK
Thank you |
error in testzip.prg | Hola,
He intentado compilar testzip.prg de samples bajo harbour y me arroja los siguientes errores:
Error: Unresolved external '_HB_FUN_ZIPFILE' referenced from C:\DEVELOP\FWH\SAMPLES\TESTZIP.OBJ
Error: Unresolved external '_HB_FUN_ZIPTYPE' referenced from C:\DEVELOP\FWH\SAMPLES\TESTZIP.OBJ
Error: Unresolved external... |
error in testzip.prg | Alguna idea?. gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
error in testzip.prg | No se si será lo mismo para harbour. Para xharbour tienes que enlazar las librerias pcrepos.lib y hbzip.lib |
error in toexcel() | Mr. RAO:
This error was repaired in the xbrowse.prg?
[code=fw:2mixcyjh]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />#ifndef __XHARBOUR__<br /> <span style="color: #00C800;">else</span><br /> <span style="color: #B900B9;">//</span><br /> SysRefresh<span style="color: #000000;">... |
error in toexcel() | This is not an error.
ToExcel works perfectly.
Keeping SysRefresh() already fixed the issue with Harbour,
The comment is only for information why SysRefresh() is used for Harbour only but not for xHarbour.
You can confidently use the existing method ToExcel() with both Harbour / xHarbour and both 32/64 bits and both B... |
error in treport | In the lates FWH there is an error in tReport():new() when the device is not defined
if Empty( ::oDevice:hDC )
return nil // <-- this is an error
else
::lCreated := .t.
endif
so I changed code to
if Empty( ::oDevice:hDC )
::lCreated := .f.
return Self
else
::lCreated :... |
error in treport | Gale,
It looks as a right fix, thanks.
Do you get any error with it ? |
error in xBrowse under Wine | Hello,
Under Ubuntu 11.10 and Wine, I got:
Error description: Error BASE/1004 No exported method: EVAL
Args:
[ 1] = U
Stack Calls
===========
Called from: => (b)EVAL( 0 )
Called from: source\xbrowse.prg => (b)TXBROWSE( 406 )
Called from: source\xbrowse.prg => TXBROWSE:KEYCOUNT( 0 )
Calle... |
error in xBrowse under Wine | This is a working sample:
[code=fw:2g1o7rl7]<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: #ff0000;">"ord.ch"</span><br /><span s... |
error in xBrowse under Wine | Up. |
error in xBrowse under Wine | Can you please insert these lines before ACTIVATE DIALOG and let us know the results?
[code=fw:2t25cgj5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">(</span> oBrowse:<span style="color: #000000;">cAlias</span> <span style="color... |
error in xBrowse under Wine | Mr. Rao,
Thank you so much.
Sure:
CUSTOMER
1
U |
error in xBrowse under Wine | Thanks.
It is intriguing why ValType( oBrw:bKeyCount ) is NIL.
I request more patience please. Is the same exe working on windows PC ?
Can you please just try this simplest test?
[code=fw:336917rv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="colo... |
error in xBrowse under Wine | Mr. Rao,
Thanks again for your valuable help.
There is no rush. The important point is that you are working on it.
Thanks again.
My sample works perfect in Windows but not under Wine.
Your last code works perfect in Windows and Wine. |
error in xBrowse under Wine | Mr. Rao,
Is there any advance?.
I found out that under Linux and Wine if I add oBrowse:SetRdd() it works.
Do you know why?.
Thanks. |
error interno FWH | Hola amigos,
Me sucede este error interno en FWH:
[code=fw:2yev3jl3]<div class="fw" id="{CB}" style="font-family: monospace;"> Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1005</span> <span style="color: #0000ff;">Message</span> not found: <span style="color: ... |
error interno FWH | Elvira,
Puedes mostrarnos el código PRG que estás ejecutando ? |
error interno FWH | Antonio,
claro, gustosamente:
[code=fw:3bmrhdyn]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"ARIAL"</span> <span style="colo... |
error interno FWH | Hola Elvira,
A mi me pareciera como que tLogo no está siendo definido...
Podrías verificar eso??? |
error interno FWH | Hola,
Sí está definido antes. No puse las variables locales, pero sí que está.
Y el error no se refiere a variable no definida. Alguna vez aparece esporádiamente el error, si bien normalmente el listado funciona OK.
Es algo de la clase que se me escapa.
Muchas Gracias. |
error interno FWH | Elvira,
Tu aplicación crea una ventana principal ? Es necesario que exista |
error interno FWH | Sí, efectivamente.
El código funciona el 98% de las veces.
A veces se produce el error señalado. ¿Qué puede suceder por favor Master?.
Muchas gracias. |
error interno FWH | Yo he estado experimentando pérdida de recursos al usar las versiones más recientes de Harbour o xHarbour... Podría ser este el caso tuyo...???
Yo tuve que estancarme a usar xHarbour 1.2.1 Rev 9388 para evitar perderlos...
Acaso usas este Bitmap desde Recursos???? Que version de (x)Harbour usas??? |
error interno FWH | Es cierto?
ha mas gente le ha pasado y lo ha podido solucionar pasando a versiones anteriores de xHarbour?
Por cierto,
Yo si cargo bitmaps desde recursos y uso la última versión de xharbour distribuida con fwh |
error interno FWH | No creo que tenga nada que ver con Harbour ó xHarbour, por favor centremonos en el error indicado y para pruebas de xHarbour iniciemos otra conversación, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
En la clase TPreview se encuentra este código:
[code=fw:2mvy6j1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.