topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ActiveX y actx con Fingerprint | Hola, buenas tardes
estoy implementando un lector de Huella (con Fingerprint) pero al intentar compilar me di cuenta que no cuento con la clase TactiveX ni con la clase TactX, las cuales son necesarias, me puede orientar como las consigo?
Trabajo con Xharbour
De antemano Gracias |
ActiveX: How to check/update version | I've been using RMChart OCX successfully and a new version has just come out. Here is the pseudo code of what I want to do:-
......
If the OCX is already registered
If the OCX registered is an outdated version
Unregister the old version
Register the new version
Endif
Endif
......
Any suggestions ... |
ActiveX: How to check/update version | Colin,
> If the OCX is already registered
if IsActiveX( <cProgID> )
> If the OCX registered is an outdated version
There should be a method to know the version. We need to know which one it is |
Activex no funciona en Internet Explorer | Joao, qué raro, yo lo uso habitualmente
Qué version de SO utilizas? |
Activex no funciona en Internet Explorer | [url:29v1of36]http://fivewin.com.br/index.php?/topic/27339-problema-na-busca-do-cnpj-site-da-receita/[/url:29v1of36]
[code=fw:29v1of36]<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... |
Activex no funciona en Internet Explorer | Buenas master, creo que el problema sea que ahora el site pide um captcha y pide también um "no és robot?"
Y para que aparezca el "no és robot?", solo se si usar un script tipo .Html, mas no tengo certezca también se és esto mismo.
Con activex, el campo "No és Robot" no vién para se digitar el captcha de la página.
... |
Activex no funciona en Internet Explorer | Recientemente ( un mes mas o menos ) me ha pasado algo similar .
Yo lo usaba con la pagina de Gmail , para ver los correos y ha dejado de funcionar correctamente , se quedaba congelado supongo por que no ejecutaba uno de los códigos internos de la página . mi solución paso por usar oIE := win_oleCreateObject( "Intern... |
Activex no funciona en Internet Explorer | Ja expliquei uma vez aqui no forum.
Nossos programas quando acessa o sistema WEBBROWSER do Windows tem como padrão executar emulando o internet explorer versão 8, mesmo que no computador esteja instalado a versão 11.
Para dizer ao Windows que nossas aplicações queiram usar os recursos de outra versão é só executar a f... |
Activex no funciona en Internet Explorer | Perfect Giovany Vecchi, many thanks!
[code=fw:1xva4hdw]<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> HKEY_LOCAL_MACHINE <sp... |
Activex 'Shell.Explorer' control keyboard..??? | Hi All.
Does the keyboard direction height do to be how control.
[code=fw:2m2xvift]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oWnd_h <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">0</sp... |
Activex 'Shell.Explorer' control keyboard..??? | You have to use the own events of the ActiveX.
Please review FWH\samples\webexp.prg to see the way to manage the activex events |
Activex / Flex com xHarbour | Olá a todos,
Gostaria de saber se é possivel fazer uma integração com um arquivo flex com a minha aplicação, tenho um menu feito em flex com uma árvore, gostaria que quando o usuário clicar no nó da árvore fosse chamado uma nova window da minha aplicação.
Estou utilizando este código.
DEFINE WINDOW oWnd TITLE "Me... |
Activex Help | Eseguo da fwh\samples\webexp.exe ma non accade nulla... non dovrebbe eseguire il webbrowserCiao |
Activex Help | Sì, dovrebbe. Forse hai una versione di FWH troppo vecchia?EMG |
Activex X Gifs | Boa Noite pessoal
É possivel rodar Gifs animados em dialog com Activex ??
Sé é possivel como fazer
Obrigado.. |
Activex X Gifs | Luiz,
Por favor revisa FWH\samples\TestGif.prg |
Activex and enumerators | is it possibile to use string enumrators with fw activex?
I don't know how to find the correspondent numeric of a string enumerator.
Regards,
Roberto Parisi |
Activex and enumerators | Roberto,
Could you please post a little sample of what you need ? thanks, |
Activex and enumerators | oObj := TActiveX():New(...)
oObj:SetProp("Alignment", taRight)
taRight is a numeric enumerator, but I don't know what number is, how to get it?
I hope you understand my bad english.
Regards,
Roberto |
Activex and enumerators | Roberto,
I see what you mean, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
taRight is a constant value that may be defined in a header file. Anyhow, you may try with 0, 1, 2, 3, etc. |
Activex and enumerators | Many thx Antonio.
Ok... my problem is that with complex activex with tens of enumrations i don't know what number I must use. Is there a way to get a list (like an array) of enumrations? Reading many commercial activex docs I see they give for an activex the following groups:
- Properties
- Methods
- Events
- Enumrati... |
Activex and enumerators | Roberto,
No, sorry, we don't know how to get those enumerations values yet. You may review the OCX with Microsoft OleView tool to get all its info.
What OCX are you using ? |
Activex con Adobe Reader | Personas, esto funciona perfecto, mas estoy con una duda:
El preview del Adobe Reader, con este ejemplo, muetra los botones del Adobe, Como hago, para muestrar el MENU PRINCIPAL del ADOBE READER, para que el Usuário pueda ver la Opción <Salir> del menu? Óu el Botón <Salir>?
[code=fw:2gb1w0lr]<div class="fw" id="{CB}"... |
Activex con Adobe Reader | UP |
Activex de viscomsoft | Holas,
alguien esta utilizando el ActiveX de viscomsoft [url:rylebbgc]http://www.viscomsoft.com/products/scanner/index.html[/url:rylebbgc]
la cosa funciona hasta por ahi, mi problema incial no lo puedo poner en un dialogo
el metodo save para salvar lo capturado en un archivo grafico hace que se cuelgu... |
Activex de viscomsoft | Hola
Pues yo no lo e usado ni conocia
Pero a la mejor esto te puede interesar [url:3pz63gvz]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=16808&p=87145&hilit=scan#p87145[/url:3pz63gvz]
Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink... |
Activex de viscomsoft | Aida,
gracias por responder, pero lo que necesito es este activeX, simplemente por las caracteristicas adicionales a la de solo captura,
ojala alguien haya tenido experiencia con el
saludos
Marcelo |
Activex difference between FWH/XHB | Antonio
This piece of code works ok in Xhb.com
Comando:=Chr(2) + Chr(1)
Ef:AddDataField(Comando)
Extension:=VtArrayWrapper(VT_UI1,(CHR(0) + CHR(0) + CHR(0) + CHR(0)))
Ef:AddDataField( Extension )
Ef:SendCommand()
It sends 13 bits to com1, like the OCX is intended to do..
--> Length 13: 02 D5 1B 02 01 1C 00... |
Activex difference between FWH/XHB | Adolfo,
Where are these bytes defined ?
> 02 D5 1B 02 01 1C 00 00 03 30 31 31 34
It looks as the two in between zeros are the missing ones. |
Activex difference between FWH/XHB | Antonio.
This is just an example, because in the real string, the last 3 groups of bytes are the validation bytes, which change with each string sent to the port.
--> Length 13: 02 D5 1B 02 01 1C -> 00 00 <- 03 30 31 31 34
--> Length 11: 02 D5 1B 02 01 1C -> <- 03 30 31 31 34
Is the problem a diferent way in whic... |
Activex difference between FWH/XHB | Adolfo,
Please try this code:
MsgInfo( Len( WideToAnsi( AnsiToWide( <cData> ) ) ) == Len( <cData> ) )
where <cData> is the bytes string you send. |
Activex difference between FWH/XHB | [quote="Antonio Linares":2d4c2bz9]Adolfo,
Please try this code:
MsgInfo( Len( WideToAnsi( AnsiToWide( <cData> ) ) ) == Len( <cData> ) )
where <cData> is the bytes string you send.[/quote:2d4c2bz9]
With this code
Comando:=chr(2) + Chr(1)
lRes:=Ef:DO("AddDataField",Comando)
MsgInfo( Len( WideToAnsi( AnsiTo... |
Activex difference between FWH/XHB | Adolfo,
Where are the docs or samples for VtArrayWrapper() ? |
Activex difference between FWH/XHB | [quote="Antonio Linares":26gkgeje]Adolfo,
Where are the docs or samples for VtArrayWrapper() ?[/quote:26gkgeje]
Antonio
This is what I found in the "what's New" of Xharbour.com February Release
# Renamed class VT to VTWrapper, and VTArray to VTArrayWrapper.
# Added [] and "FOR EACH" operator overloading for VTArra... |
Activex difference between FWH/XHB | Adolfo,
Please try this again without using VT... :
MsgInfo( Len( WideToAnsi( AnsiToWide( Extension ) ) ) == Len( Extension ) ) |
Activex difference between FWH/XHB | [quote="Antonio Linares":hc8n0wff]Adolfo,
Please try this again without using VT... :
MsgInfo( Len( WideToAnsi( AnsiToWide( Extension ) ) ) == Len( Extension ) )[/quote:hc8n0wff]
Here is my code and the results
Extension:=CHR(0) + CHR(0)
Alert(len(Extension)) -> 2
Alert(Len(AnsiToWide( Extension ))) -> 1
MsgInfo... |
Activex difference between FWH/XHB | Adolfo,
Thats what I was thinking, that FWH AnsiToWide() is not properly managing the zeroes:
Extension:=CHR(0) + CHR(0)
Alert(len(Extension)) -> 2
Alert(Len(AnsiToWide( Extension ))) -> 1
We are going to review it. |
Activex difference between FWH/XHB | Adolfo,
We are emailing you a modified FiveHC.lib. Please try it. Thanks, |
Activex difference between FWH/XHB | Antonio
Thanks a lot...
I'm Gonna try it, I'll send you any result I'll get
Adolfo |
Activex difference between FWH/XHB | Antonio...
I replace Fivehc.lib with the one you sent me.
Please Try This..... Either with xHarbour/xHarbour.com
//-----------------------------------------------------------------------------------
Function Main()
Local Extension
Extension:=chr(2) + Chr(1)
MsgStop(len(Extension),"Extension 1 Len()")
MsgSto... |
Activex difference between FWH/XHB | Adolfo,
Please try it with Harbour (not xHarbour) as xharbour provides another AnsiToWide() that probably is getting used instead of FWH's one. |
Activex feature | Dear fwh's
I want test the new TActivex class but i don't know where found the
cProgId and the "Do" possibility for the selected Activex!
FE (from TOOO test):
[code:2sn5hr5y]...
DEFINE Window oWnd
oWnd:SetText( "Vemos el PDF desde nuestra app" )
// oActiveX = TActiveX()... |
Activex feature | Ugo,
You may use Microsoft free OleView to inspect the ActiveX that you have installed on your computer:
<!-- m --><a class="postlink" href="http://hyperupload.com/download/02b7308587/oleview.zip.html">http://hyperupload.com/download/02b7308 ... w.zip.html</a><!-- m -->
From that application you can also inspect the... |
Activex feature | Antonio,
thank you. |
Activex feature | Antonio,
[quote:129umlxn]...
From that application you can also inspect the available properties and methods
...[/quote:129umlxn]
With OleView I find Acrobat ActiveX (i think <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> ) but I don't found the methods and properties... |
Activex feature | Ugo,
Right click on the name of the activex and select "View Type Information":
[url=http://imageshack.us:2rx7eslb][img:2rx7eslb]http://img228.imageshack.us/img228/9395/adobeip0.png[/img:2rx7eslb][/url:2rx7eslb]
Anyhow, I recommend you to google for docs and samples about it. Search for its Pro... |
Activex feature | Antonio,
thank you,
With
[code:3cfeubl4]...
ACTIVATE WINDOW oWnd ;
ON INIT oActiveX:Do( "gotoFirstPage" )
[/code:3cfeubl4]
work very well!!!
[/code] |
Activex in Dialog | Hi to all!.I cannot make an Activex application run o a dialog.It runs only in a window. Am i missing something ?TIAEuclides |
Activex in Dialog | Euclides,You have a working sample in:fwh\samples\gmapd.prg and gmapd.rc |
Activex in Dialog | You may also review:fwh\samples\webexp2.prg and webexp2.rcModify this line this way: ACTIVATE DIALOG oDlg CENTERED ; ON INIT oActiveX:Do( "Navigate2", "http://www.google.com" ) |
Activex in Dialog | Thanks Antonio.There are so many samples and I inserted more. Is getting hard to follow all of them.Regards,Euclides |
Activex in Dialog | Euclides,We don't remember all FWH examples contents, but we use a file manager (Total commander) that lets you search for file extension and a text, so we search "REDEFINE ACTIVEX" in *.prg and find all ocurrences <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->That way we ... |
Activex probem with xhb | I'm tryng webexp example with xhb but always take a protection error.
I just tried with or without activex.lib dummy file in xhb\lib dir.
My fwh version: FWHX 2.7 March 2006
My xhb version: Enterprice October 2006
What I'm doing wrong?
Thank in advance. |
Activex probem with xhb | Gianni,
It looks as you need an updated FWH. You are mixing march and october builds.
Both xHarbour and Harbour change quite often, and it is required a modified FWH libs. |
Activex y Do( ) | local cCadena := space( 10000 )oActiveX:Do("Extract", nImagen, 300, @cCadena ) @cCadena entra y sale con el mismo valor.La clase activex puede regresarme un valor por referencia ??GraciasUso FWH 805 |
Activex y Do( ) | Fernando,Cual es el prototipo original de ese método del ActiveX ? Me refiero a que parámetros necesita y que devuelve. Gracias, |
Activex y tWord problemas | Hola, desde hace muchos años vengo utilizando la clase de tWord que funciona fenomenal en las versiones antiguas de fwh. Concretamente la versión de compilación que me funciona perfectamente es la Fivewin 2.0 de Abril de 1999. Ahora la compilo con la última versión que tengo la FWHX 10.8 descargada directamente de five... |
Activex y tWord problemas | Andres
Podrias enviarme la clase a <!-- e --><a href="mailto:danielgarciagil@gmail.com">danielgarciagil@gmail.com</a><!-- e -->, para ver si puedo ayudarte a adaptarla a versiones mas recientes y que les puede servir a otros tambien
debo decir que nunca he visto ni usado la clase :S |
Activex y tWord problemas | Ok Daniel, ya veo que es un problema con alguna de las partes de la clase. He logrado aislar alguna de las cosas que me fallan. Te mando el trozo de código y la clase. Ahora si quito el cambio de fuente, los margenes, la justificación y el tema de la vista me lo muestra. |
Activex y tWord problemas | Andres
He estado viendo la clase, podrias publicar un ejemplo que pueda construir para probar la clase
Gracias |
Activex Bug ? | Ao alterar em duas Janelas com ALT + TAB me danifica a pantalha.
Pantalha com Problema :
[img:35lamzwc]http://www.bytesoftware.com.br/teste/imagem1.jpg[/img:35lamzwc]
Pantalha correta :
[img:35lamzwc]http://www.bytesoftware.com.br/teste/imagem2.jpg[/img:35lamzwc]
Código ... |
Activex Bug ? | Mario,
Prueba esto:
oSistema:bGotFocus = { || oSistema:oActiveXWnd:Refresh() } |
Activex Bug ? | Antonio,
Gracias pela resposta, mas al colocar
oSistema:oWndMenu:bGotFocus = { || oSistema:oActiveX:Refresh() }
me salta este erro :
[img:1a50kfwe]http://www.bytesoftware.com.br/teste/imagem3.jpg[/img:1a50kfwe]
Mário |
Activex Bug ? | Mario,
Prueba así:
oSistema:oWndMenu:bGotFocus = { || InvalidateRect( oSistema:oActiveX:hWnd, .T. ) } |
Activex Bug ? | Antonio,
Gracias, mas ainda não foi desta vez, já fiz várias tentativas :
nFocou := 0
oTelaPrincipal:bGotFocus := {|| iif (oSistema:oActiveX != nil, (oTelaPrincipal:cTitle := "focou " + str(nfocou++,06) , oSistema:oWndMenu:Refresh (),InvalidateRect( oSistema:oActivex::hWnd,.t. ) ) , sysrefr... |
Activex Bug ? | Sr. Antonio
Como corrigir el problema, não posso entregar a aplicação desta forma ?
Gracias.
Mário |
Activex Bug ? | Alguém poderia me ajudar com este problema, o projeto está pronto para
entrega, dependendo apenas deste bug.
Gracias.
Mário |
Activex Bug ? | Mario,
La clase TActiveX usa pintado a doble buffer. Podrías probar a quitarle el pintado a doble buffer y ver si así se soluciona el problema.
La forma de quitar el doble buffer, es eliminar estas líneas:
// METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0
// METHOD EraseBkGnd( hDC ) INLINE 1 |
Activex Bug ? | Antonio,
Utilizo xHB Comercial e tenho linkado com C:\xHB\lib\ActiveX.lib se lo
saco, acontece el seguinte erro :
xLINK: error: Unresolved external symbol '_HB_FUN_OLEGETPROPERTY'.
xLINK: error: Unresolved external symbol '_HB_FUN_OLESETPROPERTY'.
xLINK: error: Unresolved external symbol '_HB_FUN_OLEINVOKE'.
xLINK: ... |
Activex Bug ? | Mario,
Que versión de FWH estás usando ? |
Activex Bug ? | FWH 2.6 |
Activex Bug ? | Mario,
Que versión de xHB comercial usas ? |
Activex Bug ? | xHarbour 0.99.51 Simplex ( Comercial ) |
Activex Bug ? | Mario,
Por favor enlaza este OBJ en tu aplicación:
<!-- m --><a class="postlink" href="http://rapidshare.com/files/31521032/xhb.obj.html">http://rapidshare.com/files/31521032/xhb.obj.html</a><!-- m --> |
Activex Bug ? | Enlace el .obj e não solucionou el problema.
Tentei enlaçar xhb.obj + activex.prg e ocorre os mesmos erros arriba.
Notei que ocorre principalmente al Minimizar e Maximizar el window que
contén el activex.
Gracias
Mário |
Activex Bug ? | Mario,
Con ese OBJ deberían desaparecer estos errores:
xLINK: error: Unresolved external symbol '??2@YAPAXI@Z'.
xLINK: error: Unresolved external symbol '??3@YAXPAX@Z'.
De todas formas, la versión actual de FWH 7.04 es compatible con xHB, pero no podemos solucionarlo para la versión 2.6 (ya que hay cambios en el pco... |
Activex Bug ? | Vou atualizar para FWH 7.04 e ver se el problema desaparece.
Gracias,
Mário |
Activex Bug ? | Antonio,
Acabo de efetuar a compra, se puderes enviar com urgência, ficarei grato.
Mário |
Activex Bug ? | Mario,
Te hemos enviado un email, |
Activex Bug ? | Antonio,
Já consegui efetuar a migração para FWH 7.05 + xHB 99.70, graças a teu suporte, agora continuo com o erro el Activex que não me refresca la pantalha como demonstrado arriba.
Já quitei estas linhas em activex.prg e não resolveu
// METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint(), 0
// ... |
Activex Bug ? | Mário,
Si haces un oActiveX:Refresh() se repinta todo el control correctamente ? |
Activex Bug ? | Antonio,
Já utilizei e não funciona :
oTelaPrincipal:bGotFocus := {|| oSistema:oActivex:Refresh () }
oTelaPrincipal:bGotFocus := {|| oSistema:oActivex:Paint () }
oTelaPrincipal:bGotFocus := {|| oSistema:oActivex:Display () }
O Unico que realmente refaz a tela é :
oTelaPr... |
Activex Bug ? | Mario,
LLama directamente a oSistema:oActivex:Refresh() desde la acción de un botón, ó desde un menuitem y comprueba si repinta el activex |
Activex Bug ? | Antonio,
Coloquei um botão para refresh e não repinta, então linkey junto com a aplicação C:\XBH\LIB\ACTIVEX.LIB e já repinta, mas o refresh () carrega todo Activex novamente, perdendo lá posição del menu, pois o mesmo é feito em Flex, sabe se teria outro evento que não recarregue o componente e sim mostre como esta... |
Activex apariencia y uso de teclas vs iexplore | Saludos al foro, sigo haciendo pruebas con webexp.prg y se notan 2 detalles:
1. La apariencia es diferente a la ventana del iexplore, revisando la clase no encuentro nada que me permita cambiar la apariencia, estoy usando WinXP
2. En webexp no tiene efecto CTRL-V, SHIFT-INS, tampoco permite usar la tecla DEL para bo... |
Activex appearance and keys vs iexplore | Hi Everybody,
I use fwh\samples\webexp and found two problems:
1. the appearance is different (style get border) vs iexplore
2. in webexp has not effect CTRL-V, SHIFT-INS, DEL keys (inside get), on iexplore is ok.
Anybody has this problem?, see images
Thanks in advance.
[url=http://img228.imageshack.... |
Activex appearance and keys vs iexplore | Did you try adding the manifest file to the EXE's sample?
EMG |
Activex appearance and keys vs iexplore | Hi Enrico, the sample webexp.prg has not use rc. How i add the manifest ? |
Activex appearance and keys vs iexplore | Just create a file with the manifest data, name it "nameofyourexe.manifest" and put it in the same folder of your exe.
EMG |
Activex appearance and keys vs iexplore | Enrico, thank for your reply but dont solve the problem. Could you please test it using FWH 10.8 ? thanks (fwh\samples\webexp.prg) |
Activex appearance and keys vs iexplore | I just tried webexp.prg. It looks fine for me. Can you provide a sample showing the problem?
EMG |
Activex appearance and keys vs iexplore | H-i Enrico, the sample is the original "fwh\samples\webexp.prg", only change is "hotmail.com"
Fwh 10.8
xharbour1.2.1
bcc582
[code=fw:23in6xr7]<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 /><spa... |
Activex appearance and keys vs iexplore | You're right, it doesn't work. I don't know why, sorry. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Saludos al Foro, recién estoy instalando la actualización 10.8 y revisando algunos ejemplos y encuentro que webexp.prg no funciona, no abre el navegador ni muestra ningún mensaje, en mi anterior versión 8.09 si funcionaba y otros ejemplos de la 10.8 también funcionan. Podría alguien verificar este ejemplo en la versión... |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Hola
yo ya compile usando buildx.bat el ejemplo WEBEXP.PRG y funciona super bien con la 10.8
Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Alvaro,
Acabamos de probar en FWH\samples:
buildh.bat webexp
y se construye y funciona correctamente:
[img:23cphxdc]http://img714.imageshack.us/img714/9664/captureave.jpg[/img:23cphxdc] |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Aida y Antonio, muchas gracias por responder, yo uso borland 5.5.1 y veo que antonio usa 5.82, será esto?, podrian por favor verificar mi build.bat para ver si falta alguna libreria?, Gracias nuevamente
ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ FiveWin for xHarbour 10.8 - Aug. 2010 ... |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Alvaro,
FWH 10.8 está construido con Borland BCC 5.82 y no debe usarse con el 5.5
Puedes descargarlo desde:
<!-- m --><a class="postlink" href="http://www.fivetechsoft.com/files/software/bcc582.zip">http://www.fivetechsoft.com/files/software/bcc582.zip</a><!-- m --> |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Gracias Antonio, ese era el problema, la version de Borland. |
Activex problema ejemplo webexp en version 10.8 SOLUCIONADO | Alvaro,
Bien! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.