topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
error al leer un campo tipo texto | Saludos, ya pase por esa y creo es un cambio en las ultimas versiones de TDolphin, si lo tienes no uses Val2Escape a menos que sea un campo TEXT, con eso se resolvio el problema, espero tambien te ayude con eso, cualquier otra cosa avisas, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:"... |
error al leer un campo tipo texto | Estimado Josè Luis
Gracias por tomarse el tiempo de responder.
El problema que tengo con los campos, es el siguiente: en la tabla los campos carácter, están definidos como varchar ( xxx ) y NOT NULL , al añadir un registro a la tabla y al editar el campo, aparecen vacíos.
En el caso de los dbf, la longitud del campo... |
error al leer un campo tipo texto | Hola amigos,
Aclarando el tema...
la variables tipo CHAR(), son de longitud fija, VARCHAR() de longitud variable, veamos:
nombre := CHAR(40), el campo nombre siempre tendrá una longitud de 40 caracteres, este con datos o vacía
nombre := VARCHAR(40), en este caso el campo nombre tendrá una longitud máxima de 40 ca... |
error al leer un campo tipo texto | Nose si te entiendo bien, si estas editando, es decir modificando un registro guardado te lo trae vacio.? si es asi, entonces es como te dije, que no uses Val2Escape para grabar tu campo, lo extraño es que si lo guardar con datos ya que lo tienes NOT NULL, entonces deberia traerte el valor que tienes el campo en la ta... |
error al leer un campo tipo texto | Willi Gracias por la aclaración, eso me sucede con los varchar.... queda vacio el campo,¡.
Gracias, vere como ajusto el tipo de campo. |
error al linkar | Hola a Todos:
Estoy compilando por primera vez una aplicacion que tenia y he resuelto casi todo, me queda que me da un error que no se como cojerlo a ver si me podeis ayudar, a la hora de linkar pongo :
ilink32 -Gn -aa -Tpe -s @archivo.lnk
y me da
Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from... |
error al linkar | Carlos,
Estás usando el build de Harbour que distribuimos con FWH ?
Comprueba que no tengas otra versión de Harbour instalada.
Asegúrate de que estés enlazando vm.lib de Harbour |
error al linkar | Hola Antonio:
Despues de muchas vueltas lo hago asi:
el fwhcl.bat :
copy obj\c0w32.obj
SET LIB =C:\compilar
SET INCLUDE=C:\compilar
harbour cyewin /m/n
harbour rddsys /n
harbour preparar /n
harbour procesos /n
harbour gestempr /n
harbour gestacti /n
harbour gestdape /n
harbour gestadfa /n
harbour gestconc /n
ha... |
error al linkar | Carlos,
Tienes que enlazar:
c:\compilar\[b:1u25899n]FiveHX.lib[/b:1u25899n] +
en vez de:
c:\compilar\FiveH.lib +
ya que estás usando xHarbour |
error al linkar | Gracias Antonio, no me di cuenta del detalle, pero ya funciona.
Un saludo
Carlos |
error al linkear con fw1007 y c582 | Don Antonio... estoy recompilando mis aplicaciones desde fw0802 a fw1007 y me encuentro con el siguiente error....
* 20 --- Linkenado y Creando editor_prg.exe con ilink32 -Gn -aa -Tpe -s -v b32.bc....
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_CHARREM' referenced... |
error al linkear con fw1007 y c582 | Ernesto
[quote="J. Ernesto":39rxwqr8]Error editor_prg.rc 3 31: Cannot open file: d:\fwsamples\samples\bitmaps\New.bmp[/quote:39rxwqr8]
Verifique la ruta y que el archivo exista
[quote="J. Ernesto":39rxwqr8]Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_CHARREM' referen... |
error al personalizar hoja de excel despues de toexcel() | Mr. RAO
a la hoja excel que exporto desde xbrowse quiero personalizarla , la primera exporta, pero luego lo hace pero con este error:
[img:324fh99c]https://subir-imagen.com/images/2022/11/22/error.jpg[/img:324fh99c]
Este es mi codigo:
[code=fw:324fh99c]<div class="fw" id="{CB}" style="font-family: monospac... |
error al personalizar hoja de excel despues de toexcel() | Hola,
Vendría muy bien una imagen de la parte inicial del archivo de error. Ahi se ve la variable que provocó el error
Salu2 |
error al personalizar hoja de excel despues de toexcel() | Gracias, detallo error:
Application
===========
Path and name: Z:\b1\cajas.exe (32 bits)
Size: 4,676,096 bytes
Compiler version: Harbour 3.2.0dev (r1703231115)
FiveWin version: FWH 17.12
C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
Windows version: 6.2, Build 9200
Time from start: 0... |
error al personalizar hoja de excel despues de toexcel() | Algo errado aqui:
[code=fw:3pa1c3v1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Called <span style="color: #0000ff;">from</span>: .\dlgguia.PRG => <span style="color: #000000;">(</span>b<span style="color: #000000;">)</span>NUEVODET<span style="color: #000000;">(</span> <span style="col... |
error al personalizar hoja de excel despues de toexcel() | Este es mi archivo .mak
#Borland make sample, (c) FiveTech Software 2005-2009
HBDIR=c:\1712\harbour
BCDIR=c:\1712\bcc7
FWDIR=c:\1712\fwh
#change these paths as needed
.path.OBJ = .\obj
.path.PRG = .\
.path.CH = $(FWDIR)\include;$(HBDIR)\include
.path.C = .\
.path.rc = .\
#important: Use Uppercase for filenames e... |
error al personalizar hoja de excel despues de toexcel() | Buén dia.
Cambie aqui para generar el ERROR.LOG correcto:
[code=fw:186prsb4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />.prg.obj:<br />$<span style="color: #000000;">(</span>HBDIR<span style="color: #000000;">)</span>\bin\harbour $< /M /N /W /Oobj\ /I$<span style="color: #000000;">(</s... |
error al personalizar hoja de excel despues de toexcel() | [code=fw:2kbjln8j]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xHarbour <span style="color: #000000;">1.2</span><span style="color: #000000;">.3</span> Intl. <span style="color: #000000;">(</span>SimpLex<span style="color: #000000;">)</span> <span style="color: #000000;">(</span>Build <sp... |
error al personalizar hoja de excel despues de toexcel() | In the xbrowse.prg
Please insert
[code=fw:2upec8u4]<div class="fw" id="{CB}" style="font-family: monospace;">SysRefresh<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #B900B9;">// insert now</span><br /><span style="color: #00C800;">return</span> oSheet</div>[/c... |
error al personalizar hoja de excel despues de toexcel() | Mr. Rao:
hice el cambio en el xbrowse.prg
[code=fw:tzj8o043]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#ifndef __XHARBOUR__<br /> <span style="color: #00C800;">else</span><br /> <span style="color: #B900B9;">//</span><br /> <span style="color: #B900B9;">//SysRefresh()</span><br /> ... |
error al personalizar hoja de excel despues de toexcel() | Sorry Mr. Rao:
le saque la instruccion msgalert(..) y ya funciona
[code=fw:21k5v1xe]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> oBtn <span style="color: #0000ff;">ID</span> <span style="color: #000000;">4014</... |
error al totalizar columna xbrowse | Hola foro
estoy tratando de totalizar una columna en xbrowse pero me tira este error:
[url=http://subefotos.com/ver/?67d8bac6360739f193d9d378d1f6c50bo.jpg:1aq6wo7p][img:1aq6wo7p]http://thumbs.subefotos.com/67d8bac6360739f193d9d378d1f6c50bo.jpg[/img:1aq6wo7p][/url:1aq6wo7p]
AGGR_SUM , totali... |
error al totalizar columna xbrowse | Me funciona bien asi....saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
WITH OBJECT aBrw[9] // COLUMNAS
:aCols[2]:cFooter := "Total --->"
***
:aCols[3]:nTotal := 0 // PARA TOTALIZAR COL.(MakeTotals)
END |
error al totalizar columna xbrowse | [b:3d0t8o9d]IMPORTANT:[/b:3d0t8o9d]
Please add
[code=fw:3d0t8o9d]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">ALIAS</span> <span style="color: #ff0000;">"articulo"</span><br /> </div>[/code:3d0t8o9d]
to the REDEFINE command.
It is important that Browse knows the a... |
error al totalizar columna xbrowse | Thank Mr. Rao and JoseLuis
Now run Ok
this is my code
[code=fw:1da0gw3x]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> XBrNumFormat<span style="color: #000000;">(</span> <span style="color: #ff0000;">'A'</span>, .t. <span style="color: #000000;">)</span><br /> <span style="color: #0000ff;"... |
error al totalizar columna xbrowse | This is better
[code=fw:2goa3wpe]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oBrwDet<br /> :<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</s... |
error al totalizar columna xbrowse | run perfect!
Thank you Mr. Rao |
error al trabajar con Xbrowse | Estimados, tengo una búsqueda incremental que trabaja con xbrowse, cuando hago la búsqueda en la columna ordenada por defecto, la lee bien,
al presionar la teclas todo ok, pero si cambio a otra columna, para hacer misma búsqueda pero con otro campo, me tira error, pero si vuelvo a la columna inicial, trabaja bien de n... |
error al trabajar con Xbrowse | Indique la descripcion del error |
error al trabajar con Xbrowse | Estimado, tengo un archivo ordenado x codigo y nombre, deseo hacer una busqueda incremental con cualquiera de esos campos, yo ingreso al browse con el index ordenado por nombre y la busqueda todo bien, pero cuando pincho para ordenar por codigo (uso xbrowse), me sale lo que sale en el log.. de error.. esto lo hacia e... |
error al trabajar con Xbrowse | no me habia percatado, al usar y compilar con FWH8.12, y BCC55, funciona todo ok, pero si uso FWH13.2 y BCC 582, me reclama este error. |
error alphablend | Hola a todosUse Verce 5.3 y fwh8.10, cuando trato de compilar cualquier ejemplou otro prg, me sale el error:Unresolved error alphablend, hace referencia al fivehc-brushesy no puedo generar ningun ejemplo...Que version del verce es compatible con esta version?Probe con los make que vienen con fwh8.10 y sale ok.Salu2Fran... |
error alphablend | Francis,Tienes que enlazar esta librería de Borland:c:\BCC55\LIB\PSDK\MSIMG32.LIB |
error alphablend | Gracias MasterPero como lo hago en verce 5.3, alguien que tenga modificado un verceque funcione con fwh8.10 por favor... <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Salu2FrancisIquitos-Peru |
error alphablend | incluyela en la libreria de terceros |
error alphablend | Ok mcfoxLo pruebo y aviso ...Deberian los creadores del verce modificar estos detalles para la grancomunidad de usuarios del verce.Salu2FrancisIquitos-Peru |
error alphablend | [quote="Francis":15vthfuw]Gracias Master
Pero como lo hago en verce 5.3, alguien que tenga modificado un verce
que funcione con fwh8.10 por favor... <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
Salu2
Francis
Iquitos-Peru[/quote:15vthfuw][url=http://imagesh... |
error appear with last harbour | Dear Antonio,
I get this error with last harbour
FiveHC32.lib(FWPNG.obj) : error LNK2019: symbole externe non résolu _png_init_io référencé dans la fonction _save_png_to_file
regards
Patrick
Harbour Build Info
---------------------------
Version: Harbour 3.2.0dev (r1403040330)
Compiler: Microsoft Visual C++ 16.0.40219 ... |
error appear with last harbour | Patrick
Did you add png.lib to you rmake file ?
Richard |
error appear with last harbour | Dear Richard,
Yes I have had png.lib to the rmake file
Patrick |
error appear with last harbour | And hbzlib.lib ? |
error appear with last harbour | This png lib issue appeared after the following change. I assume the error is related to the warning. I worked around it a couple ways. First, I had a png.lib I happened to have build on 1/20 before this change. I have since just edited the png Makefile referenced here and backed out this particular change and rebui... |
error appear with last harbour | please seach in the forum a post reporting this problem,
antonio put a file png.lib to replace the png.lib of harbour
salu2
carlos vargas |
error base\1004 and base\1005 | when running the exe file i get both of these base errors. 1004 tells me there is no exported method for class NIL and 1005 tells me class NIL has no property. what can i do to fix these errors? <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
error base\1004 and base\1005 | Could you supply the error log text and the section of code that is creating the error. |
error base\1004 and base\1005 | CODE
STATIC FUNCTION LoadTick // refreshes the ticket format field and listbox of the tickent dialog box
msginfo(1)
msginfo(TICKDBF->(CmxKeyCount())) // returns 26
oBrw:blogiclen := {|| TICKDBF->(CmxKeyCount())} // has no property
msginfo(2)
*oFormatType:Refresh()
oFormatType := mFormatTy... |
error base\1004 and base\1005 | Where is oBrw variable defined ? It looks as you are not providing it to that function so it is nil. |
error bpainted a btnbmp | I wish insert images png and text into btnbmp but with conditions
[img:dmt57jnt]https://s33.postimg.cc/k61vgh4i7/test.png[/img:dmt57jnt]
I have lday,lNumbers,lPayed
I have problems because the command not work as I wish and I not understood why
on command there are if function
it take [b:dm... |
error btnget and fwh712 | hi, i receive this:
Error description: Error BASE/1070 Erro nos parametros: ==
Args:
[ 1] = C
[ 2] = N 0
Stack Calls
===========
Called from: TGET.prg => TBTNGET:KEYDOWN(682)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: CONTROL.prg => TCONTROL:HANDLEEVENT(1392)
Called from: ... |
error btnget and fwh712 | Norberto,
What source code do you have in line 682 ?
TBTNGET:KEYDOWN(682) |
error btnget and fwh712 | Antonio, this:
if ::bKeyDown != nil
if Eval( ::bKeyDown, nKey, nFlags, Self ) == 0
return 0
endif
endif
i comment this , and works again, but i dont know what´s affect.
thanks |
error btnget and fwh712 | Where is teh TBtnGet Class? It is not in FWH. |
error btnget and fwh712 | BtnGet is an 3rd part lib , free, i compile the source. works fine until fwh712. |
error btnget and fwh712 | Norberto,
Please modify Class TGet this way:
[code:3glqtpvu]
if ::bKeyDown != nil
if ValType( uVal := Eval( ::bKeyDown, nKey, nFlags, Self ) ) == "N" .and. ;
uVal == 0
return 0
endif
endif
[/code:3glqtpvu] |
error btnget and fwh712 | \source\btnget.prg
line 128:
change
::bKeyDown := { | nKey | IIF( nKey == VK_F2, ;
eval( ::bAction ), "") }
into
::bKeyDown := { | nKey | IIF( nKey == VK_F2, ;
eval( ::bAction ), ) }
Regards!
Shuming Wang |
error close DIALOG | When I close the DIALOG without closing the WINDOWS of an error, how to get you close to the DIALOG Program also close, or not happen the error.
[code=fw:26koumds]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"FIVEWIN.CH"</sp... |
error close DIALOG | [code=fw:e67ohb7a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWndNfe<br /> <br />EndDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>[/code:e67ohb7a]
Remember that w... |
error compilacion res | estimados, me sale este error al enlazar con verce mi recurso...
Duplicate resource: Type 10 (RCDATA), ID DVCLAL; File TMP9.$$$ resource kept; file C:\NEWPRG\RC\GESTION.RES resource discarded.
uso workshop 4.5, fhw812, xharbour 812
este es el resultado....
Compilado y Enlazado de: [C:\NewPrg\gestion.Exe]
Ejecució... |
error compilacion res | Juan Carlos,
Te indica que hay un recurso tipo RCDATA duplicado en tu fichero RES.
Sálvalo como RC y busca por RCDATA ó por DVCLAL en él. |
error compilando con fw14.09 | Estoy compilando tutor01.prg y obtengo este error
[code=fw:1nquvcjf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_GT_GUI_DEFAULT'</span> referenced <span style="color: #0000ff;">from</span> C:\FW... |
error compilando con fw14.09 | lib\psdk\msimg32.lib |
error compilando con fw14.09 | Completo:
[code=fw:3bqq9wef]<div class="fw" id="{CB}" style="font-family: monospace;"><br />C:\FWH1306\lib\FiveHX.Lib +<br />C:\FWH1306\lib\FiveHC.Lib +<br />C:\XHB280714\lib\hbzip.Lib +<br />C:\XHB2807... |
error compilando con fw14.09 | Gracias por tu respuesta, estoy usando el build.bat que viene en samples. Las librerías que me sugeriste ya están en ese bat. sin embargo me produce este error. Intenté con buildx.bat pero me da este error
[code=fw:3phzi6ku]<div class="fw" id="{CB}" style="font-family: monospace;"><br />FiveWin.ch<span style="color: #... |
error compilando con fw14.09 | Solucionado, adicioné GTGUI.LIB y funcionó con build.bat. Lo que me extraña es el error con el buildx.bat. Si alguien me hecha luz sobre este tema. Muchas gracias |
error compilando con fw14.09 | Que tien en esta linea de fivewin.ch ?
FiveWin.ch(1855) |
error compilando con fw14.09 | El maestro Antonio erra mucho!!! jejejejejejejejejejejeje. Broma.
[code=fw:3fy3lsam]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">if</span> A%<span style="color: #000000;">1</span> == A GOTO :<span style="color: #000000;">SINTAX</span><br /><span style="color: #00C800;">... |
error compilando con xverse | Amigos...
me esta dando el siguiente error compilando con xverse
[img:1fmdmkbq]https://dl.dropboxusercontent.com/u/102110243/Captura%20de%20pantalla%202014-02-19%2018.13.57.png[/img:1fmdmkbq] |
error compilando con xverse | Solucionado....
tener cuidad dentro de "Propiedades del Proyecto", en los directorios "NO" debe tener el barra "\" al final....
gracias
david |
error compile fwh109 (LIB) **SOLVED** | **SOLVEDHI, since fwh108 when i try compile lib fivehx, i receive this warning:
Warning: library was too large for page size, rebuilt with page size 64
Warning: results are safe in file 'libtmp0s.l20'
this ocour only some modules (prg), like xbrowse, valblank, etc..
can on help me?
(fwh109 / xharbour cvs, bcc 582, w... |
error compile fwh109 (LIB) **SOLVED** | Norberto,
It is fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
error compiling 'TESTZIP.PRG' | Dear Mr. Antonio,
Im using FWH v10.5 and latest xHarbour for BCC582
I tried to compile testzip.prg with these errors:
[img:2dfp6my7]http://i208.photobucket.com/albums/bb82/fraxzi/testzip.png[/img:2dfp6my7]
I already included hbzip.lib but still cannot compile.
I need Zip/Unzip function in my curren... |
error compiling 'TESTZIP.PRG' | Frances,
samples\TestZip.prg was just for FW 16 bits. We have to update it for FWH 32 and FWH 64.
Here in the forums there are several examples for 32 bits. Lets find them and we point them here. |
error compiling 'TESTZIP.PRG' | Frances...
is spanish, but easy to understand <!-- m --><a class="postlink" href="http://bielsys.blogspot.com/">http://bielsys.blogspot.com/</a><!-- m --> |
error compiling 'TESTZIP.PRG' | Dear Mr.Frances,
Here is a function to extract the contents of a zip file
[code=fw:1cobtv7n]<div class="fw" id="{CB}" style="font-family: monospace;">*------------------------------------*<br /><span style="color: #00C800;">Function</span> ExtractZip<span style="color: #000000;">(</span>cDriveLetter<span style="c... |
error compiling 'TESTZIP.PRG' | Dear Mr. Antonio, Mr. Daniel and Mr. Anser,
Than you for the prompt reply.
I need to zip a file before sating it to a blob field.. then unzip if user needs to read it and open corresponding app..
say "word.doc" -> compress to zip -> save as blob.. then if user wants to open it, blob to word.zip-> unzip word.zip ->... |
error compiling 2 | Software used : Clipper 5.3c, Blinker 4, Fw 7.1, Windows 98
When compiling this error occur : constant.ch (61) fatal c3048 preprocessor table overflow
How can l fix it
many tanks
I put #define clipper501 at first and l try to compile tget.prg (class). It give me a lots of
error c2001 syntax error. Like the name of m... |
error compiling 2 | Please add this line in your PRG before #include "FiveWin.ch":
#define CLIPPER501
#include "FiveWin.ch" |
error compiling 2 | I try it with #define clipper501 and it makes many c2001 error syntax error |
error compiling 2 | Richard,
If you review FiveWin.ch then you will see there are several #include ... inside it, and some of them may be removed if you don't use them.
Usually a #define CLIPPER501 is enough, but it seems as you are using some of them, thats why you get the errors.
Another solution is to compile using Clipper 5.2 as i... |
error compiling 2 | With fw 2.1 l can compile tget, tcbrowse, windows and l never have those problems. When l
compile them l change nothing of the prg. |
error compiling 2 | Richard,
You don't have to modify your PRGs, just comment out some #includes that you may not be using from inside FiveWin.ch
FiveWin has grown and thats why Clipper preprocessor capability sometimes is not enough. Clipper 5.2 has more preprocessor capability than Clipper 5.3
Also, if you are using Clipper rmake.exe... |
error compiling tcbfunc.c with VC++ express 2010 | Compiling tcbfunc.c with a 2.1rc1 harbour and hbmk2 I get the errors below.
I tried with cl alone using the ones in buildm.bat it doesn't work also.
I need to do a small local change.
What are the right parameters to use?
best regards,
Lorenzo Fiorini
c:\dvl\fwh\include\ClipApi.h(463) : warning C4391: 'WORD strlen(L... |
error compiling tcbfunc.c with VC++ express 2010 | It seems enough to add -D__HARBOUR__.
Am I correct?
best regards,
Lorenzo Fiorini |
error compiling wbrowse (hernan) with fwh 9.08 | I must compile an old application made with wbrowse ( hernan) and when I compile with the nw fwh it make these errors
[code=fw:tnz42a8g]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />Progetto: <span style="color: #000000;">xWbrowse</span>, Ambiente: <span style="color: #000000;">xFiveWin</span... |
error compiling wbrowse (hernan) with fwh 9.08 | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16584&start=0&hilit=hernan">viewtopic.php?f=3&t=16584&start=0&hilit=hernan</a><!-- l --> |
error compiling wbrowse (hernan) with fwh 9.08 | thanks I resolve |
error con IE 9 | Hola,
Al descargar de internet un programa hecho con FWH y Harbour con Explorer 9.0 salta este mensaje:
[b:1f5ubmwu]xxx.exe no se descarga habitualmente y podría dañar su equipo[/b:1f5ubmwu]
[img:1f5ubmwu]http://ieblog.members.winisp.net/images/ryancol_Unknown-notificationbar.PNG[/img:1f5ubmwu]
... |
error con IE 9 | Hola,
¿A nadie le pasa?.
Por ejemplo, probad con <!-- m --><a class="postlink" href="http://www.apolosoftware.com/instalacion/GstInstalacion.exe">http://www.apolosoftware.com/instalacio ... lacion.exe</a><!-- m --> |
error con IE 9 | Intenta con el Google Chrome. |
error con IE 9 | Tiene que ser con IE9, que es el navegador más popular.
¿Has probado a descargar tus aplicaciones con IE9?.
Saludos <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
error con IE 9 | [quote="mgsoft":1c9fnbu0]Tiene que ser con IE9, que es el navegador más popular.
¿Has probado a descargar tus aplicaciones con IE9?.
Saludos <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->[/quote:1c9fnbu0]
No. Pués és mui lento. ya el google chrome és mui rápido y mucho mejo... |
error con IE 9 | Opino lo mismo que Joao.
Saludos,
Adhemar |
error con IE 9 | Si nuestros clientes se descargan el demo via Internet y usan IE 9, salta ese aviso.
Y, lógicamente, no se puede decir, cámbiese de Explorador!!. |
error con IE 9 | Aqui se explica como desactivar esos avisos:
[url:niagfpjd]http://www.sevenforums.com/tutorials/1406-internet-explorer-smartscreen-filter-turn-off.html[/url:niagfpjd] |
error con IE 9 | Muchas gracias, pero el tema no es desactivarlo, sino que no salga el aviso.
Un usuario final que quiere ver un demo del programa no va a desactivar eso, simplemente NO lo descargará y listo.
Eso es lo que hay que tratar de evitar. |
error con IE 9 | No tengo certezca se és esto:
<!-- m --><a class="postlink" href="http://www.baboo.com.br/conteudo/modelos/Cancele-a-mensagem-de-Editor-Desconhecido-no-XP_a34323_z0.aspx">http://www.baboo.com.br/conteudo/modelo ... 23_z0.aspx</a><!-- m -->
Mira y comenta.
Saludos. |
error con IE 9 | mgsoft,
si quieres utilizar software de microsoft tienes que atenerte a sus reglas. El software se debe instalar como ellos dicen, via un msi o msu, y tienes que registrarte como proveedor de software con microsoft para que te otorgue las credenciales necesarias para que el instalador de windows te reconozca como tal.... |
error con IE 9 | mgsoft
Has intentado comprimiendo el .EXE a .ZIP o .RAR
Luego el usuario que lo descomprima.
Saludos,
Adhemar |
error con Touch screen | Hola a Todos:
Uso botones en una aplicacion de touch screen pero en PCs nuevas (Win 8 en adelante y RDPs en android) por cada click izquierdo en los botones se dispara doble, alguién sabe que ocasiona esto.
FW 14.12 32 bits + Harbour.
Gracias anticipadas y saludos cordiales
Fco Gamboa |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.