topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
error win 2000 | Yes l am sure
bla bla bla
exetype window 3.1
bla bla bla
exetype tutor08.exe 3.95
l try this because in my error.log that said window reelease 3.95 and msdos release 7.1
When l ask for the release of window that said 4.10 |
error win 2000 | You are using a very old FW version.
You should upgrade to the current version 7.04 |
error with 3 FOLDEREX | I use 3 FolderEx contro into a Dialog and it make a strange Error
Application
===========
Path and name: C:\Work\Errori\TEST_FLD\TEST.Exe (32 bits)
Size: 1,820,160 bytes
Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715)
FiveWin Version: FWHX 12.03
Windows version: 6.1, Build 7600
... |
error with 3 FOLDEREX | Silvio
the last folderex height is small
[code=fw:2pqn9oki]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>,<span style="color: #000000;">30</span></div>[/code:2pqn9oki]
try with SIZE 100,100 |
error with 3 FOLDEREX | SAME ERROR
@ 3, 4 FOLDEREX oFld[1] PIXEL ;
ITEMS "&Billing","Shipping";
SIZE 120,100
@ 3, 270 FOLDEREX oFld[2] PIXEL ;
ITEMS "&Invoice";
SIZE 150,100
@ 234, 4 FOLDEREX oFld[3] PIXEL ;
ITEMS "&Comments","Private comments";
SIZE 100,100 |
error with 3 FOLDEREX | to run goo I must make SIZE 120,100
and the folder is too big !!!
I wish nheight more small than nwidth |
error with Excel and ArrayTranspose sample Mr. Rao | Hello,
Checking a Mr. Rao´s post, I want to transfer a excel sheet to an Array:
[code=fw:32f8oyt0]<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 /><br /> &nb... |
error with Excel and ArrayTranspose sample Mr. Rao | oRange must be nil.
Please check if oRange is a valid range before calling oRange:Value.
oRange can be nil, if the excel file could not be opened (for whatever reason) or some other reason. |
error with Excel and ArrayTranspose sample Mr. Rao | Yes, it ´s nill. You are a Master.
Is there any way to retrive the error?. Because the operation of GetExcelRange does not show any errors.
Thank you very much.
PD: B the way, please any tips to increase xBrowse speed with ADS/AIS?.
Thank you again. Do you have a blog about Fivewin and Harbour?. |
error with Harbour and Windows 7 | Hi,
When using an application in a folder different that Program Files,
such as Desktop, sometimes I get this error:
Error description: Error DBCMD/2001 WORKAREA NOT IN USE: ORDLISTADD
Stack Calls
===========
Called from: => ORDLISTADD( 0 )
Called from: ../../../rddord.prg => DBSETINDEX( 0 )
Called fr... |
error with Harbour and Windows 7 | Hope this helps .. I always query the location where the .exe starts up and then use that as my Set Defa ... path ..
Consider this code ..
[code=fw:350c6r7h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">// where .exe started from is default directory //</span><br ... |
error with Harbour and Windows 7 | Thank you very much.
Also, Harbour now provides HB_DIRBASE(). |
error with Metafile | why it let me show this message
"Could not find the enchaned metafile, please check your TEMP enviroment variable"
and the it make a gpf ???
[code:3hg8yb72]
function GenChild()
local oWndChild, oBar, oBmp
DEFINE WINDOW oWndChild OF oWnd MDICHILD COLOR "N/W" VSCROLL HSCROLL
DEFINE BUTTON... |
error with Metafile | Silvio,
Because the metafile file is not found
[code:3m9qpaxt]
if file( ::cCaption )
::hMeta = GetEnhMetaFile( ::cCaption )
elseif ! Empty( ::cCaption )
Alert( "Could not find the enhanced Metafile," + CRLF + ;
"p... |
error with Metafile | and How I must make to not show it ? |
error with Metafile | Use the filename of an existing metafile file |
error with Metafile | and if I create an temp metafile How I must make it ? |
error with Metafile | Silvio,
Use CreateEnhMetaFile() |
error with Metafile | I not found the parameters for it |
error with Metafile | <!-- m --><a class="postlink" href="http://msdn2.microsoft.com/en-us/library/ms534576.aspx">http://msdn2.microsoft.com/en-us/library/ms534576.aspx</a><!-- m --> |
error with chm files | I have a strange problem
When I call a file Help chm from an Fwh application I have a strange error
[b:8e60u6vf]"Action canceled!"[/b:8e60u6vf] is displayed instead of the topic text.
I set the help file at main.prg with SetHelpfile("family.chm") and then on a menu HelpIndex()
I try to search on Intern... |
error with chm files | Silvio,
[url:oqms8em3]http://digital.ni.com/public.nsf/allkb/9DAEBB38037356E7862570E700607B3D[/url:oqms8em3] |
error with chm files | Antonio,
on win7 I not have that button on properties of my file chm |
error with chm files | Refer
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29957&p=170514&hilit=.chm#p170514">viewtopic.php?f=6&t=29957&p=170514&hilit=.chm#p170514</a><!-- l --> |
error with chm files | I have this error on Windows Xp professional and Windows Seven 64 bit
because at school I have Winxp and atHome i have Win764bit
On Winxp I not have the Unblock button
on link <!-- m --><a class="postlink" href="https://support.microsoft.com/it-it/kb/917607/es">https://support.microsoft.com/it-it/kb/917607/es</a><!... |
error with chm files | On Windows Xp I resolve with
WinExec ( "HH " + "namehlp.chm" )
But this solution is no good because I cannot use helptopic func to call a specific page
[b:3naiegxi]To Gurus[/b:3naiegxi]
I think there is a [b:3naiegxi]Problem [/b:3naiegxi]on functions[b:3naiegxi] Helpindex()[/b:3naiegxi] and [b:3naiegxi]SetH... |
error with chm files | I download the file Windows6.1-KB917607-x64 from Microsoft ( for seven 64 bit)
I close the pc and the n I open the pc ,remade the file chm and the module exe
I tried to press f1 and it make the same not run
I see allway the page black with the error "Action canceled!" is displayed instead of the topic text.
it not... |
error with compiling 11.3 | when I compiling any sources with 11.3 i got error
Type: C >>>xhb.exe -o"t.c" -m -n -p0 -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<<
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6726)
Copyright 1999-2010, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org<... |
error with compiling 11.3 | Kajot,
Those functions are implemented in FWH\source\function\olefuncs.prg |
error with compiling 11.3 | while I have to add \source\function\olefuncs.prg to may scrript ? |
error with compiling 11.3 | Yes, please <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error with fget | Antonio,i tried to use the fget object.When building the testfget.exe from the fwh samples you get an error when clicking 'information' from the format menu.It looks like a typo :[code:2jo0k4w4]tobject.prg => TFLINE:NALING(0)[/code:2jo0k4w4]I think it should be TFLINE:NALIGN().Regards,Detlef |
error with fget | Antonio,could you please, have a look to this issue?Since the function doesn't belog to the provided source code of FWH i can't do this patch myself.Thanks and regards,Detlef |
error with fget | We may make the corrections in the testfget.prg in our samples folder. Mr Antonio may fix the error in the next release.The typo is only in the sample program, not in the libraries.After you pointed out, I made these corrections in the testfget.prgLine:217 local aAlign := { "LEFT", "CENTERED", "RIGHT" }Line: 225 ... |
error with fget | NageswaraRao,yes, you are right. This sample works ok now.Thanks for pointing me out that.Moreover, the same patch is needed in the sample testfge2.prg.( replace all 'aling' with 'align' )Thanks and regards,Detlef |
error with group | @ 2.8, 0.2 GROUP TO 7.8,27.4 PROMPT "&Tabella" OF oFld:aDialogs[3]
[img:3ca5vyxb]http://img404.imageshack.us/img404/2640/grouperror.jpg[/img:3ca5vyxb]
I see & on prompt instead of _ under the "T" |
error with group | Y para que serviría ??? si es un control estático o me equivoco.
Saludos |
error with group | groups have no accelerator |
error with hb_AtX | Linea:="<REPORTNUM>001</REPORTNUM>"
cField := hb_AtX( "<[^>]*>", Linea, .F. )
give me cField empty , why ?
I'm using Harbour, perhaps it is a xharbour function ? |
error with hb_AtX | HB_AtX(...) works both in Harbour and xHarbour.
But the first parameter should be a valid RegEx expression.
Refer
<!-- m --><a class="postlink" href="https://en.wikipedia.org/wiki/Regular_expression">https://en.wikipedia.org/wiki/Regular_expression</a><!-- m --> |
error with hb_AtX | [quote="nageswaragunupudi":30cebiq1]HB_AtX(...) works both in Harbour and xHarbour.
But the first parameter should be a valid RegEx expression.
Refer
<!-- m --><a class="postlink" href="https://en.wikipedia.org/wiki/Regular_expression">https://en.wikipedia.org/wiki/Regular_expression</a><!-- m -->[/quote:30cebiq1]
res... |
error with nExtMem() | Hello.
In errsysw.prg, nExtMem() does not indicate my 6 GB of Ram.
It only says 1 megs:
[quote:n0z05ww7]Hardware memory: 1 megs[/quote:n0z05ww7]
Also, it may cause internal problems to FWH, as it points out no memory, when in fact it is plenty of gbs!!. |
error with nExtMem() | Hello,
Is there any update?.
Thanks |
error with nExtMem() | John,
Please run this and let us know what you get, thanks:
MsgInfo( Int( nExtMem() / ( 1024 * 1024 * 1024 ) ) + 1 ) |
error with nExtMem() | Antonio,
I just get 1.
Thanks. |
error with nExtMem() | Here we get 2 which it is right,
Could someone else test it and report the result here ? thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error with nExtMem() | I get 2, which is right too.
EMG |
error with nExtMem() | I get 1, wich is wrong.
Felix |
error with nExtMem() | Are you using latest FWH?
EMG |
error with nExtMem() | Enrico,
yes and Harbour 3.
Felix |
error with nExtMem() | I have 8 GB of RAM, so I can´t get 1!! |
error with nExtMem() | FWH function nExtMem() is a simple wrapper to the Windows API function GlobalMemoryStatus() :
[url:2gy8foth]http://msdn.microsoft.com/en-us/library/aa366586(v=VS.85).aspx[/url:2gy8foth]
that fills a struct:
[url:2gy8foth]http://msdn.microsoft.com/en-us/library/aa366772(v=VS.85)... |
error with nExtMem() | Hi Antonio,
[quote="Antonio Linares":2glt3yhq]FWH function nExtMem() is a simple wrapper to the Windows API function GlobalMemoryStatus() :
Our code does nothing except to call to Windows API, so the question is; is that WIndows API function failing ? <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title... |
error with nExtMem() | Ruediger,
Thanks for the info, I wasn't aware of this API function. So this is the new code to test:
[code=fw:q7if6yko]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> NEXTMEM <span style="color: #000000;">)</span> <sp... |
error with nExtMem() | The correct is:
[code=fw:12g9bpwh]<div class="fw" id="{CB}" style="font-family: monospace;">hb_retnll<span style="color: #000000;">(</span> mst.ullTotalPhys <span style="color: #000000;">)</span>;</div>[/code:12g9bpwh]
I got 8.
So I hope MsgInfo( Int( nExtMem() / ( 1024 * 1024 * 1024 ) ) + 1 ) refers to 8 G... |
error with nExtMem() | Yes, it seems so <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error with nExtMem() | Thanks.
Hope is fixed in FW 11.09?.
What about xBrowse and Win 7 look?. |
error with nExtMem() | John,
Already included for FWH 11.09:
* Enhancement: function nExtMem() now uses Windows API GlobalMemoryStatusEx() instead of GlobalMemoryStatus()
as it was failing on some computers.
Regarding xbrowse, we have already talked about it and we have decided to implement it, though it is not ready yet. |
error with nExtMem() | Antonio,
I used the following to compile mem.c, [code=fw:2cy57vsb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />c:\bcc582\bin\bcc32 -c -Ic:\bcc582\include;c:\fwh\include;c:\xhb\include -o%<span style="color: #000000;">1</span>.obj %<span style="color: #000000;">1</span>.c > comp.log</div>[/code:2cy57... |
error with nExtMem() | Hua,
Please check that your mem.c starts with:
#include <Windows.h>
#include <hbapi.h> |
error with nExtMem() | Thanks Antonio. Was missing hbapi.h |
error with new buildhd.bat | ??????????????????????????????????????????????????????????????????????????????
? FiveWin for Harbour 2.7 - June 2006 Harbour development power ??
? (c) FiveTech, 1993-2006 for Microsoft Windows 95/98/NT/2000/ME and XP ??
???????????????????????????????????????????????????????????????????????????????
&... |
error with new buildhd.bat | Ehab,
Have you checked for a sitex.dll file ? It should be there. And it has to be executed from an EXE. You can't run a DLL by itself. |
error with new buildhd.bat | How can I call DLL from EXE directly ? |
error with new buildhd.bat | Ehab,
Please review samples\TestDLLP.prg |
error with new buildhd.bat | [quote="Antonio Linares":3d060khr]Ehab,
Have you checked for a sitex.dll file ? It should be there. And it has to be executed from an EXE. You can't run a DLL by itself.[/quote:3d060khr]
Yes you can. A DLL is considered an executable file by Windows.
EMG |
error with new buildhd.bat | Enrico,
Yes, of course, but you can't double click on a DLL and execute it, or type its name, press enter and execute it. Neither you can use WinExec() to run it.
It has to be invoked using LoadLibrary(). |
error with new buildhd.bat | [quote="Antonio Linares":21q4hk3j]Enrico,
Yes, of course, but you can't double click on a DLL and execute it, or type its name, press enter and execute it. Neither you can use WinExec() to run it.
It has to be invoked using LoadLibrary().[/quote:21q4hk3j]
Normally yes, because a DLL is not write to be self-executing... |
error with new buildhd.bat | Enrico,
> But if you rename an EXE to DLL then you still can execute it.
Thats because EXEs and DLLs have different headers and their startup codes are different. Windows recognizes the EXE even if you rename it.
Another major difference between them, as explained in Charles Petzold "Programming Windows" book, is ... |
error with new buildhd.bat | [quote="Antonio Linares":3pgdvnrt]Windows recognizes the EXE even if you rename it.[/quote:3pgdvnrt]
Ops, you are right. I can rename the EXE with any extension and it is still executable.
EMG |
error with new buildhd.bat | as to finalize the conversation which batch should I use to create EXE application I use rdd server in it in new FHW June2006 ? |
error with new buildhd.bat | Ehab,
samples\buildh.bat for Harbour
samples\buildx.bat for xharbour |
error with rpreview with W7 | look this picture
[img:20vjlt8v]http://img231.imageshack.us/img231/3608/goodprint.jpg[/img:20vjlt8v]
on the bottom the paper is over the window
and if you zoom max and the zoom min then you can see the line of the shadow remain at right of the screen
the same test on with xp run ok |
error with rpreview with W7 | This is a problem on the recent widescreens, where the vertical pixel height is smaller than before. This needs to be fixed. I have this problem too. |
error with rpreview with W7 | recent ????
I have an oldest fwh release |
error with temporal table | Guys:
I have create a temporary table in MSSQL with ADO from my program with succesful, but that table does not see it in the Microsoft SQL Server Management, someone know where is it, in tempdb?
The table has a single field and I insert a record, Up there all right, after I want to show its contents but I get this M... |
error with temporal table | Temporary tables are seen only by the connection that created it and is deleted when that connection is closed. They are not seen by a different connection. Management Studio's connection is different from the connection you created in your application. So, Mangement studio cannot see the temporary table you created. ... |
error with temporal table | [quote="nageswaragunupudi":rkaeyka0]Temporary tables are seen only by the connection that created it and is deleted when that connection is closed. They are not seen by a different connection. Management Studio's connection is different from the connection you created in your application. So, Mangement studio cannot s... |
error with tm picker | my code [code:3323x6gq]
#include "dtpicker.ch"
STATIC FUNCTION PRENOTAZIONE( oBtn )
LOCAL oDlg, lReg:=.F.
LOCAL cCustomer :=Space(40),oCustomer
LOCAL oFont1,aOra,aVar:= Hora()
DEFINE DIALOG oDlg ;
FROM 317, 412 TO 475, 732 PIXEL ;
TITLE "Preno... |
error with tm picker | After @ 2, 12 TMPicker aOra Var aVar SIZE 40, 10 Update of oDlg Insert this line aOra:nStyle := nOr( aOra:nStyle, 9 ) |
error with xbrowse | give me error on text [b:38ijy2qn] bold[/b:38ijy2qn]
@ 45, 40 XBROWSE oBrw1 SIZE 400,-65 PIXEL OF oDlg ;
COLUMNS 5,2,4,7,8,9,12,11;
HEADERS "Tipo","Descrizione","Costo","Disp.","A4", "Pos", "Ord.","";
COLSIZES 40,110,50,50,28,28,30,34 ;
CELL LINES NOBORDER ;
DATASOURCE "oServiziSingoli"
... |
error with xbrowse | There is no alias by name "oServiziSingoli". How do you think it works?
If oServiziSingoli:cAlias is a valid alias, then change as
[code=fw:36atlizi]<div class="fw" id="{CB}" style="font-family: monospace;"><br />DATASOURCE oServiziSingoli:<span style="color: #000000;">cAlias</span><br /> </div>[/code:36atlizi]
If oS... |
error with xbrowse | same errors
I'm trying with tdata lib
[code=fw:16vmaemm]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> oServiziSingoli:= TServizi<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">new</span><span style="color: #000000;">(</span><sp... |
error with xbrowse | Why do you put this in quotes?
[code=fw:2qh8ji5l]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #ff0000;">"oServiziSingoli:cAlias"</span><br /> </div>[/code:2qh8ji5l]
Remove the quotes
[code=fw:2qh8ji5l]<div class="fw" id="{CB}" style="font-family: monospace;"><br />DATASOURCE... |
error with xbrowse | Silvio,
I did send you a working copy. Did you not get it?
James |
error xbrowse toexcel | I have a simply dbf with 3 field
concep c 4
descr c 60
tipo n 1
why I cannot converte it on excel from this command directly ?
oApp():oGrid:ToExcel()
Error description: Error BASE/2022 Error de argumento: ALLTRIM
Args:
[ 1] = N 3
Stack Calls
===========
Called from: => ALLTRIM(0)
Called f... |
error(6) deleting enhanced metafile | Error message received when opening preview on a print.Anybody know what this is and what might be causing it. |
error(6) deleting enhanced metafile | hag,Check that you do not have an ENDPAGE of moreregardspaco |
error(6) deleting enhanced metafile | PacoThanks...it needed a PAGE |
error creating enhanced metafile/deleting enhanced metafile | veo que para los enhanced metafiles, crea archivos del tipo tmp0001.emf, tmp0002.emf...
El problema es que en algunos casos me da estos errores:
error (32), creating enhanced metafile: en este caso, me sucede porque estoy probando 2 estaciones de trabajo (2 sesiones del programa) en la misma estacion, a 16 bits no ten... |
error creating enhanced metafile/deleting enhanced metafile | Hola,
El problema está en la clase tprinter, en el método _startpage.
Parece ser que la generación de nombres de ficheros temporales emf es consecutiva, empezando por 1 cada vez que se lanza un listado al previsualizador. El nombre de fichero tiene esta forma: tmpXXXX.emf o tmpXXXX.wmf (para los antiguos 16 bits).
... |
error creating enhanced metafile/deleting enhanced metafile | José Luis: esto me resuelve el tema poder imprimir en dos o mas estaciones de trabajo en el mismo pc, pero me sigue dando el error algunas veces que no puede eliminar el archivo, cosa que cuando voy a verificar el archivo no está, por lo que eliminarlo, lo elimina, pero me da este error. <!-- s:-( --><img src="{SMILIE... |
error creating enhanced metafile/deleting enhanced metafile | Ya descubrí donde estaba el problema <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> y era en mi codigo, para variar... solo que antes no se quejaba... llamaba dos veces el endpage, y claro, no lo podía borrar a la segunda vez...
Pedro Gonzalez |
error.log | Stack Calls
===========
Called from REF_VAR(938)
Called from EDITSCHE(93)
Called from VAL_REL2(380)
is it possibile to add "in module <nameofprgfile> ? " information for each row
? |
error.log | I agree. It would be useful.
EMG |
error.log | Marco, Enrico,
Please modify source\function\errsysw.prg with this code:
[code:b8ky316x]
if ! Empty(ProcName( n ) )
AAdd( aStack, " Called from: " + ProcFile( n ) + " => " + Trim( ProcName( n ) ) + ;
"(" + NTRIM( ... |
error.log | Wonderful! Thank you!
EMG |
error.log | <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> OK ThankYou very much. |
error.log | Unfortunately it seems not working as expected... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
error.log | Enrico,
But that may be something specific to Harbour/xHarbour ProcLine() function. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.