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.

Version 1.3

Xailer English public forum
Responder
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Version 1.3

Mensaje por Stephan Hennekens »

Hello,
on the Spanish Xailer forum there is news about the upcoming version 1.3.
Would it be possible to have an English version of that news?
As far as I understood there will be support for SQLite. Is that correct?
Regards,
Stephan
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9441
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Version 1.3

Mensaje por ignacio »

Xailer: What's new
(Text in red indicates modifications thay may break your actual source code)
Enhancements ang bugs correction on Version 1.3:
a.. General:
a.. Recompiled with new xHarbour version.
Only necessary in case you are using ADO datacontrols.
b.. IDE:
a.. TStatusBar: Bug on TStatusPanel OnClick event
a.. Accelerators: Missing accelerator on Printer configuration menu option
a.. DBF table editor: Work in progress
c.. DataControls
a.. Better errors management
a.. TAdsDataSource: Automatic SetCharType assignment every time a table is opened
a.. TDataset: New method DelError()
a.. TDataset: Error on linked controls when closing and reopen its dataset
a.. TDbfDataset: New methods OrdNumber, OrdKey, OrdFor and OrdCount
a.. TDbfDataset: Bug on method Clone
a.. TDbfDataset: Optimized Sort method so is only evaluated once for every column
a.. TDbfDataset: Better error description on Fieldput method
a.. TDbfDataset: Incorrect error message on methods Pack, Reindex and Zap
a.. TDbfDataset: Incorrect ProgressBar display on Reindex method
a.. TDbfDataSource: New method CreateTable( aStructure, cTable )
a.. TDbfDataSource: New method DelTable( cTable )
a.. TDbfDataSource: New properties lOptimize, nLockScheme, nMemoType and nMemoSize
a.. TDbfDataSource: Table encryption support
a.. TDbfDataSource: New property cPassword
a.. TCdxDataSource: New properties lAutoOpen and nTableType
a.. TDBBrowse: Refresh error on datacontrols when hiding the DBBrowse filter bar
d.. Browses
a.. TBrowse: Append, insert and delete support on Browses
a.. TBrowse: New properties lAllowAppend, lAllowInsert, lAllowDelete and lAutoSave
a.. TBrowse: New property nEditMode (beREAD, beEDIT, beAPPEND, beINSERT)
a.. TBrowse: New methods Append, Insert and Delete
a.. TBrowse: Edition enhancement: Automatic lateral movement when pushing the TAB key
a.. TBrowse: Corrected order edition problem when the columns were swapped
a.. TBrowse: Bug on multi-select operations
a.. TBrowse: OnKeyDown was not triggered
a.. TArrayBrowse: GetValue and SetValue did not take care of any column swap
a.. TArrayBrowse: Filter error when the method SetArray was not used
a.. TBrwColumn: New property uDefaulValue for append and insert operations
e.. Controls
a.. TTimePicker: Fixed random GFP error
a.. TGroupBox: Completely redesigned without using the native API control due its internal errors
a.. TButton: Painting error when it was pressed
a.. TMaskEdit: OnChar and OnKeyDown were not triggered
a.. TMemo: New properties nLine and nColumn
a.. TGridEdit: Listbox edition error
a.. TSplitter: Error on nLeft and nTop assignment by code
a.. TProgressBar: New event OnChange that is triggered when it changes its position
a.. THeader: Events OnClick and OnDblClick ahora now triggered always. If they return NIL, then its Items event will be also triggered
a.. TStatusBar: Fixed text and tooltip painting errors
a.. TOptionList: New property nHotStyle: hsUNDERLINE, hsMENU, hsMENUXP, hsMENU2003. The property nMargin has been separated into nLeftMargin and nTopMargin
f.. Other classes
a.. TPicture: Support of multiple new formats through the use of FreeImage.DLL. This class is the base of other classes, like TImage or the background painting of a lot of controls, so its possibilities encrease considerably
a.. TPrinter: Small bug on methods Copies, DefaultBin, Color, Duplex, Collate and PrintQuality
a.. TPrinter: Error when setting the printer through its system dialog
a.. TPrinter: Error when calling NewPage() from the OnEndPage, OnEnd and OnPostEnd events
a.. TReport: Coordinates error when the paper orientation was changed automatically to landscape
a.. TMessageBox: New event OnShow
a.. TMenu: New property nStyle: msDEFAULT, msOFFICEXP, msOFFICE2003
g.. Samples
a.. New Browse edition sample
h.. Documentation
a.. Updated to latest changes
Yes there will be SQLite native support in future versions of Xailer, is a work in progress, that surely it will not be included on next version 1.3, but it will be available really soon.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Stephan Hennekens" <stephan.hennekens@wur.nl> escribió en el mensaje news:45e81f2f$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Hello,
>
> on the Spanish Xailer forum there is news about the upcoming version 1.3.
> Would it be possible to have an English version of that news?
> As far as I understood there will be support for SQLite. Is that correct?
>
> Regards,
> Stephan
>
>
>
--
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Version 1.3

Mensaje por Stephan Hennekens »

Thanks for the information Ignacio. Native support for SQLite is absolutely great!!
Regards,
Stephan
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message news:45e86a90$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
Xailer: What's new
(Text in red indicates modifications thay may break your actual source code)
Enhancements ang bugs correction on Version 1.3:
a.. General:
a.. Recompiled with new xHarbour version.
Only necessary in case you are using ADO datacontrols.
b.. IDE:
a.. TStatusBar: Bug on TStatusPanel OnClick event
a.. Accelerators: Missing accelerator on Printer configuration menu option
a.. DBF table editor: Work in progress
c.. DataControls
a.. Better errors management
a.. TAdsDataSource: Automatic SetCharType assignment every time a table is opened
a.. TDataset: New method DelError()
a.. TDataset: Error on linked controls when closing and reopen its dataset
a.. TDbfDataset: New methods OrdNumber, OrdKey, OrdFor and OrdCount
a.. TDbfDataset: Bug on method Clone
a.. TDbfDataset: Optimized Sort method so is only evaluated once for every column
a.. TDbfDataset: Better error description on Fieldput method
a.. TDbfDataset: Incorrect error message on methods Pack, Reindex and Zap
a.. TDbfDataset: Incorrect ProgressBar display on Reindex method
a.. TDbfDataSource: New method CreateTable( aStructure, cTable )
a.. TDbfDataSource: New method DelTable( cTable )
a.. TDbfDataSource: New properties lOptimize, nLockScheme, nMemoType and nMemoSize
a.. TDbfDataSource: Table encryption support
a.. TDbfDataSource: New property cPassword
a.. TCdxDataSource: New properties lAutoOpen and nTableType
a.. TDBBrowse: Refresh error on datacontrols when hiding the DBBrowse filter bar
d.. Browses
a.. TBrowse: Append, insert and delete support on Browses
a.. TBrowse: New properties lAllowAppend, lAllowInsert, lAllowDelete and lAutoSave
a.. TBrowse: New property nEditMode (beREAD, beEDIT, beAPPEND, beINSERT)
a.. TBrowse: New methods Append, Insert and Delete
a.. TBrowse: Edition enhancement: Automatic lateral movement when pushing the TAB key
a.. TBrowse: Corrected order edition problem when the columns were swapped
a.. TBrowse: Bug on multi-select operations
a.. TBrowse: OnKeyDown was not triggered
a.. TArrayBrowse: GetValue and SetValue did not take care of any column swap
a.. TArrayBrowse: Filter error when the method SetArray was not used
a.. TBrwColumn: New property uDefaulValue for append and insert operations
e.. Controls
a.. TTimePicker: Fixed random GFP error
a.. TGroupBox: Completely redesigned without using the native API control due its internal errors
a.. TButton: Painting error when it was pressed
a.. TMaskEdit: OnChar and OnKeyDown were not triggered
a.. TMemo: New properties nLine and nColumn
a.. TGridEdit: Listbox edition error
a.. TSplitter: Error on nLeft and nTop assignment by code
a.. TProgressBar: New event OnChange that is triggered when it changes its position
a.. THeader: Events OnClick and OnDblClick ahora now triggered always. If they return NIL, then its Items event will be also triggered
a.. TStatusBar: Fixed text and tooltip painting errors
a.. TOptionList: New property nHotStyle: hsUNDERLINE, hsMENU, hsMENUXP, hsMENU2003. The property nMargin has been separated into nLeftMargin and nTopMargin
f.. Other classes
a.. TPicture: Support of multiple new formats through the use of FreeImage.DLL. This class is the base of other classes, like TImage or the background painting of a lot of controls, so its possibilities encrease considerably
a.. TPrinter: Small bug on methods Copies, DefaultBin, Color, Duplex, Collate and PrintQuality
a.. TPrinter: Error when setting the printer through its system dialog
a.. TPrinter: Error when calling NewPage() from the OnEndPage, OnEnd and OnPostEnd events
a.. TReport: Coordinates error when the paper orientation was changed automatically to landscape
a.. TMessageBox: New event OnShow
a.. TMenu: New property nStyle: msDEFAULT, msOFFICEXP, msOFFICE2003
g.. Samples
a.. New Browse edition sample
h.. Documentation
a.. Updated to latest changes
Yes there will be SQLite native support in future versions of Xailer, is a work in progress, that surely it will not be included on next version 1.3, but it will be available really soon.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Stephan Hennekens" <stephan.hennekens@wur.nl> escribió en el mensaje news:45e81f2f$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Hello,
>
> on the Spanish Xailer forum there is news about the upcoming version 1.3.
> Would it be possible to have an English version of that news?
> As far as I understood there will be support for SQLite. Is that correct?
>
> Regards,
> Stephan
>
>
>
--
Responder