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.

Se encontraron 122 coincidencias

por DC
Vie Jun 17, 2022 10:00 pm
Foro: English
Tema: Is there a way to get more properties from WIN_OLEAUTO object?
Respuestas: 2
Vistas: 917

Is there a way to get more properties from WIN_OLEAUTO object?

Hi, I'm working on an Outlook 365 email retrieval project, using CreateObject("Outlook.Application"). It's going fine, it's based on something I built in Harbour a couple of years ago. I'm just wondering if there's a way to get more debugger information from some of the objects. So for exa...
por DC
Vie Jun 17, 2022 9:53 pm
Foro: English
Tema: Do we need to uninstall Xailer 7, before installing 8
Respuestas: 5
Vistas: 1125

Re: Do we need to uninstall Xailer 7, before installing 8

Thanks, everything's working fine. The extra folder doesn't cause any problems.
jfgimenez escribió: Vie Jun 17, 2022 11:22 am Hi Dwayne,

Xailer 8 uses the same harbour version as Xailer 7. So you might delete c:\xailer8\hb32 and configure the IDE to search for harbour in c:\xailer\hb32.
por DC
Jue Jun 16, 2022 5:32 pm
Foro: English
Tema: Do we need to uninstall Xailer 7, before installing 8
Respuestas: 5
Vistas: 1125

Re: Do we need to uninstall Xailer 7, before installing 8

I installed the first one, and everything seems fine. The only manual intervention, was installing Harbour. Version 7 of Xailer was in C:\Xailer, and the previous Harbour was C:\Xailer\Hb32. When installing Harbour after installing Xailer8, it defaults to C:\Xailer\Hb32, and there's no prompt that a...
por DC
Lun Jun 06, 2022 3:05 pm
Foro: English
Tema: Do we need to uninstall Xailer 7, before installing 8
Respuestas: 5
Vistas: 1125

Re: Do we need to uninstall Xailer 7, before installing 8

Thanks, Ignacio. Hi, You can install Xailer 8 on top of Xailer 7, but I suggest you make a backup before the operation. BTW, there is no problem to install Xailer 8 on a different path. On those cases I suggest you copy the file \bin\xailer.cfg to the new \bin directory on Xailer 8. Xailer 8 will re...
por DC
Jue Jun 02, 2022 8:03 pm
Foro: English
Tema: Do we need to uninstall Xailer 7, before installing 8
Respuestas: 5
Vistas: 1125

Do we need to uninstall Xailer 7, before installing 8

Hi,

Will Xailer 8 overwrite the existing Xailer 7, or should we uninstall first?
por DC
Vie Abr 15, 2022 5:41 pm
Foro: English
Tema: GPF access violation when defining Oracle data source
Respuestas: 4
Vistas: 1539

Re: GPF access violation when defining Oracle data source

Ignacio, Sorry I accidentally started this on the Spanish forum. Your spelling is off. S/b odbcad32. %windir%\syswow64\odbcad32.exe Yes, that's the one that I'm using. There's definitely a problem with the 32-bit ODBC administrator, but not with the 64 bit version. I'll search the web, and in the me...
por DC
Vie Abr 15, 2022 1:07 am
Foro: English
Tema: GPF access violation when defining Oracle data source
Respuestas: 4
Vistas: 1539

GPF access violation when defining Oracle data source

Hi, I don't think you can help with this and will probably have to visit another forum, but please confirm that Xailer is 32-bit. I installed Xailer on a different workstaiton, and am testing some database code that was written in 2021. When I try to redefine the datasource, I keep getting a GPF acc...
por DC
Mié Ene 26, 2022 4:23 pm
Foro: English
Tema: Sqlite datasource for DBBrowse
Respuestas: 4
Vistas: 1416

Re: Sqlite datasource for DBBrowse

ignacio escribió: Dom Ene 23, 2022 9:42 pm Hi,

I suppose you have included the sqlite library in your project. In case yes, please try to run any SQLite sample and tell us your results.

Regards,
Thanks Ignacio,

I just checked on the sqlite library, and everything is compiling without errors.
por DC
Dom Ene 23, 2022 6:33 pm
Foro: English
Tema: Sqlite datasource for DBBrowse
Respuestas: 4
Vistas: 1416

Re: Sqlite datasource for DBBrowse

Thanks, Hurricane. All that makes sense. Unfortunately, when I try to active the query, about 7 seconds after Selecting lOpen = T, in the tSqlQuery Object, Xailer Enterprise abruptly exits, without saving the setting or popping up a warning. I'll try shortening the number of rows, in case this is so...
por DC
Vie Ene 21, 2022 12:40 am
Foro: English
Tema: Sqlite datasource for DBBrowse
Respuestas: 4
Vistas: 1416

Sqlite datasource for DBBrowse

Speaking of things I don't know how to do, how do we connect a Sqlite Dataset to a TDBBrowse? 7 minutes after the last post, I discovered I don't know how to add a defined Sqlite source to a TDBBrowse. The existing Sqlite database is pointed to with the oConnect property in the TDBrowse. But the oDa...
por DC
Vie Ene 21, 2022 12:04 am
Foro: English
Tema: Thanks for putting in so much work on the project manager
Respuestas: 1
Vistas: 953

Thanks for putting in so much work on the project manager

Hi, I'm sometimes confused about how to get certain things done. I just don't use Xailer all the time, to become familiar enough. But one feature that I'm grateful for, is how Xailer structures its projects. It's so much easier to use, than any other tool out there. For example, I could spend hours ...
por DC
Mié Dic 15, 2021 2:33 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

Re: What's a good way to load substrings of a text file into a grid?

I didn't expect this. Thanks, Ignacio. Hi, Attached a sample using a browser class TTextBrowse that can handles any text file of any size, as long the OS can handle too. With REALLY very large files, the function GetLines() can be slow. Moving that function to C surely will increase its speed. Anoth...
por DC
Jue Dic 09, 2021 5:46 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

Re: What's a good way to load substrings of a text file into a grid?

Ignacio,

Sorry, I can't locate a TBrowse component in any of the toolbox tabs. Should I just use the class directly?

The derived objects are there TArrayBrowse and TDBBrowse and such. But there's no base component TBrowse.
por DC
Jue Dic 09, 2021 5:36 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

Re: What's a good way to load substrings of a text file into a grid?

I guess I'd want to start with the HB_F() functions, assuming that they behave well with Xailer. https://vivaclipper.wordpress.com/tag/hb_fuse/ Hi, Then I suggest you treat them with just fOpen(), fSeek() and fClose() functions and a TBrowse control. The RecCount() surely will be the tricky part. Re...
por DC
Jue Dic 09, 2021 4:29 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

Re: What's a good way to load substrings of a text file into a grid?

Ok, thanks Ignacio. Some of the files are at least a gig. Hi, When I say huge files, I mean files over 10 Mb, or so. Except those cases you surely will not detect any speed problem on converting that file into an array. In case the file is larger, I recommend to use a TBrowse, its navigation events ...
por DC
Mié Dic 08, 2021 7:39 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

Re: What's a good way to load substrings of a text file into a grid?

Thanks ignaacio, Yes, it would be viewed in columns of data. Would we be using a Tbrowse or TArrayBrowse, or some other component? If we use a browse, does the array get loaded a screen at a time? I'd be concerned about performance when the files are really large. It would be read-only, not sure if ...
por DC
Mié Dic 08, 2021 6:28 pm
Foro: English
Tema: What's a good way to load substrings of a text file into a grid?
Respuestas: 11
Vistas: 1288

What's a good way to load substrings of a text file into a grid?

Hi, I just need the general approach, and what kind of grid to use. So if we have a fixed-width text file with defined fields or a comma delimited file, what kind of grid should we use? Just a basic TListView? How would you reccomend to navigate through the file? Just use the basic Harbour file func...
por DC
Mié Dic 08, 2021 6:09 pm
Foro: English
Tema: TSumatraViewer English Help in Spanish
Respuestas: 2
Vistas: 620

Re: TSumatraViewer English Help in Spanish

No problem, ignacio. Nothing critical.
ignacio escribió: Mié Dic 08, 2021 1:22 pm Dear Sir,

In fact, there are some classes that are not yet translated. We hope to have them shortly. We apologize for the delay.

Regards,
por DC
Mar Dic 07, 2021 8:43 pm
Foro: English
Tema: TSumatraViewer English Help in Spanish
Respuestas: 2
Vistas: 620

TSumatraViewer English Help in Spanish

Hi,

I'm not using the Sumatra functions right now. But just noticed that in the English Help file for 7.13, the Sumatra Viewer documentation is in Spanish.
por DC
Dom Ago 08, 2021 5:40 am
Foro: English
Tema: Xailer 7.1.1 portable - how to upgrade?
Respuestas: 4
Vistas: 2160

Re: Xailer 7.1.1 portable - how to upgrade?

Ok, thanks Ignacio, I'll give the installations another try. I just seem to recall a Portable option showing up during the installation, but I didn't see that this time. Hello, I hope the Email problem is fixed. I've looking at your portable version issue and I believe is correct. The Enterprise ver...
por DC
Dom Jul 18, 2021 2:59 am
Foro: English
Tema: Xailer 7.1.1 portable - how to upgrade?
Respuestas: 4
Vistas: 2160

Re: Xailer 7.1.1 portable - how to upgrade?

Will do, thanks Ignacio. By the way, one oddity I've noticed before, regarding these posts - the responses don't show up in my registered email inbox. The "Notify me when a reply is posted" checkbox is selected, but I find out about the response, only when I happen to visit the forum. Rega...
por DC
Vie Jul 16, 2021 7:05 pm
Foro: English
Tema: Xailer 7.1.1 portable - how to upgrade?
Respuestas: 4
Vistas: 2160

Xailer 7.1.1 portable - how to upgrade?

Hi, I have 2 Xailer Enterprise 7.0.9 installations on 2 desktops, and a Portable on a microsd drive. How do I upgrade the Portable with xailer711.exe? The setup is defaulting to the C:\Xailer ; it's not showing a Portable option. Sorry, I don't recall how I installed the Portable version a couple of...
por DC
Sab May 15, 2021 5:46 am
Foro: English
Tema: How to display FastReport designer, and registration
Respuestas: 3
Vistas: 1673

Re: How to display FastReport designer, and registration

Also, I can't locate the FastReport component. The help file says you can create it with code, but it doesn't display. In the sample c:\xailer\Samples\FastReport\MasterDetail.xpj, the database location defaults to an c:\ozs folder, so you have to change that to c:\xailer\Samples\FastReport\demo.mdb....
por DC
Sab May 15, 2021 5:12 am
Foro: English
Tema: How to display FastReport designer, and registration
Respuestas: 3
Vistas: 1673

Re: How to display FastReport designer, and registration

Yep, I understand. Ozs clarified the matter, thanks.
por DC
Jue May 13, 2021 3:17 pm
Foro: English
Tema: How to display FastReport designer, and registration
Respuestas: 3
Vistas: 1673

How to display FastReport designer, and registration

Hi, I think we are supposed to bring up the FR designer in code. So I tried something similar to the Help file suggestion: oFr := TFastReport():New() oFr:DesignReport() oFR:End This above runs ok, but doesn't display anything. We don't have an official Report component, correct? I searched through a...