topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
error on menu | Is with WINDOW MDI ?
Try with all styles and comment
Style 2015, not affect |
error on menu | I tried with 2007, 2010, 2013, 2015 make the same on windows seven |
error on myfile.exe | I compiled my .prg (about 50 files) and created myfile.exe about 2800KB
run myfile.exe and exit the error
Unrecoverable ERROR 9000:
',yX' was compiled by older version, PCODE version 4907805 in no longer supported - please recompile |
error on myfile.exe | You have not used the same xHarbour build to compile all your PRGs including FWH ones, and third party libraries
Please recompile all the PRGs using your current compiler build |
error on myfile.exe | What xHarbour build are you using ?
> ',yX' was compiled by older version, PCODE version 4907805
that looks like a xHarbour bug |
error on myfile.exe | I use FWH 7.10 and compile my files by .bat with follow...
FOR %%i IN (*.prg) DO c:\xharbour\bin\harbour %%i /es2 /n /ic:\FWH\include;%hdir%\include /w0 /p %2 %3 >> clip.log
.... |
error on myfile.exe | Damiano,
Please install and try it again with this new xHarbour build:
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?p=40290#40290">http://fivetechsoft.com/forums/viewtopi ... 0290#40290</a><!-- m --> |
error on odbc | I'm compiling my .lnk and get this errorError: Unresolved external '_HB_FUN_RDDSETFIELDEXTENT' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDError: Unresolved external '_HB_FUN_RDDADDFIELD' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDError: Unresolved external '_HB_FUN__TRDD' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDError: ... |
error on odbc | Damiano,Class TRdd is only available for FiveWin 16 bits. ODBC should not be used any longer, instead you should use ADO.Please review free ADORDD for Harbour/xharbour and FWH. You can download it from here:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/adordd.zip">www.fivetechsoft.com/files/ador... |
error on print aselected | If I have a xbrowse and select only one customer
[img:2i88qbqk]https://i.postimg.cc/L4BZR0Xb/test.png[/img:2i88qbqk]
and then press the button for print
sample easy DEFINE BUTTON OF oBar PROMPT "Print" ACTION oBrw:Report()
it print all customers and not one ( that selected ), why ?
and ... |
error on print aselected | Yes. This is an issue.
We will look into this. |
error on print aselected | Nages,
I have seen that if I select a record towards the end of the archive, he prints from that record onwards (until the end of the archive)
it is as if it uses the selected record to assign a point (goto nrecord) |
error on print from activex | give me this error
Time from start: 0 hours 0 mins 17 secs
Error occurred at: 12/04/20, 11:57:27
Error description: (DOS Error -2147352567) WINOLE/1007 (0x80040100): EXECWB
Args:
[ 1] = N 6
[ 2] = N 1
Stack Calls
===========
Called from: => TOLEAUTO:EXECWB( 0 )
Called from: =... |
error on print from activex | What are you trying to do, something like that?
[code=fw:1ethbr6g]<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 /><span style="color: #00D7D7;">#define</span> OLECMDID_PRINT <span style="color: #0... |
error on release font | I use deafault fonts with
::oFont = TFont():New( GetDefaultFontName(), 0, GetDefaultFontHeight(),, )
::oFontTitles = TFont():New( GetDefaultFontName(), 0, GetDefaultFontHeight(),,.t. )
::oFontMsgItem := TFont():New( GetDefaultFontName(), 0, -10,, )
and when I close the app I end all fonts with
::oF... |
error on report class | look this picture :
[img:5nnakpru]http://img84.imageshack.us/img84/1628/errrep.jpg[/img:5nnakpru]
why it print only 4 records and on the total there are 8 records ?
the code :
ACTIVATE REPORT oInforme:oReport FOR ALLTRIM(UPPER(RU->RULOC))==ALLTRIM(cCom) ;
ON POSTEND ... |
error on tget/xbrowse Resolved !!! | in this dialog there is a combobox and a xbrowse
[img:2f48e8yc]https://i.postimg.cc/hjcBvmFn/hhh.png[/img:2f48e8yc]
if I move the mouse on xbrowse give me an error Tget as you can see on picture
why ? |
error on tget/xbrowse Resolved !!! | Can you please give the relevant source code and copy of error.log? |
error on tget/xbrowse Resolved !!! | [code=fw:294h2089]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Work\Errori\Tariffe\test2.Exe <span style="color: #000000;">(</span><span style="color: #000000;">32<... |
error on tget/xbrowse Resolved !!! | Can I see your code for creating the combobox? |
error on tget/xbrowse Resolved !!! | I insert the combobox you made at another topic and it might work but I create the aListini array from an archive and it has two elements
local aListini := Crea_Array_listini()
@ 36,75 COMBOBOX aGet[1] VAR cFilter ITEMS aListini SIZE 100,400 PIXEL OF oDlg ;
ON CHANGE ( oBrwBase:aArrayData := FilterArra... |
error on toolbar tbmenu | If I select a menu option on tbmenu (toolbar) it execute the action and then quit the application exe
[size=150:3h9fk48c][b:3h9fk48c]Why ?[/b:3h9fk48c][/size:3h9fk48c]
[img:3h9fk48c]http://img703.imageshack.us/img703/3656/29947811.jpg[/img:3h9fk48c]
sample :
DEFINE TBMENU OF oBar ;
... |
error on toolbar tbmenu | Please any solution ?
Why If I select an action on tbmenu then the app end?
II',m using w7 on 64 bit |
error on variable | I must make a little calc..
Sorry for my english,
I explain YOU:
1) the user must press a button of a number
2) the user must press the button of X
3) the user must press the button of a product
the procedure calc the total (quantity * the prize of each product )and then save on the listbox
then Each var... |
error on variable | OK, Let's see if we can understand each other <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
The operations you plan to do, you must do it directly from the listbox, using the Add, Reduce, Clear buttons.
In this case, after you select an item save its price and by default... |
error on variable | yes
can you help me
Can you send me sample code ?
Regards |
error on win 10 | ON win seven the exe run ok
on window 10 the exe make this error ...why ?
[code=fw:1es228fs]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\work\Prg\Orario\Main.Exe <... |
error on win 10 | Silvio,
Please provide a PRG to reproduce it, thanks |
error on win 10 | It's very strange ...is a simply menu and on that line there is nothing
On the Windows Seven I not Have that error and the exe run ok
This morning at school I have win10 the same exe make errors
[code=fw:2d96o2xs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> B... |
error on win 10 | Silvio,
Please check that there are no extra or missings ENDMENU clauses |
error on xbrowse footer - RESOLVED! - | [img:1w5s333d]https://i.postimg.cc/MZ7xccN9/errore-footer.jpg[/img:1w5s333d]
on xbrowse I set
WITH OBJECT oBrowse:aCols[ 11]
:nFooterType := AGGR_SUM
:cEditPicture := '@ €99,999.99'
END
also I use :nDat... |
error on xbrowse footer - RESOLVED! - | Try,
[code=fw:2m9l57r7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">cEditPicture</span> := <span style="color: #ff0000;">'€99,999.99'</span><br /> </div>[/code:2m9l57r7] |
error on xbrowse footer - RESOLVED! - | I allready tested with
WITH OBJECT oBrowse:aCols[ 11]
:nFooterType := AGGR_SUM
[b:3q7fvepr] :cEditPicture := "€ 999,999.99"[/b:3q7fvepr]
:nDataStrAlign := AL_RIGHT
END
the xbrowse is
@ 120, 02 XBR... |
error on xbrowse footer - RESOLVED! - | Try:
[code=fw:1y73azl2]<div class="fw" id="{CB}" style="font-family: monospace;"> :<span style="color: #000000;">nFootStrAlign</span> := <span style="color: #000000;">1</span> </div>[/code:1y73azl2] |
error on xbrowse footer - RESOLVED! - | .. |
error on xbrowse footer - RESOLVED! - | -- |
error on xbrowse footer - RESOLVED! - | .. |
error on xbrowse footer - RESOLVED! - | perhaps you not understood
I have two prg
on one prg I have column 5
[code=fw:1cqfp3fr]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><br /><br /> @ <span style="color: #000000;">120</span>, <span style="color: #000000;">02</span> <span style="color: #0000ff;">XBROWSE</span> oBrowse <spa... |
error on xbrowse footer - RESOLVED! - | Maybe :
xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators |
error on xbrowse footer - RESOLVED! - | [quote="Marc Venken":2e8fuxrz]Maybe :
xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators[/quote:2e8fuxrz]
but why the same source code on another procedure run ok ? |
error on xbrowse footer - RESOLVED! - | allready tested not run xbrNumFormat( "E", .t. ) |
error on xbrowse footer - RESOLVED! - | Hello Silvio,
I read that this summer, it is necessary to reserve online for the umbrellas on the beaches.
You are only allowed to enter beaches with reservation cards.
Do you already have software for this?
At the moment, it looks that you must place orders in restaurants with your smartphone after coronavirus rest... |
error on xbrowse footer - RESOLVED! - | [quote="Otto":1ab94x8b]
.../...
At the moment, it looks that you must place orders in restaurants with your smartphone after coronavirus restart.
We have nearly ready our ordering system made with mod harbour.
[url:1ab94x8b]https://www.modharbour.club/mh_bestellservice/restaurant.prg[/url:1ab94x8b]
... |
error on xbrowse footer - RESOLVED! - | Dear Cristobal,
thanks for your help. which browser do you use.
The link should actually open this page:
Best regards,
Otto
[img:2kst99uk]https://mybergland.com/fwforum/willkommen.png[/img:2kst99uk] |
error on xbrowse footer - RESOLVED! - | Otto, I tested with Chrome and Firefox, and Edge, same error |
error on xbrowse footer - RESOLVED! - | Dear Cristobal,
are you clicking on this link:
[url:39xf7rsb]https://www.modharbour.club/mh_bestellservice/restaurant.prg[/url:39xf7rsb]
Best regards
Otto |
error on xbrowse footer - RESOLVED! - | Look my message in Slack |
error on xbrowse footer - RESOLVED! - | Dear Cristobal,
I logged in from HideIPVPN from France. It works.
I can only imagine that the language setting and code page of the browser causes the problems.
I install a language pack and test. Thanks again.
I look your msg.
Best regards
Otto |
error on xbrowse footer - RESOLVED! - | Dear Cristobal,
Would you be so kind as to test it once again?
Best regards
Otto
[url:ctrcirf5]https://www.modharbour.club/mh_bestellservice/restaurant.prg[/url:ctrcirf5] |
error on xbrowse footer - RESOLVED! - | Otto, now all is ok
Your web is very pretty, congratulations |
error on xbrowse footer - RESOLVED! - | Cear Cristobal,
thank you for you help and the kind words.
Testing on different systems is so important.
Best regards
Otto |
error on xbrowse footer - RESOLVED! - | [quote="Otto":3cmvuom4]Cear Cristobal,
thank you for you help and the kind words.
Testing on different systems is so important.
Best regards
Otto[/quote:3cmvuom4]
First I have to tell you Dear Otto,
in the past We did a procedure to create a beach access card, but nobody used it.
In the past, we have also create... |
error on xbrowse footer - RESOLVED! - | Silvio,
I read this and thought that it could be something for you.
[img:3tdtvhsm]https://mybergland.com/fwforum/beachapp.jpg[/img:3tdtvhsm]
[img:3tdtvhsm]https://mybergland.com/fwforum/beachapp1.jpg[/img:3tdtvhsm]
Best regards
Otto |
error on xbrowse footer - RESOLVED! - | [quote="Otto":3a5b9cpu]Silvio,
I read this and thought that it could be something for you.
Best regards
Otto[/quote:3a5b9cpu]
Otto
I made many year ago a symply app for smarthphone with fwppc do you remember it ?
I thinked it could be good for us
I tried to use mod_harbour many times but I not Understood How ... |
error on xbrowse footer - RESOLVED! - | Hello Silvio,
I started a test and it seems you can use a bitmap and make areas.
Here you pass an array with the selected objects - in my case rooms:
function main
local aSelected := {101,104,107}
TEMPLATE PARAMS aSelected
and here you
// read selection from prg into variable: selected
var selected = <?... |
error on xbrowse footer - RESOLVED! - | Silvio,
here you can test:
[url:3haafn80]https://www.modharbour.club/mh_tischreservierung/index.prg[/url:3haafn80]
Best regards,
Otto |
error on xbrowse footer - RESOLVED! - | [quote="Otto":35n0t22l]Silvio,
here you can test:
[url:35n0t22l]https://www.modharbour.club/mh_tischreservierung/index.prg[/url:35n0t22l]
Best regards,
Otto[/quote:35n0t22l]
[b:35n0t22l][size=150:35n0t22l]would you kindly explain to me what MOD-harbor has to do with the subject of the request I ... |
error on xbrowse footer - RESOLVED! - | See above you asked me.
Otto
I made many year ago a symply app for smarthphone with fwppc do you remember it ?
I thinked it could be good for us
I tried to use mod_harbour many times but I not Understood How run it
starting from the beginning I did not understood how
open a dbf
enter data from a form ( add and mo... |
error on xbrowse footer - RESOLVED! - | [b:fh2qohyh]es hat nichts[/b:fh2qohyh] damit zu tun, ich habe deine Fragen nur aus Freundlichkeit beantwortet, aber es ist logisch, dass mein Thema nichts damit zu tun hat, aber das ist nicht das einzige. siehe deine Nachricht |
error on xbrowse footer - RESOLVED! - | [img:ezj0wctx]https://i.postimg.cc/x8rpjZw0/two.jpg[/img:ezj0wctx]
[b:ezj0wctx]das ist mein problem nicht mod_harbour[/b:ezj0wctx] |
error on xbrowse footer - RESOLVED! - | If you look into
METHOD PaintFooter( nRow, nCol, nHeight, lInvert ) CLASS TXBrwColumn
you see that
cFooter := ::footerStr()
and
::PaintBmpAndText( { nRow, nCol, nRow + nHeight, nRight }, ;
cFooter, ::nFootStrAlign, ::bLeftText, oFont, aColors[ 1 ], ;
nBmpNo, ::nFootB... |
error on xbrowse footer - RESOLVED! - | [b:8qltk8h2]here a test [/b:8qltk8h2] simply with an array
[code=fw:8qltk8h2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><br /><br /><span style="color: #00C800;">Function</span> test<span style="... |
error on xbrowse footer - RESOLVED! - | [code=fw:b5z9naxn]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oCol<br /> :<span style="color: #000000;">nFooterType</span> := AGGR_SUM<br /> &n... |
error on xbrowse footer - RESOLVED! - | thank now run ok |
error on xbrowse with array empty or error on declare an arr | I can have an array empty but the xbrowse give me error when I try to show it
aErroriNum:={}
this test give me error on this row
[b:1meqcux2]oBrowse1:aCols[2]:cHeader := i18n("Riga")[/b:1meqcux2]
why ?
[code=fw:1meqcux2]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><span style="c... |
error on xbrowse with array empty or error on declare an arr | [quote:ejwwsn6w]@ 30, 10 XBROWSE oBrowse1 OF oDlgErrore ;
COLUMNS 1, 2 ;
HEADERS "Col","Riga" ;
COLSIZES 40, 40 ;
ARRAY aErroriNum ;
SIZE 80,100 PIXEL NOBORDER
[/quote:ejwwsn6w]
This is the right way.
[quote:ejwwsn6w]
it not make error but insert on header A B
[/quote:ejwwsn6w]
I do not understand what does this mean... |
error on xbrowse with array empty or error on declare an arr | sorry my mistake
now it seem to run ok
but also I have problem at this topic
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35980#p214315">viewtopic.php?f=3&t=35980#p214315</a><!-- l --> |
error proteccion general (2) | Agradezco Respuesta y contesto su pregrunta: el stacksize 12000 y en heapsize 2000 ademas al inicio arriba del LNK tengo un stack de 30000 |
error proteccion general (2) | Buenas lafic,
como vamos? Te escribo para comentarte que no es necesario que estes abriendo Post tras Post sobre el tema.
Te aconsejo que hagas un "reply" o "quote" ("responder" o "citar" si tienes el tema configurado en español) dentro del mensaje que escribiste, para no tener disgregadas las conversaciones y manten... |
error proteccion general (2) | Lafic,
Prueba a dejar el stacksize en 10000 y aumenta el heapsize de 1000 en 1000 para ver si soluciona el problema. |
error protección general (3) | Estimado antonio, hicimos los cambios y probamos muchas alternativas en el archivo LNK y aún así persiste el error de protección general, deseamos adquirir las versiones de 32 bits que nos recomiendas?, estoy usando Clipper 5.2, Blinker 5.0 y FiveWin 2.5.
Por tu antención y preocupación, muchas gracias !
un abrazo. |
error protección general (3) | Lafic,
Recomendamos FWH sin duda alguna.
Podeis adquirirlo desde: <!-- m --><a class="postlink" href="https://secure.fivetechsoft.com/spanish/purchase.html">https://secure.fivetechsoft.com/spanish/purchase.html</a><!-- m --> |
error repentino con indices. | repentinamente una de mis aplicaciones no me permite abrir indices compuestos por mas de un campo ( Ej Estado+Cliente ), ambos campos son caracteres.
cree un programa de prueba y no da ningun error abri el indice perfectamente, solo da el error abriendo el indice con esta aplicacion, coloque la apertura la tabla y el ... |
error repentino con indices. | Simón,
Has probado a reindexar ? |
error repentino con indices. | Antonio muchas gracias por tu respuesta.
ya di con el error, es cuando compilo el programa con mi computadora, lo probe compilando con la computadora portatil y todo funciona bien.
debo tener algun virus, porque desde hace un par de dias a mi maquina le estan pasando cosas extrañas. |
error rpreview FWH 10.12 (Solucionado) | Buenas
Estoy haciendo pruebas con el nuevo rpreview, y en todas las impresiones va bien, excepto en el fuente que indico a continuación.
[code=fw:1zuq3dhh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><spa... |
error rpreview FWH 10.12 (Solucionado) | Añado información:
Si en lugar de
[code=fw:14pgk6ha]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Liquida"</span> <span style="color: #0000ff;">from</span> USER PREVIEW</div>[/code:14... |
error rpreview FWH 10.12 (Solucionado) | Jose Luis,
Que error es el que te aparece ?
Por favor copia aqui el error.log, gracias |
error rpreview FWH 10.12 (Solucionado) | Si pincho en el icono imprimir, simplemente no imprime, no da error.
Si pincho en ir a la ultima pagina:
[code=fw:2etmikaq]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\five\fue... |
error rpreview FWH 10.12 (Solucionado) | He comprobado en rpreview.prg,, en el método Bottompage, que si imprimimos en MODAL, para una impresión de una página, le llegan unos valores de ::npage=1, y len(afiles)=0, y como en la línea 853 ::npage se iguala a len(afiles), pues se iguala a 0, por lo que en la linea 857 da el error de array que he indicado anter... |
error rpreview FWH 10.12 (Solucionado) | Error mio
Como veis en el fuente, antes de salir hago un oPrn:End().
Pues eso era, no me daba cuenta por mas que miraba y remiraba.
Saludos |
error run application | error after run application
---------------------------
xsetow6.exe - Błąd aplikacji
---------------------------
Instrukcja spod "0x00000000" odwołuje się do pamięci pod adresem "0x00000000". Pamięć nie może być "read".
Kliknij przycisk OK, aby przerwać działani... |
error run application | Are you using Harbour or xharbour ? What FWH version ?
Do you get the error when you exit from the application ? Please place a MsgInfo() before the end of your application and check it it properly shows |
error run application | I am using xHarbour Compiler build 0.99.70 (SimpLex)
and FWH 7.05 ( operation system Windows XP) |
error run application | Do you get the error when you exit from the application ? Please place a MsgInfo() before the end of your application and check it it properly shows |
error run application | when I run application |
error run application | Could you please provide a small PRG sample to reproduce the error ? Thanks |
error run application | #include "FiveWin.ch"
static oWnd
//----------------------------------------------------------------------------//
function Main()
local oBar
SET _3DLOOK ON
DEFINE WINDOW oWnd FROM 0,0 to 200,800 pixel TITLE "Karta pracy" ;
MENU BuildMenu()
SET MESSAGE OF oWnd TO "(c) Inkom"
ACTIVATE WI... |
error run application | Your sample seems to work fine here.
EMG |
error run application | Are you using the xharbour build that we provide with FWH 7.05 ?
Please try your code with the FiveTech provided xharbour build, thanks |
error sin salir | Pues quiero, que cuando me salga un error en el sistema poder capturarlo, pero que no me aborte del sistema, sino seguir trabajando en él, existe alguna forma de poder hacerlo?
fwh+harbour
gracias
paco |
error sin salir | Depende del error que sea. Algunos son recuperables y otros no. |
error sin salir | aok, entiendo que si hay algunos no recuperables, pero los recuperables, como le pudiera hacer?
gracias
paco |
error sin salir | Lo más simple sería usar:
TRY
CATCH
END
Revisa en ADORDD como lo usamos
Lo que ocurre es que muchas veces no tiene sentido permitir que continue la ejecucíón del programa despues de determinados errores, por ejemplo, que no se pueda abrir una determinada DBF |
error sistema | Hola Antonio otra cosa:
Cuando estas funcionando con el programa el cuando llevas un rato suele dar un error en una ventana que dice:
CYEWIN HA DETECTADO UN ERROR Y DEBE CERRARSE.
Da la opcion de comunicarlo a Microsoft y el programa se cierra.
El archivo que mandaría a microsoft es:
[code=fw:2lh0lfse]<div class="f... |
error sistema | Carlos,
Esa información que envía es relativa a las DLLs en uno y otros EXEs en funcionamiento.
Es preciso antes que nada que compruebes si tu aplicación consume memoria GDI porque estés usando objetos GDI (bitmaps, fonts, cursores, etc.) de forma incorrecta.
Lo más sencillo para comprobar esto, como primer paso, es... |
error sistema | Hola Antonio:
Efectivamente tienes razon los objetos GDI segun se va utilizando la aplicacion van subiendo y cuando llegan a 10.000 es cuando sale el error.
Y por mas que quito los objetos y cierro las ventanas no decrece nunca este numero. Lo que si he visto que si quito la instrucción SkinButtons() no sube tan ráp... |
error sistema | Hola Antonio:
Se me olvidaba comentarte algo y es que antes de cerrar las ventanas las tengo que ocultar para que no se queden en el fondo de la pantalla, podria tambien tener algo que ver, el fuente de como creo la ventana es el siguiente:
[code=fw:10g76was]<div class="fw" id="{CB}" style="font-family: monospace;">P... |
error sistema | Carlos,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=104330#p104330">viewtopic.php?p=104330#p104330</a><!-- l --> |
error special Filename characters | With las version of HARBUR (BCC, MVC & MINGW) when using special characters to create filenames all special are changed and get error when try to open because special characters changed, i return to previus version of HARBOUR 7025 for Bcc y Mvc y 17003 for mingw
Example:
[code=fw:m0s9tk0i]<div class="fw" id="{CB}" s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.