topic
stringlengths
1
63
text
stringlengths
1
577k
una pregunta ingenua con ado
¿Que error aparece? Comprueba que no aparezca el apostrofe (') en cMemotext
una pregunta ingenua con ado
Saludos Si estoy colocando el apostrofe Asi [b:y59wofsn]cSql := "UPDATE khelp SET " cSql += "documen= '" + oApp:cMemotext ) +"' "+cWhere [/b:y59wofsn] Si lo hago de esta manera si funciona [code=fw:y59wofsn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />              cWhere := <span style="color: ...
una pregunta ingenua con ado
Rubén, Me refiero a que compruebes el texto contenido en oApp:cMemoText, por si tiene algún caracter incorrecto para las estructuras SQL.
una preguntonta
Necesito generar una tabulación en un archivo de texto de tres espacios y no tengo idea de como hacerlo. cualquier sugerencia será bienvenida. Gracias de antemano
una preguntonta
[code=fw:a61mcu53]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> cVar := <span style="color: #ff0000;">""</span><br /><br />cVar := chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span> + ...
una preguntonta
Hola Horacio prueba si sirve este codigo [code=fw:2lj1bojy]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br />procedure Test<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</s...
una preguntonta
Carlos, Patricio Muchisimas gracias por la respuesta, era CHR( 9 ). Saludos
unable to build with fwh64 13.05 vc64 hlp please
OS: win7 fwh64: 13.05 Harbour 64 MSVC March 28 2013 Hi everyone, I´ve just adquired fwh64 a few days ago and once I setted the paths in build64.bat I always obtain this error with any prg: << [b:18l42zmr]FiveHC64.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol hb_extIsNil referenced in function HB_FUN_RE...
unable to build with fwh64 13.05 vc64 hlp please
Roberto, Are you using this Harbour ? [url:2njr4shh]https&#58;//harbour-and-xharbour-builds&#46;googlecode&#46;com/files/harbour_vc64_20130328&#46;zip[/url:2njr4shh]
unable to build with fwh64 13.05 vc64 hlp please
Roberto, I read again your msg and found that you are using it. I have just built samples tutor02 this way: build64.bat tutor02 and was built and worked fine on first try. I can email you the libs just to be sure.
unable to build with fwh64 13.05 vc64 hlp please
Antonio, I´ve built TUTOR02 and the result has been the same. I think that I should to config or change something else because i´m working in D unit . In borland55 I had to mod the CFG Files, could be it something like this?. My 64b libs(FiveH64/FiveHC64) were downloaded this week from your fwsite and their datamod a...
unable to build with fwh64 13.05 vc64 hlp please
Roberto, I am going to install FWH64.exe to see if there is a problem with the setup files. Here it is working fine with our development tools, thats why I think that maybe something went wrong in the setup, based on your feedback. For not making you loose your time, I can email you our libs in the meantime <!-- s:-...
unable to build with fwh64 13.05 vc64 hlp please
Antonio, The problem is with the Harbour build, you have to provide a recent one. Thanks.
unable to build with fwh64 13.05 vc64 hlp please
Roberto, Lucas seems to be right and you have to use the most recent Harbour 64 version. It is available from here: [url:w7gswg38]https&#58;//code&#46;google&#46;com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour64_vc64_20130710&#46;zip[/url:w7gswg38]
unable to build with fwh64 13.05 vc64 hlp please
Antonio, Lucas, Thanks so much for your support. Now it´s going on perfectly. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> regards
unable to build with fwh64 13.05 vc64 hlp please
Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
unable to open a file
I executed the batch file for buildH.bat with FW demo so,it was unable to open file C032.obj after the stage of bcc32.exe linking ?
unable to open a file
I am sorry the file called : c0W32.obj
unable to open a file
is on borland directory Regards
unable to open a file
Yes but I tried set lib=/Path/of/bcc55/lib ,It does not work I tried set path=/Path/of/bcc55/lib ,It does not work
unable to open a file
where is bc55 ?
unable to open a file
bcc55 is located in my Harddrive in e:\compiler\cpp_lang\bcc55
unable to open a file
Oka let me show how the build file goes and advice me where to locate the lib of bcc55 command : @SET INCLUDE=e:\compiler\clipper\fweval\INCLUDE;e:\compiler\clipper\xharbour\include @SET LIB=e:\compiler\cpp_lang\bcc55\LIB;e:\compiler\clipper\fweval\LIB @if A%1 == A GOTO :SINTAX @if NOT EXIST %1.prg GOTO :NOEXIST ECH...
unable to open a file
Ehab, Check for a fild called: BCC32.CFG in the BCC55\bin directory. If there isn't one then create one. Put the paths in it similar to this: -I"c:\bcc55\include;c:\fwh\include;c:\harbour\include" -L"c:\bcc55\lib" I had problems with paths until I did this. James
unas preguntitas...
Hola a todos... Tengo un par de dudas a ver si alguien me las puede resolver... Vamos a ver: -Cuando se inicializa un dialogo, en la clausula on init, ¿como se pueden ejecutar varias funciones??. He probado a separarlas por ',' pero no va. -¿Hay alguna forma de obligar a que un objeto tome el foco cuando recibe el...
unas preguntitas...
Puedes llamar a tantas funciones como quieras separándolas por comas pero pniéndolas todas entre paréntesis: ... ON INIT ( Func1(), Func2(), ..., FuncN() )
undefined reference to HB_FUN_LOADLIBRARY
Instalei o Harbour 2.0 que peguei no sourceforge.net: <!-- m --><a class="postlink" href="http://sourceforge.net/projects/harbour-project/files/binaries-windows/2.0.0/harbour-2.0.0-win.7z/download">http://sourceforge.net/projects/harbour ... z/download</a><!-- m --> Nenhuma variável de ambiente foi configurada ainda p...
undefined reference to HB_FUN_LOADLIBRARY
Añade este código a tu PRG: [code=fw:34uj6808]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> LOADLIBRARY <span style="color: #000000;">&#41;</span> <b...
undersea cable
Somedays that I didn’t read from NagesWaraRao. I don't hope that his Internet access is affected by the damaged of the undersea cable. Regards, Otto
understanding OOP returning more than value from a method
I have calculate method which calculate the age in years . How can I return months and days from that method as well as I return years . Pointers in C used to return more than one value from a function . What is the equalvent in fivewin. Thanks [code=fw:3otikp9v]<div class="fw" id="{CB}" style="font-family: monospace;...
understanding OOP returning more than value from a method
After calling the methods age() and calculate() you simply can access the values oPerson1:nAge_Months and oPerson1:nAge_Days
understanding OOP returning more than value from a method
If I seprated the 3 functions (calculate_years,calculate_months,calculate_days) as not as calculate() msginfo (oPerson1:calculate_years+ "year" +str (oPerson1:calculate_months())+" month" + str(oPerson1:calculate_days())+" days" ) is not as the same statement : msginfo (str(oPerson1:nAge_years)+ "year" +str(oPerson1...
understanding OOP returning more than value from a method
Ehab... My personal opinion... I don't think a CLASS has to be made to fullfil the requirements you want. just a Simple function With and Array as a return Value. Simplier and faster... #define Years 1 #define Months 2 #define Days 3 //------------------------------------------- Fu...
understanding OOP returning more than value from a method
Hi all I would like to add a few comments to this discussion. Perhaps most importantly the quoted code [code=fw:2kokncah]<div class="fw" id="{CB}" style="font-family: monospace;">::<span style="color: #000000;">nAge_years</span>:=int <span style="color: #000000;">&#40;</span>::<span style="color: #000000;">nAge_days...
understanding OOP returning more than value from a method
I found this tread for calculating the age, but It seems that it give no correct values. I Found also a Exel formula that works pretty ok : = nice result =ALS(EN(MAAND(B12)=MAAND(A12);DAG(B12)<DAG(A12));J AAR( B12)-JAAR(A12)-1&" jr ";ALS(MAAND(B12)-MAAND(A12)<0;JAAR(B12)-JAAR(A12)-1;JAAR(B12)-JAAR(A12))&" jr " )&AL...
understanding OOP returning more than value from a method
Ehab, First let me say that I would never recommend creating a Calculate() method (unless it was hidden). You don't want to have to call two methods to get the result. When you request an age, that is what you should get. You should not have to remember to request a calculation first. The calculation should be done i...
understanding OOP returning more than value from a method
Hello James, It was a very old post started by Ehab in 2010 I picked it up because I need the Year, Month and day for my soccer application. As mentioned also, there is no need for OOP, because this can be done in a small function (like the exel sample) Maybe someone has done it before. If not, I need to create it ...
understanding OOP returning more than value from a method
Hello, Please test.. [code=fw:2vq7svaw]<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 /><br /><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span styl...
understanding OOP returning more than value from a method
Very good Fafi. Many thanks. Congratulations! [quote="fafi":2mg39e95]Hello, Please test.. [code=fw:2mg39e95]<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 /><br /><span style="color: #00C800;">fu...
understanding OOP returning more than value from a method
For a date like : 26/11/1965 This has to change right ? Else the result for day = always 0 if day(date()) <= day(::dDob) // nAge3 := 0 nAge3 := day(::dDob) - day(date()) endif
understanding OOP returning more than value from a method
[quote="Marc Venken":3ehoor61]For a date like : 26/11/1965 This has to change right ? Else the result for day = always 0 if day(date()) <= day(::dDob) // nAge3 := 0 nAge3 := day(::dDob) - day(date()) endif[/quote:3ehoor61] Thank you Mr. Marc <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt...
understanding OOP returning more than value from a method
Marc, This is how do it using a class. Ideally, this should be modified to be a subclass of TRecord, then it will read it's own data from the DBF. As you can see from the sample you just do: [code=fw:29l5twgu]<div class="fw" id="{CB}" style="font-family: monospace;">oPlayer:= TPlayer<span style="color: #000000;">&#4...
understanding OOP returning more than value from a method
Thanks. Will do some more testing with diff. dates, but seems pretty OK ! I just had to change // Not fully tested Method AgeDays() Class TPlayer Local nDays //Return DOM( date() ) Return day( date() ) DOM = a function of yours ? Is the change correct ?
understanding OOP returning more than value from a method
Marc, RE: DOM() and Day() Sorry, yes, DOM stands for day-of-month and I wrote it many years ago. Day() returns the same number and it was originally a Clipper function, now a (x)Harbour function. I don't know if the day() function didn't exist when I wrote DOM(), or if I just didn't know it existed. I hope you can n...
undo gets [newbye]
I'm not very skilled in fwppc and x/harbour at all. The dummy question is: It is a way to restore original values of all get and other controls of a form? Lurking on TGet class i seen undo method, but i need a variable to call the instance, there are a way to collect all gets from parent window? And how to undo othe...
undo gets [newbye]
Claudio, > It is a way to restore original values of all get and other controls of a form? > Try this: [code:1qeoew6n] for n = 1 to Len&#40; oWnd&#58;aControls &#41; if oWnd&#58;aControls&#91; n &#93;&#58;ClassName == "TGET" oWnd&#58;aControls&#91; n &#93;&#58;oGet&#58;Undo&#40;&#41; oWnd&#58;aControls...
undo gets [newbye]
Try this: [code:2924vh1p] for n = 1 to Len&#40; oWnd&#58;aControls &#41; if oWnd&#58;aControls&#91; n &#93;&#58;ClassName == "TGET" oWnd&#58;aControls&#91; n &#93;&#58;oGet&#58;Undo&#40;&#41; oWnd&#58;aControls&#91; n &#93;&#58;Refresh&#40;&#41; endif next [/code:2924vh1p] very nice! > And how to un...
undo gets [newbye]
Claudio, What do you need the original values for ? Just to check which ones have changed their values ?
undo gets [newbye]
[quote="Antonio Linares":25e35c5s] What do you need the original values for ? Just to check which ones have changed their values ?[/quote:25e35c5s] Simply when a user edit a record if he click on cancel button i need to restore original values. This let me edit the databese fields instead a copy of values. Best Rega...
undo gets [newbye]
Take a look to tDabase Class. I thing is a best solution for your problem.
undo gets [newbye]
Claudio, FWPPC provides Class TDataBase for that purpose. Use it this way: local oDbf USE YourDbf DATABASE oDbf edit your fields using oDbf:FieldName, i.e. oDbf:First, oDbf:Last, etc. to save the register do oDbf:Save(). If canceled, do nothing
undo gets [newbye]
[quote="Antonio Linares":3ab0wi5u] USE YourDbf DATABASE oDbf edit your fields using oDbf:FieldName to save the register do oDbf:Save(). If canceled, do nothing [/quote:3ab0wi5u] I wonder, how you bind the field names to the object? i found _obj* function, but you don't use them in your source code. Sorry for boring ...
undo gets [newbye]
Claudio, > I wonder, how you bind the field names to the object? When you do USE YourDbf DATABASE oDbf A TDataBase object is created using the current workarea information and the fieldnames are binded automatically Give it a try and you will see how easy it is <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gi...
unicodeconvert
estoy intentando usar un prg que me facilito theFull para convertir de utf8 a ANSI el cual baje de este link <!-- m --><a class="postlink" href="http://kevincarmody.com/misc/unicodeconvert.prg">http://kevincarmody.com/misc/unicodeconvert.prg</a><!-- m --> cData := U8ToUni( cTextUTF8, 1 ) /* Convertimos UTF-8 a ANSI ...
unicodeconvert
[quote="mag071":3nstwidp]estoy intentando usar un prg que me facilito theFull para convertir de utf8 a ANSI el cual baje de este link <!-- m --><a class="postlink" href="http://kevincarmody.com/misc/unicodeconvert.prg">http://kevincarmody.com/misc/unicodeconvert.prg</a><!-- m --> cData := U8ToUni( cTextUTF8, 1 ) /* ...
unicodeconvert
Holas, alguien tiene funcionando esto con xharbour saludos Marcelo
unicodeconvert
Marcelo prueba con las funciones hb_utf8tostr() y hb_strtoutf8()
unicodeconvert
Gracias Daniel, casi casi, hay algun caracter que se queda al inicio del archivo, pero eso se puede solucionar, gracias saludos Marcelo [quote="Daniel Garcia-Gil":2wclcjwr]Marcelo prueba con las funciones hb_utf8tostr() y hb_strtoutf8()[/quote:2wclcjwr]
unicodeconvert
Hola Tengo un problema con la letra Ñ, al generar un XML con este caracter y enviarlo al webservice me devuelve la respuesta de que ha encontrado un caracter invalido, pero si ese mismo xml, lo envio por SOAPUI lo valida bien y me devuelve la respuesta que necesito., //aca genera el xml cXmlbody2:=GXML1(td,x_nnro,...
unidad métrica margenes TReport
Hola, En la clase TReport, los márgenes de impresión, ¿en qué unidad métrica se expresan?. ::nLeftMargin := Int( ::nLogPixX * 0.2 ) ::nRightMargin := Int( ::nLogPixX * 0.2 ) ::nTopMargin := Int( ::nLogPixY * 0.2 ) ::nDnMargin := Int( ::nLogPixY * 0.2 ) Se multiplica el píxel por 0.2, ¿es milímetros...
unidad métrica margenes TReport
how I can show the margins into a preview ?
unidad métrica margenes TReport
Lucas, En el código fuente de la clase TReport está explicado: /* Establecer margenes de impresión a 0,2 pulgadas Establish default margins for printing at 0.2 inches all around */ ::nLeftMargin := Int( ::nLogPixX * 0.2 ) ::nRightMargin := Int( ::nLogPixX * 0.2 ) ::nTopMargin := Int( ::nLogPi...
unidad métrica margenes TReport
Hola Antonio, en que quedo lo de FiveRep.prg ? En lo particular y como muchos otros usuarios de FWH. No nos gustan librerías de terceros, es preferible que todo sea nativo. Saludos. ccc. Cesar Cortes Cruz.
universal landing page mod harbour
Hello, Do you have a general idea of website design? Do you know which technology you would like to use? Will you be using templates? I am working on a mod harbour universal landing page template. I'm trying to figure out how to save and read the content flexibly and variably with HARBOUR. Finally, all the conten...
universal landing page mod harbour
Hello, here is the mod harbour code for navigation. Best regards Otto [img:346ueptx]https&#58;//mybergland&#46;com/fwforum/navigationLandingPage&#46;jpg[/img:346ueptx]
universal landing page mod harbour
Hello, Now I am programming a tool to setup the navigation with Fivewin. Best regards Otto [img:17ibp1nz]https&#58;//mybergland&#46;com/fwforum/menuverwaltung&#46;png[/img:17ibp1nz]
universal landing page mod harbour
Dear Otto, simply great <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> many thanks!
unix2dos
Hello frieds, I see this string in FWLOG. cVData = E "button <br> \ r \ n reset <br> \ r \ n submit I think it's a UNIX format. How can you convert this string to DOS? As a workaround I am writing to the FWLOG file and then read the data from there. But I am sure there is a better way. Is there a conversation fu...
unix2dos
Hello, I forgot to post my workaround, a funny one but working. Best regards, Otto [code=fw:111q7aio]<div class="fw" id="{CB}" style="font-family: monospace;"><br />fwlog cLine<br />cDosLine := &nbsp; &nbsp;unix2dos<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <br /><br /><span...
unix2dos
My function is [code=fw:71nw7tul]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> Unix2Win<span style="color: #000000;">&#40;</span> cArqu <span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> cBuff&nbsp;:= <span style="color: #...
unix2dos
Dear Otto, \ r \ n is Chr( 13 ) + Chr( 10 ), in FWH we have a define for it: CRLF <br> is html code, and it seems so for button and submit how do you create such line ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
unix2dos
Dear Antonio, Many thanks for your response. I read the attributes and event attributes of all tags from W3Schools.com. Some attributes then return these strings. You can only see in FWLOG that E "and \ r \ n are still there. I can't see the E "either when I scan the characters one by one. The workaround works, and...
unknown problem
Hi, Is this unknown problem: after some inactivity time, the objects disappear from the screen. originally the screen looks like this: [img:1oz2a6i3]http&#58;//www&#46;acessosoft&#46;com&#46;br/img/23&#46;png[/img:1oz2a6i3] But, after some inactivity time, the screens like this: [img:1oz2a6i3]http&#58;//www&#46;a...
unknown problem
[url:1hvy2qvt]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=how_to_check_unreleased_gdi_objects_handles[/url:1hvy2qvt]
unknown problem
I got the CHECKRES function data. But I do not know how to interpret. The file checkres.txt contents: [code=fw:22pifued]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">15</span>/<span style="color: #000000;">10</span>/<span style="color: #000000;">18</span> <span style="color: ...
unknown problem
Each GDI object has to be properly released doing Object:End()
unrecoverable error 9015 hb_vmdo()
Ola Linares Gostaria de saber o que pode ocasionar o erro acima. Já compilei meu aplicativo com fwh10 , fwh17, bcc588, bcc7, bcc740, xhb 1.2.3 xhb340 e o erro persiste. Executei o aplicativo em windows 7 64 , windows10 e em maquinas virtuais VMWare e o erro persiste . O que é estranho é que ele ocorre aleatoriame...
unrecoverable error 9015 hb_vmdo()
hb_out.log ?
unrecoverable error 9015 hb_vmdo()
nenhum arquivo .log é gerado nenhum arquivo de erro é gerado mesmo inserindo o erro.prg: ERRO.PRG function Main() GeneroError() return nil #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> #include <hbapierr.h> HB_FUNC( GENEROERROR ) { hb_xfree( 0 ); } void hb_errInternal (ULONG ulIntCode, const char * ...
unrecoverable error 9015 hb_vmdo()
[quote="hmpaquito":1tkem5a2]hb_out.log ?[/quote:1tkem5a2] Nenhum arquivo de erro é gerado. Nenhum arquivo log é gerado.
unrecoverable error 9015 hb_vmdo()
Ejecuta tu EXE desde el IDE de visual studio community y aguarda a que se genere el error y podrás ver la pila de llamadas
unrecoverable error 9015 hb_vmdo()
Pronto. Criei um .BAT e um .LNK, tornando a compilação com HARBOUR, mais humana e simples de entender, como é com o xHarbour. [url:uvyw7ho5]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=40887&p=244954&sid=02bb6cae04855686b297c7fa1c8af420&sid=02bb6cae04855686b297c7fa1c8af420#p244954[/url:uvyw7ho...
unrecoverable error 9015 hb_vmdo()
[quote="Antonio Linares":1qbgv590]Ejecuta tu EXE desde el IDE de visual studio community y aguarda a que se genere el error y podrás ver la pila de llamadas[/quote:1qbgv590] vou experimentar e depois retorno muchas gracias saludos
unrecoverable error 9015 hb_vmdo()
Olá Linares Baixei o visual studio community porém não entendi como posso executar meu aplicativo a partir dele. Se não for muito incomodo... poderia me dizer como faze-lo? Estou muito preocupado com a resolução deste problema... estou tentando encontrar soluções á quatro semanas. Fico muito grato por sua preciosa ...
unrecoverable error 9015 hb_vmdo()
Ola Linares Já consegui abrir o executavel no Visual Studio Pergunto como proceder a partir deste ponto?
unrecoverable error 9015 hb_vmdo()
Click on the green arrow "start" Be patient and wait for all the Windows symbols to get loaded...
unrecoverable error 9015 hb_vmdo()
Apresentou o seguinte ... ... TSBUTTON:PAINT DEPOIS... Unrecoverable error 9015 Symbol DEPOIS... Exeção gerada em 0x0052A30A em CUSMOL.EXE 0xC0000094: Integer division by zero
unrecoverable error 9015 hb_vmdo()
We cant see your image Enviado desde mi SM-M325FV mediante Tapatalk
unrecoverable error 9015 hb_vmdo()
ok, now you have an idea where the problem may be coming from <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Start checking TSBUTTON:PAINT
unrecoverable error 9015 hb_vmdo()
Já tentei isto logo que obtive a pilha do visual studio. Não encontrei nada que pudesse gerar um erro deste tipo. O erro de divisão por zero é um problema puramente matemático e na rotina onde estão estes botões não existem nenhum cálculo matemático. Nas rotinas posteriores não existe a possibilidade de divisão por z...
unrecoverable error 9015 hb_vmdo()
Você está usando a TSBUTTON 7.00? Se não, baixe a Versão 7.00 aqui: [url:1ehxvdaq]https&#58;//mega&#46;nz/file/gFNFVKoQ#1CBljh6aaD7vhBq2BByQu6mpowGtArdk5G5jAoHswNw[/url:1ehxvdaq] Eu fiz e faria: trocaria todos os TSBUTTONS(consomem muita memória), por BUTONBMP em todos os módulos, tive muitos problemas com TSBUTTON e...
unrecoverable error 9015 hb_vmdo()
É fácil, veja: [code=fw:g8mubb0f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #B900B9;">// ESTA EM: IMAGENS2.RES</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> BITMAP oBtnProposta <span style="color: #0000ff;">ID</span> <span style="color: #00...
unrecoverable error 9015 hb_vmdo()
Build your app using Harbour and your error should get solved <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
unrecoverable error 9015 hb_vmdo()
obrigado Karinha. vou trocar.
unrecoverable error 9015 hb_vmdo()
o tsbutton que utilizo é exatamente o recomendado por vc. Coisas estranhas acontecem... Consigo compilar meus prgs utilizando o TsButton e o Buttonbmp, porem não consigo compilar com o Button do FWH ??????? com o TSButton acontece aquele erro aleatório 9015 Hb_vmdo() com o ButtonBmp roda liso e com o Button nem compi...
unrecoverable error 9015 hb_vmdo()
Obrigado! vou preparar e já te envio.
unrecoverable error 9015 hb_vmdo()
ola Karinha! Boa Tarde Não sei se tem alguma relação com o erro 9015 mas ao trocar SBUTTON por BUTTON a coisa fica maluca... Segue o prg (em vermelho no final e o erro.log (em azul) onde ocorre ao incluir um obj BUTTON "a mais". Se ficar só "um" BUTTON o programa roda normalmente. 1 - O erro apresentado ao se ...
unrecoverable error 9015 hb_vmdo()
Me chame no skype, fica mais fácil. Se não tiver skype ainda, instale e me envie um convite. [url:213i6zpz]https&#58;//www&#46;skype&#46;com/pt-br/get-skype/[/url:213i6zpz] Regards, saludos
unrecoverable error 9015 hb_vmdo()
Vamos começar, até que você tenha um skype: Retire(Exclua) do Módulo, tudo que você comentou com /*... */ por exmplo: /* // EXCLUI redefine button obtexclui; id 1020; ... */ O compilador não entende muito bem quando você faz um comentãrio tão longo, marque o BLOCO e leve para RESTO.PRG por exemplo, mas não deixe...
unrecoverable error 9015 hb_vmdo()
OK ...vou fazer suas sugestões....e providenciar o skype. até + Um detalhe... a maior parte que está comentada é por causa do erro ... na verdade preciso de todos os BUTTONS que estão comentados. Mas , como disse, ao utilizar mais de um button dá o erro acima