In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Xailer English public forum
Responder
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ignacio »

Estimados usuarios de Xailer,
Tenemos el placer de anunciaros el soporte de componentes de terceros en
Xailer y su completa integración con el IDE.
Más información en http://xailer.info/esp/?p=130
--
Dear Xailer users,
We are proud to announce the support of third party components in Xailer and
its complete integration with Xailer's IDE.
More information at http://xailer.info/eng/?p=42
Best regards,
--
[Xailer team]
http://www.xailer.com
http://www.xailer.info
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ChrisGillard »

Hi Ignacio,
This looks a very interesting new feature .... good stuff.
We already have a TDbfDataSet inherited from your class ... to include for
arrays of our Index objects and support for our own Memo file handling
through a separate dbf.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CLASS TDbfDataSet FROM XDbfDataSet
PUBLISHED:
PROPERTY aIndex INIT {}
PROPERTY aMemos INIT {}
DATA alLog INIT { TRUE, TRUE } // Success & Failure
logging on
METHOD SetOrder
METHOD Open
// Override the TDbfDataSet Save & Delete Methods for Memos ...
METHOD Save
METHOD Delete
// Replicate cDdbfName from DbfX Class
ACCESS cDbfName
// memo methods
method GetMemoObj // Return memo object for
FldNumber
method LoadMemo // Load memo from dbf
method PutMemo // Put memo to dbf
method AccessMemo // Access MemoFld cMemo
method AssignMemo // Assign MemoFld cMemo
method SetMemoChanged // Set oMemo:lMemoChanged
flag
method ClearMemos // Clear memo object(s)
method SetLog
ENDCLASS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
So the news means I can probably ( maybe with some learning 7 work ) ......
1. Add this to the samples tab ?
2. Drop it on a form ?
3. Set its new & inherited properties through the object inspector ?
4. The object would appear in say a DataAware Edit oDataset property
editor ?
This would be really good.
Regards
Chris
We already have out own
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Estimados usuarios de Xailer,
>
> Tenemos el placer de anunciaros el soporte de componentes de terceros en
> Xailer y su completa integración con el IDE.
>
> Más información en http://xailer.info/esp/?p=130
>
> --
>
> Dear Xailer users,
> We are proud to announce the support of third party components in Xailer
> and its complete integration with Xailer's IDE.
> More information at http://xailer.info/eng/?p=42
> Best regards,
>
> --
> [Xailer team]
> http://www.xailer.com
> http://www.xailer.info
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ignacio »

Chris,
I'm glad you like this new feature, we are really excited with it.
> 1. Add this to the samples tab ?
Yes, or your own personal Tab ;-)
> 2. Drop it on a form ?
Of course yes
> 3. Set its new & inherited properties through the object inspector ?
Yes, for sure!
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
Yes again.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> This looks a very interesting new feature .... good stuff.
>
> We already have a TDbfDataSet inherited from your class ... to include for
> arrays of our Index objects and support for our own Memo file handling
> through a separate dbf.
>
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
> CLASS TDbfDataSet FROM XDbfDataSet
>
> PUBLISHED:
>
> PROPERTY aIndex INIT {}
> PROPERTY aMemos INIT {}
> DATA alLog INIT { TRUE, TRUE } // Success & Failure
> logging on
>
> METHOD SetOrder
> METHOD Open
>
> // Override the TDbfDataSet Save & Delete Methods for Memos ...
> METHOD Save
> METHOD Delete
>
> // Replicate cDdbfName from DbfX Class
> ACCESS cDbfName
>
> // memo methods
> method GetMemoObj // Return memo object for
> FldNumber
> method LoadMemo // Load memo from dbf
> method PutMemo // Put memo to dbf
> method AccessMemo // Access MemoFld cMemo
> method AssignMemo // Assign MemoFld cMemo
> method SetMemoChanged // Set oMemo:lMemoChanged
> flag
> method ClearMemos // Clear memo object(s)
> method SetLog
>
> ENDCLASS
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> So the news means I can probably ( maybe with some learning 7 work )
> ......
>
> 1. Add this to the samples tab ?
> 2. Drop it on a form ?
> 3. Set its new & inherited properties through the object inspector ?
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
>
> This would be really good.
>
> Regards
>
> Chris
>
> We already have out own
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Estimados usuarios de Xailer,
>>
>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>> Xailer y su completa integración con el IDE.
>>
>> Más información en http://xailer.info/esp/?p=130
>>
>> --
>>
>> Dear Xailer users,
>> We are proud to announce the support of third party components in Xailer
>> and its complete integration with Xailer's IDE.
>> More information at http://xailer.info/eng/?p=42
>> Best regards,
>>
>> --
>> [Xailer team]
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ChrisGillard »

Ignacio,
Thanks for the reply ... excellent news.
I have studied the samplescontrols folders & code and have had a go.
I have created a lib, a dll, added my own tab to the IDE, added my control
to my tab ( with your planning.ico )
So far so good.
When I add my component to a form I get the gpf shown in the png.
Have zipped up 2 prgs also attached.
My class inherits from a standard xailer one, possibly not doing it quite
right.
Any help would be appreciated.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> I'm glad you like this new feature, we are really excited with it.
>
>> 1. Add this to the samples tab ?
> Yes, or your own personal Tab ;-)
>
>> 2. Drop it on a form ?
> Of course yes
>
>> 3. Set its new & inherited properties through the object inspector ?
> Yes, for sure!
>
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>
> Yes again.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> This looks a very interesting new feature .... good stuff.
>>
>> We already have a TDbfDataSet inherited from your class ... to include
>> for
>> arrays of our Index objects and support for our own Memo file handling
>> through a separate dbf.
>>
>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>
>> CLASS TDbfDataSet FROM XDbfDataSet
>>
>> PUBLISHED:
>>
>> PROPERTY aIndex INIT {}
>> PROPERTY aMemos INIT {}
>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>> logging on
>>
>> METHOD SetOrder
>> METHOD Open
>>
>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>> METHOD Save
>> METHOD Delete
>>
>> // Replicate cDdbfName from DbfX Class
>> ACCESS cDbfName
>>
>> // memo methods
>> method GetMemoObj // Return memo object
>> for
>> FldNumber
>> method LoadMemo // Load memo from dbf
>> method PutMemo // Put memo to dbf
>> method AccessMemo // Access MemoFld cMemo
>> method AssignMemo // Assign MemoFld cMemo
>> method SetMemoChanged // Set
>> oMemo:lMemoChanged
>> flag
>> method ClearMemos // Clear memo object(s)
>> method SetLog
>>
>> ENDCLASS
>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>
>> So the news means I can probably ( maybe with some learning 7 work )
>> ......
>>
>> 1. Add this to the samples tab ?
>> 2. Drop it on a form ?
>> 3. Set its new & inherited properties through the object inspector ?
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>>
>> This would be really good.
>>
>> Regards
>>
>> Chris
>>
>> We already have out own
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Estimados usuarios de Xailer,
>>>
>>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>>> Xailer y su completa integración con el IDE.
>>>
>>> Más información en http://xailer.info/esp/?p=130
>>>
>>> --
>>>
>>> Dear Xailer users,
>>> We are proud to announce the support of third party components in Xailer
>>> and its complete integration with Xailer's IDE.
>>> More information at http://xailer.info/eng/?p=42
>>> Best regards,
>>>
>>> --
>>> [Xailer team]
>>> http://www.xailer.com
>>> http://www.xailer.info
>>>
>>
>>
>>
>
>


Attached files Source.zip (2 KB)Â
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por notengo »

Chris,
I just took a quick look of the code and it could be a scope problem, but
you could try this:
PUBLISHED:
PROPERTY aIndex INIT {}
PROPERTY aMemos INIT {}
// DATA alLog INIT { TRUE, TRUE }
PUBLIC:
METHOD SetOrder
METHOD Open
OTOH, if you want to use the native image just replace "planning" with
"dbfdatasource".
Regards,
José Lalí­n
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ignacio »

Chris,
Send the complete project please.
BTW:
Your class should not have the same name as the original class it inherits:
CLASS TMyDbfDataSet FROM TDbfDataSet
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
> Ignacio,
>
> Thanks for the reply ... excellent news.
>
> I have studied the samplescontrols folders & code and have had a go.
>
> I have created a lib, a dll, added my own tab to the IDE, added my control
> to my tab ( with your planning.ico )
>
> So far so good.
>
> When I add my component to a form I get the gpf shown in the png.
>
> Have zipped up 2 prgs also attached.
>
> My class inherits from a standard xailer one, possibly not doing it quite
> right.
>
> Any help would be appreciated.
>
> Regards
>
> Chris
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Chris,
>>
>> I'm glad you like this new feature, we are really excited with it.
>>
>>> 1. Add this to the samples tab ?
>> Yes, or your own personal Tab ;-)
>>
>>> 2. Drop it on a form ?
>> Of course yes
>>
>>> 3. Set its new & inherited properties through the object inspector ?
>> Yes, for sure!
>>
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>
>> Yes again.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>> Hi Ignacio,
>>>
>>> This looks a very interesting new feature .... good stuff.
>>>
>>> We already have a TDbfDataSet inherited from your class ... to include
>>> for
>>> arrays of our Index objects and support for our own Memo file handling
>>> through a separate dbf.
>>>
>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>
>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>
>>> PUBLISHED:
>>>
>>> PROPERTY aIndex INIT {}
>>> PROPERTY aMemos INIT {}
>>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>>> logging on
>>>
>>> METHOD SetOrder
>>> METHOD Open
>>>
>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>> METHOD Save
>>> METHOD Delete
>>>
>>> // Replicate cDdbfName from DbfX Class
>>> ACCESS cDbfName
>>>
>>> // memo methods
>>> method GetMemoObj // Return memo object
>>> for
>>> FldNumber
>>> method LoadMemo // Load memo from dbf
>>> method PutMemo // Put memo to dbf
>>> method AccessMemo // Access MemoFld cMemo
>>> method AssignMemo // Assign MemoFld cMemo
>>> method SetMemoChanged // Set
>>> oMemo:lMemoChanged
>>> flag
>>> method ClearMemos // Clear memo object(s)
>>> method SetLog
>>>
>>> ENDCLASS
>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>
>>> So the news means I can probably ( maybe with some learning 7 work )
>>> ......
>>>
>>> 1. Add this to the samples tab ?
>>> 2. Drop it on a form ?
>>> 3. Set its new & inherited properties through the object inspector ?
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>>
>>> This would be really good.
>>>
>>> Regards
>>>
>>> Chris
>>>
>>> We already have out own
>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>> message
>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Estimados usuarios de Xailer,
>>>>
>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>> en
>>>> Xailer y su completa integración con el IDE.
>>>>
>>>> Más información en http://xailer.info/esp/?p=130
>>>>
>>>> --
>>>>
>>>> Dear Xailer users,
>>>> We are proud to announce the support of third party components in
>>>> Xailer
>>>> and its complete integration with Xailer's IDE.
>>>> More information at http://xailer.info/eng/?p=42
>>>> Best regards,
>>>>
>>>> --
>>>> [Xailer team]
>>>> http://www.xailer.com
>>>> http://www.xailer.info
>>>>
>>>
>>>
>>>
>>
>>
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por ChrisGillard »

Jose, Ignacio,
Changed the name of my class to TbsDbfdataSet .... works a treat.
See attached image.
This is great progress.
Thank you for your help this evening ... good end to the day.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497dfa6d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> Send the complete project please.
>
> BTW:
>
> Your class should not have the same name as the original class it
> inherits:
>
> CLASS TMyDbfDataSet FROM TDbfDataSet
>
> Regards,
>
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
>> Ignacio,
>>
>> Thanks for the reply ... excellent news.
>>
>> I have studied the samplescontrols folders & code and have had a go.
>>
>> I have created a lib, a dll, added my own tab to the IDE, added my
>> control
>> to my tab ( with your planning.ico )
>>
>> So far so good.
>>
>> When I add my component to a form I get the gpf shown in the png.
>>
>> Have zipped up 2 prgs also attached.
>>
>> My class inherits from a standard xailer one, possibly not doing it quite
>> right.
>>
>> Any help would be appreciated.
>>
>> Regards
>>
>> Chris
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Chris,
>>>
>>> I'm glad you like this new feature, we are really excited with it.
>>>
>>>> 1. Add this to the samples tab ?
>>> Yes, or your own personal Tab ;-)
>>>
>>>> 2. Drop it on a form ?
>>> Of course yes
>>>
>>>> 3. Set its new & inherited properties through the object inspector ?
>>> Yes, for sure!
>>>
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>
>>> Yes again.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>>> Hi Ignacio,
>>>>
>>>> This looks a very interesting new feature .... good stuff.
>>>>
>>>> We already have a TDbfDataSet inherited from your class ... to include
>>>> for
>>>> arrays of our Index objects and support for our own Memo file handling
>>>> through a separate dbf.
>>>>
>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>
>>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>>
>>>> PUBLISHED:
>>>>
>>>> PROPERTY aIndex INIT {}
>>>> PROPERTY aMemos INIT {}
>>>> DATA alLog INIT { TRUE, TRUE } // Success &
>>>> Failure
>>>> logging on
>>>>
>>>> METHOD SetOrder
>>>> METHOD Open
>>>>
>>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>>> METHOD Save
>>>> METHOD Delete
>>>>
>>>> // Replicate cDdbfName from DbfX Class
>>>> ACCESS cDbfName
>>>>
>>>> // memo methods
>>>> method GetMemoObj // Return memo object
>>>> for
>>>> FldNumber
>>>> method LoadMemo // Load memo from dbf
>>>> method PutMemo // Put memo to dbf
>>>> method AccessMemo // Access MemoFld
>>>> cMemo
>>>> method AssignMemo // Assign MemoFld
>>>> cMemo
>>>> method SetMemoChanged // Set
>>>> oMemo:lMemoChanged
>>>> flag
>>>> method ClearMemos // Clear memo
>>>> object(s)
>>>> method SetLog
>>>>
>>>> ENDCLASS
>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>
>>>> So the news means I can probably ( maybe with some learning 7 work )
>>>> ......
>>>>
>>>> 1. Add this to the samples tab ?
>>>> 2. Drop it on a form ?
>>>> 3. Set its new & inherited properties through the object inspector ?
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>>
>>>> This would be really good.
>>>>
>>>> Regards
>>>>
>>>> Chris
>>>>
>>>> We already have out own
>>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>>> message
>>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>>> Estimados usuarios de Xailer,
>>>>>
>>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>>> en
>>>>> Xailer y su completa integración con el IDE.
>>>>>
>>>>> Más información en http://xailer.info/esp/?p=130
>>>>>
>>>>> --
>>>>>
>>>>> Dear Xailer users,
>>>>> We are proud to announce the support of third party components in
>>>>> Xailer
>>>>> and its complete integration with Xailer's IDE.
>>>>> More information at http://xailer.info/eng/?p=42
>>>>> Best regards,
>>>>>
>>>>> --
>>>>> [Xailer team]
>>>>> http://www.xailer.com
>>>>> http://www.xailer.info
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>


Attached files
notengo
Mensajes: 417
Registrado: Vie Oct 12, 2007 1:29 pm

Componentes de terceros para Xailer 2 / Third party components for Xailer 2

Mensaje por notengo »

Chris,
> Changed the name of my class to TbsDbfdataSet .... works a treat.
Congrats!
> See attached image.
>
> This is great progress.
Yeah! With this great feature we can write a component and use and abuse it
in any application we want.
Regards,
José Lalí­n
Responder