topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Class TOleAuto para Harbour | Aqui la teneis para quienes querais empezar a usarla <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
<!-- m --><a class="postlink" href="http://rapidshare.com/files/26446254/hboleaut.lib.html">http://rapidshare.com/files/26446254/hboleaut.lib.html</a><!-- m --> |
Class TPdf with TReport Class | Alguem já fez a criação da report com a tpdf, ou seja tudo que gerar na Treport sair em PDF.. igual fizeram com a TExcels ? |
Class TScintilla and IntelliSense support | First tests using IntelliSense of Class TScintilla:
[img:2izyiic6]http://img194.imageshack.us/img194/382/screenshot20120316at112.png[/img:2izyiic6]
The same code is working the same way in FWH Windows <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Class TScintilla and IntelliSense support | The quality of the video is not good but you can see how the automatic indentation is already working <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2ahrs9zc]http://www.youtube.com/watch?v=zKJkKNvZ8TM&context=C4badf6cADvjVQa1PpcFMO0DaQqiHEzeUJ8zskvEbo7V-H... |
Class TScintilla and IntelliSense support | Changing colors in Class TScintilla:
[url:3388f9lr]http://www.youtube.com/watch?v=NYPVx1oibH4&context=C4badf6cADvjVQa1PpcFMO0DaQqiHEzeUJ8zskvEbo7V-Hv00yuY0=[/url:3388f9lr] |
Class TScintilla and IntelliSense support | Using different types of files:
[url:3qm134pv]http://www.youtube.com/watch?v=siXo-43-W-A&feature=plcp&context=C43e4e54VDvjVQa1PpcFMO0DaQqiHEzZSFSLG2okNXrAIOL_I6gUE%3D[/url:3qm134pv] |
Class TScintilla based IDE | New demo for the Class TScintilla for FWH:
[url:3n74wvw2]http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_8.zip&can=2&q=[/url:3n74wvw2]
It is already possible to compile and run PRGs from it! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><... |
Class TScintilla based IDE | For those that have downloaded version 7, please download it again as it had a bug when saving files, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Class TScintilla based IDE | Antonio, could I make a list with some desired features?
Like:
[list:2gbmittj]
[*:2gbmittj]Compiler list with the different versions of Fivewin/(x)Harbour/BCC, like: FW 10.6, xHarbour 1.2.1, BCC 5.82 / Fw 12.2,xHarbour..... [/*:2gbmittj]
[*:2gbmittj]Editable colors: Reserved word, background, commented code, function... |
Class TScintilla for FWH first tests | [url:240oyanl]http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_1.zip&can=2&q=[/url:240oyanl]
Full source code included <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
A free source code editor, that you can configure the way yo... |
Class TScintilla for FWH first tests | A new example that highlight the FWH keywords:
[url:1yze3k0h]http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_2.zip&can=2&q=[/url:1yze3k0h]
[img:1yze3k0h]http://img52.imageshack.us/img52/2991/captureorj.png[/img:1yze3k0h] |
Class TScintilla for FWH first tests | Highlighting Harbour tokens:
[code=fw:2j92lcgk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ::<span style="color: #000000;">SendEditor</span><span style="color: #000000;">(</span> SCI_SETKEYWORDS, <span style="color: #000000;">1</span>,;<br /> <span style="... |
Class TScintilla for FWH first tests | Antonio,
Perfecto !!! |
Class TScintilla for FWH first tests | Antonio,
very nice, that can be the base for a new debugger <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
Class TScintilla for FWH first tests | New test, Dialog find partially working, find next and find prev implemented. Full source code included:
[url:3tkrkmwm]http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_3.zip&can=2&q=[/url:3tkrkmwm]
Please copy the EXE and DLLs to FWH\samples |
Class TScintilla for FWH first tests | Setting the colors of the selected text:
::SendEditor( SCI_SETSELFORE, 1, CLR_WHITE )
::SendEditor( SCI_SETSELBACK, 1, CLR_BLUE )
[img:2027kbmc]http://img692.imageshack.us/img692/2016/capturefjb.png[/img:2027kbmc] |
Class TScintilla for FWH first tests | New test, dialog GoTo Line already implemented:
[url:3hvlcmgk]http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_4.zip&can=2&q=[/url:3hvlcmgk]
Full source code included. Please copy the EXE to FWH\samples |
Class TScintilla for FWH first tests | [img:11k9ksrp]http://img28.imageshack.us/img28/6039/capturendg.png[/img:11k9ksrp] |
Class TScintilla for FWH first tests | Very good Antonio.
Will it be 12.02 nowadays? |
Class TScintilla for FWH first tests | Hakan,
Today we publish it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Class TScintilla for FWH first tests | Added right panel with the functions (classes, methods, procedures) list <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:2n0yph86]http://img405.imageshack.us/img405/1751/capturenlf.png[/img:2n0yph86]
You may download it from (EXE and full source code ... |
Class TScintilla for FWH first tests | Great contribution Antonio
I think this will be my editor for my programs developed under harbour and FWH.
Thanks,
George |
Class TScintilla for FWH first tests | George,
We are working to complete it as soon as possible, so we can use it instead of UEStudio, etc <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
I think that it can become a very friendly abd useful tool |
Class TSmtp with authentication - Luis Krause | <!-- m --><a class="postlink" href="http://hyperupload.com/download/0243cd3541/TSMTP.zip.html">http://hyperupload.com/download/0243cd3 ... P.zip.html</a><!-- m --> |
Class TSystemInfo and Windows 7 | TO ANYBODY:
Does anybody have problems with this combo?
I appreciate much any help on this.
Thank you in advance...
Toyet |
Class TTITLE ( images ) possible without Freeimage.dll ? | Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_ques... |
Class TTITLE ( images ) possible without Freeimage.dll ? | [quote="ukoenig":1rttl4k8]Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
regards
Uwe <!-- s:?: --><img src... |
Class TTITLE ( images ) possible without Freeimage.dll ? | Silvio,
I thaught there would be maybe a fix in new FWH 19.05 but still needs
Freeimage.dll
If I have the time, I will have a look at the image-section.
regards
Uwe <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
Class TTITLE ( images ) possible without Freeimage.dll ? | I'm sorry but at the moment I have work problems: there is the closure of the school year I have to take part in the scrutinies, I have to make records at school (I work at school I am a technical teacher even if Mr. Massimo Linossi doesn't believe it - I don't interested) and also I should finish the software in which... |
Class TTITLE ( images ) possible without Freeimage.dll ? | [quote="ukoenig":2rry9jpu]Hello,
nearly all image-paintings don't need Freeimage.dll anymore
is it possible to update class TTitle ( image-section )
for usage without Freeimage.dll <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
regards
Uwe <!-- s:?: --><img src... |
Class TTITLE ( images ) possible without Freeimage.dll ? | Mr. Rao,
[quote:2ctvomf9]I think even now it does not require freeimage.dll.
But this class handle only bmp files whether we have freeimage.dll or not.
I do not think we can use png,jpg files in this class even if we have freeimage.dll.[/quote:2ctvomf9]
Yes I agree only bmp can be used another format is not visible.
... |
Class TTabControl enhancements | * Enhancement: Class TTabControl has been enhanced to be able to create the control from a
dialog on runtime. Also, arrow left-right click detection has been implemented. Please
review samples\TestTCtr.prg
If you need it, please say it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /... |
Class TURL generates GPF | Friends
tip.lib to use TURL something but makes lack so that it does notgenerate GPF
xharbour 0.99.60
vzdownload("http://www.aduanet.gob.pe/aduanas/sgdbf/Vehiculos.zip","Vehiculos.zip")
FUNC VZDOWNLOAD( cGUARDAR , cCOMO )
Local oUrl := tURL():New(cGUARDAR)
Local oClient := tIPClient():New( oUrl )
oClient:nConnT... |
Class TURL generates GPF | [quote="Vladimir Zorrilla":2am1yz7z]Friends
tip.lib to use TURL something but makes lack so that it does notgenerate GPF
xharbour 0.99.60
vzdownload("http://www.aduanet.gob.pe/aduanas/sgdbf/Vehiculos.zip","Vehiculos.zip")
FUNC VZDOWNLOAD( cGUARDAR , cCOMO )
Local oUrl := tURL():New(cGUARDAR)
Local oClient := tIP... |
Class Tsmtp with Authentication | Is there anyway I can send a user name and pasword using this class.
On some machines I have problems with the Tmail Class "No Mapi Client" |
Class Tsmtp with Authentication | [quote="PAUL SIMM":ksbclrzk]Is there anyway I can send a user name and pasword using this class.
On some machines I have problems with the Tmail Class "No Mapi Client"[/quote:ksbclrzk]
Paul:
Try Luis Krause's SMTP, it works with autentication. |
Class Tsmtp with Authentication | Rene:
tu sabes, o existe algun ejemplo, para rescatar los correos ? los correos que recibo siempre tienen caracteres raros , ej: cambia los "?" por "2Ea=" o cosas como esas ?
existe la lectura a lo menos para archivos de texto. ?
Estoy usando la TSmtp de LKM pero la TPop3 no tiene ejemplos.
Agradeceria tu respuesta
Ju... |
Class bluetooth | There are many classese to ask :
1. support bluetooth also in fwh
2. Ocr class recognition
3. sms send /receive
4. calendar with tscheduling ( as <!-- m --><a class="postlink" href="http://www.componentsource.com/products/expressscheduler/index.html">http://www.componentsource.com/products ... index.html</a><!-- m --... |
Class definition advice needed. (SOLVED) | Dear Masters,
I have an browse class name TYK_List. I have an define line like above.
[code=fw:32f3ddhb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> TYK_List <span style="color: #0000ff;">FROM</span> TYK_Core<br /><br /> <span style="color: #00C800;">DATA</sp... |
Class definition advice needed. (SOLVED) | Please try this sample and adapt to your requirements:
[code=fw:1s6c4oo6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />#xcommand <span style="color: #0000ff;">DEFINE</span> <o> Ob_Browse1 <n> <span st... |
Class definition advice needed. (SOLVED) | Thank you very much Mr. Rao,
This solved my problem. |
Class method | Antonio,
Is this possible to create class like this where ::ShowTest() method is call for get object ?
Thanks for help
Pawel
[code:19levqht]
Function ClassTest ()
Local oTest := Nil
oTest := Test () : New ()
Return .T.
Class Test
Data oWnd
Data oGet1
Da... |
Class method | Hello,
Can you try
[code:1kx7npal]
...
::oGet1:bChange := {|| ::ShowTest() }
...[/code:1kx7npal]
Regards. |
Class method | Pawel,
Besides Carles solution, you may do:
[code:1jyy3dik]
Method ReadTest () Class Test
local oThis := Self
@ 40, 10 Get ::oGet1 Var ::cGet1 Size 100, 20 Pixel On Change oThis:ShowTest () Of ::oWnd
@ 70, 10 Button 'Ok' Size 60, 20 Pixel Action MsgInfo &#... |
Class syntax not working | Antonio,
I am trying to use the syntaxes, READONLY, HIDDEN, and PROTECTED in classes but none of them are working. I seem to remember that in the past at least some of them were working. The test code below compiles and runs without any errors--and there should be errors. Either the compiler shouldn't allow it, or the... |
Class syntax not working | James,
I never use those clauses.
I hate them since Borland TurboVision times <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> (when I wanted to change some DATAs and it was impossible, forcing you to write extra classes and code)
So I am fraid I can't help you with tha... |
Class syntax not working | James, the scope specifiers don't work with xHarbour but work with Harbour:
[code=fw:1ti6bhll]<div class="fw" id="{CB}" style="font-family: monospace;">Error BASE/<span style="color: #000000;">41</span> Scope violation <span style="color: #000000;">(</span>hidden<span style="color: #000000;">)</span>: <s... |
Class syntax not working | Antonio,
[quote:3w4zln9w]I hate them since Borland TurboVision times (when I wanted to change some DATAs and it was impossible, forcing you to write extra classes and code)[/quote:3w4zln9w]
OK, I get that. In my case I am just trying to protect myself from me! It's hard to remember what can be changed without uninte... |
Class syntax not working | [quote="James Bott":7ekxt3vv]Enrico,
So you are saying it is a xHarbour issue? I assume the output you posted was from a Harbour compile?[/quote:7ekxt3vv]
Yes. But this is from xdiff.txt:
[quote:7ekxt3vv]Module Scope:
-------------
OOP Scoping supports PRIVATE/HIDDEN, PROTECTED, and READONLY scopes. Classes
sharing... |
Class syntax not working | Well, I should have done this first. I dug through all my notes and I found the note below from 2006. This explains a lot.
This does make it difficult to write code that works with both xHarbour and Harbour.
Of course, things may well have changed since then so I still need to do some testing.
James
[quote:2hgovts... |
Class syntax not working | [quote:2wny4es9]So, I assume (not tested) that the scope specifiers would work in xHarbour too outside the same PRG.
[/quote:2wny4es9]
Yes.
If we keep the class alone in a different module, then both xHarbour and Harbour work alike. |
Class to read / write Excel | Hello FiveWinners
What is the class to read and / or write Excel, without having Excel installed on my system?
Thank you...
regards |
Class to read / write Excel | Mira se ayuda:
[code=fw:1vyg94ay]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> ReadFromExcel<span style="color: #000000;">(</span> cFile, xColumnas, nHojaExcel, nFilasVacias, lConvertNulls <span style="color: #000000;">)</span><br /><br /><span st... |
Class to read / write Excel | [url:1mukiog7]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17030&p=122340&hilit=clase+TExcel#p122340[/url:1mukiog7] |
Class to read / write Excel | I think both responses need Excel installed.
He asked how to update "without" Excel installed.
You can use ADO to access spreadsheet.
Here is an example connection info.
oCon := CreateObject("ADODB.Connection")
oCon:open( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+cFileName+";Extended Properties=Excel 8.0" ) |
Class to read / write Excel | Gale ... you're right.
I will investigate how read or write a table Excel with ADO.
If you have a more complete example I would greatly appreciate it
regards |
Class to read / write Excel | [quote="devtuxtla":qd1gup7y]What is the class to read and / or write Excel, without having Excel installed on my system?[/quote:qd1gup7y]
Hi,
[u:qd1gup7y][b:qd1gup7y]Option 1[/b:qd1gup7y][/u:qd1gup7y]
There is a Class named TExcel. This class use an Excel OCX. So I believe that this can be used in PC's without Excel i... |
Class to read / write Excel | i use texcel but it needs Excel. |
Class to read / write Excel | Hello,
See also methods in xbrowse and adofuncs provided by Mr. Nages. |
Class to read / write Excel | Here is a vbscript example you can look at.
[code=fw:am8d5f04]<div class="fw" id="{CB}" style="font-family: monospace;">Const adOpenStatic = <span style="color: #000000;">3</span><br />Const adLockOptimistic = <span style="color: #000000;">3</span><br /><br />filename = <span style="color: #ff0000;">"Test.xls"</span><b... |
Class to read / write Excel | La mejor opcion sin costo
[b:2uium23z]Option 3[/b:2uium23z]
XlsXml.Prg
[url:2uium23z]https://github.com/harbour/core/blob/ma%20...%20xlsxml.prg[/url:2uium23z]
This will help you to create XML format Excel file. Does not require Excel to be installed on your PC |
Class with SMTP gmail | How do I authenticate using a Gmail account?
Grateful. |
Class with SMTP gmail | Use port 465 |
Class with SMTP gmail | Dear MR.Alexandre,
Here is a Sample code to send Email using Gmail.
[code=fw:300ks8z6]<div class="fw" id="{CB}" style="font-family: monospace;">oMailer:<span style="color: #000000;">oEmailCfg</span> := CREATEOBJECT<span style="color: #000000;">(</span> <span style="color: #ff0000;">"CDO.Configuration"</span> <sp... |
Class with SMTP gmail | Hi Mr.Carlos and Mr.Anser
I am getting the following error!.
[code=fw:18j9pf10]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Error description: <span style="color: #000000;">Error</span> CDO.<span style="color: #0000ff;">Message</span>/<span style="color: #000000;">3</span> DISP_E_MEMBERNOTFOUND: <... |
Class with SMTP gmail | Dear Mr.Ramesh,
Please use TRY CATCH, it seems that the object is not created properly. Please note that u need active internet connection while testing the email send application.
It is working fine here.
Regards
Anser |
Class with SMTP gmail | How to pass parameters ?
How to attach files ?
Thanks . |
Class with SMTP gmail | Dear Mr.Jack,
[quote:2rf4fk4j]How to pass parameters ?[/quote:2rf4fk4j]
What do you mean by parameters ?
[quote:2rf4fk4j]How to attach files ?[/quote:2rf4fk4j]
[code=fw:2rf4fk4j]<div class="fw" id="{CB}" style="font-family: monospace;">oEmailMsg := CREATEOBJECT <span style="color: #000000;">(</span> <span style="... |
Class with SMTP gmail | Hello Anser,
I tried with TRY, CATCH but I am getting the error exactly at :Send() method.
I am already connected to Internet, while I was testing this and I checked the
creation of all Objects. They are created properly.
I dont't know what is going wrong ?
- Ramesh Babu P |
Class with SMTP gmail | Dear Ramesh,
Here is a complete sample which is working for me here. You need to provide only your gmail id and password in the code. If this is not working then, I believe that your firewall must be blocking the port 465. You may also try to increase the timeout value from 30 to some higher values
For Eg.
[code=fw:1... |
Class with SMTP gmail | Hello Anser,
Thank you very much for your example and detailed suggestions.
Your recent example has worked. And I could send my test mail.
- Ramesh Babu P |
Class with SMTP gmail | Thank you.
Problem solved.
[]s
Alexandre |
Class with SMTP gmail | Is it also possible to read the Inbox of Gmail and save attached files ?
Thanks . |
Class with SMTP gmail | Hi Mr.Jack,
As per Microsoft, GetStream() returns the Stream object containing the complete message, including headers and all content, in serialized (wire-transport) format. I am not sure and I have not yet tried it. The information may be useful to you.
For Ref.
[url:1qyrxwh9]http://msdn.microsoft.com/e... |
Class: 'NIL' has no exported | Estimados,
por que al ejecutar el programa me tira este error:
[quote:w7fntzhu] Error description: Error BASE/1004 Class: 'NIL' has no exported method: SETFOCUS
Args:
Stack Calls
===========
Called from SETFOCUS(0)
Called from (b)MAIN(118)
Called from TDIALOG:INITIATE(0)
Called from TDIALOG:HANDLEEVE... |
Class: 'NIL' has no exported | porque oBrw es Nil <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
Saludos <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
Class: 'NIL' has no exported | Gracias,
Pero me gustaria ver la solucion, ya que OBRW aparentemente lo estoy creando, es mas cuando ejecuto el programa el obrw se arma:
[code:lymz009h]oDlg:= oDlgEnlace( oBrw, oTextos, oBtns, oBmp, oFuentes)[/code:lymz009h] |
Class: 'NIL' has no exported | Tendrias que publicar mas codigo..
Saludos |
Class: 'NIL' has no exported | Amigos,
Primeramente quiero agradecerle a mi amigo de Williams (wmormar) porque me ayudo a solucionar el inconveniente posteado.
Voy a hacerlo sencillo y me gustaría recibir alguna explicacion [i:1qfyvw00]"Técnica"[/i:1qfyvw00] al respecto porque realmente perdí mucho tiempo buscando solución.
Si vamos a utilizar un... |
Class: 'NIL' has no exported | Es muy simple.
Por que , un array, SIEMPRE es pasado por referencia <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
Ah!!! ¿ como se te quedo el cuerpo? ....jejeje |
Class: 'NIL' has no exported method: GOUP | Tengo un problema con todas mis aplicaciones, ya que de manera esporadica me dan este error, no lo hacen todo el tiempo.
Y el caso es que no hago uso de barras de Scroll, en los sitios donde me aparece.
Estoy haciendo uso de FWH 2.6 con xHarbour 0.99.2 bajo XP
[quote:2qfrj15b]Application
===========
Path and name... |
Class: 'NIL' has no exported method: GOUP | Añade esta línea en la clase TMdiClient:
METHOD HScroll() VIRTUAL |
Class: 'NIL' has no exported method: GOUP | Antonio gracias por tu tiempo.
[quote:12i30usd]Añade esta línea en la clase TMdiClient:
METHOD HScroll() VIRTUAL[/quote:12i30usd]
Mira estos son mis primeros pasos con FiveWin, y por favor dime como hago para hacer lo que sugieres, que pasos debo seguir para lograr el modificar la clase TMdiClient. |
Class: 'NIL' has no exported method: GOUP | Error description: Error BASE/1004 Class: 'NIL' has no exported method: GOUP
Hola... Tines algun GROUP em tu VENTANA PRINCIPAL?
ComO cierras la SALIDA de tu VENTANA PRINCIPAL?
Muestra la SALIDA.
ACTIVATE WINDOW oWnd..
....
....
...
RETURN NIL |
Class: 'NIL' has no exported method: GOUP | Joao Gracias.
No, no es acerca de GROUP
Es acerca de un error referente a GoUp(), perteneciente a Scrollbar.
EL Problema es que en donde aparce el error no hay ninguna definida; desde mi codigo claro esta.
Gracias Mil
Saludos desde Honduras |
Class: 'NIL' has no exported method: GOUP | Modifica source\classes\mdiclient.prg y añade esta línea antes del ENDCLASS:
METHOD HScroll() VIRTUAL
Luego compila ese PRG y enlázalo como si fuese un PRG más de tu aplicación |
Class: 'NIL' has no exported method: GOUP | Gracias Mil Antonio
Funciono.
Por cierto como lo describi antes, estoy usando la libreria FWH 2.06, al actualizarme a la 7.09 tendria que seguir en este cambio, o lo omito?
Saludos desde Honduras <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Class: 'NIL' has no exported method: GOUP | Al actualizarte a la versión 7.09 ese cambio no te hará falta |
ClassGriaule.zip | [quote="Lailton":16fqqop9]Hi Marca,
I told you, The solution is not so simple and ActiveX is not a good way to take.
Few years ago I did a procedure in C/C++ to work with it.
I sent you a demo my procedures, and How you see it works.[/quote:16fqqop9]
Hello Lailton.
The example that u sent me only activates the pla... |
ClassGriaule.zip | Good afternoon
Someone could use this class?
If so can you give me an example?
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/ClassGriaule.zip">https://bitbucket.org/fivetech/fivewin- ... riaule.zip</a><!-- m --> |
ClassGriaule.zip | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/search.php?st=0&sk=t&sd=d&sid=0&keywords=griaule">search.php?st=0&sk=t&sd=d&sid=0&keywords=griaule</a><!-- l --> |
ClassGriaule.zip | Antonio thank you,
WHAT more could realize is that no one managed to work
I could not run more le my way player no
FS-80 Reader |
ClassGriaule.zip | [quote="Antonio Linares":3vixtdzz]http://forums.fivetechsupport.com/search.php?st=0&sk=t&sd=d&sid=0&keywords=griaule[/quote:3vixtdzz]
Good morning everyone.
Linares, I've seen all these topics and 95% of them use ActiveX to make the connection and not the class that I mention above and examples that attempt to use ... |
ClassGriaule.zip | This class did not work at all. |
ClassGriaule.zip | [quote="lucasdebeltran":2hf61d0o]This class did not work at all.[/quote:2hf61d0o]
Using the class if you want to start with the player. Already using activex as below starts over recorded digital comparing error in the bank to read the player. Could someone please help?
#include "FiveWin.ch"
STATIC oWnd
STATIC ttp... |
ClassGriaule.zip | [quote="Antonio Linares":1kaasi9m]Marcelo,
[quote:1kaasi9m]you know how to do this in class ??
oFingerX class: From ( "CapStartCapture" sensor)[/quote:1kaasi9m]
I don't understand your question[/quote:1kaasi9m]
I'm trying to use the Test.prg source class ClassGriaule.zip and my player does not start
cSensor := "... |
ClassGriaule.zip | Marcelo,
[quote:2x8bst2u]you know how to do this in class ??
oFingerX class: From ( "CapStartCapture" sensor)[/quote:2x8bst2u]
I don't understand your question |
ClassGriaule.zip | As I told you, in the past i tried the class. I could compile it, start the object, but functions to save the capture and compare do not work at all. |
ClassGriaule.zip | Hello everybody, descupem me for more precise insistence solve it.
Anyone know the creator of the class ClassGriaule ? |
ClassGriaule.zip | Disappointingly.
For several other languages ??have demos and there are several options with which to xHarbour nothing |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.