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 124 coincidencias

por DC
Dom Jul 28, 2013 2:45 pm
Foro: English
Tema: Illustration of Xailer ole problem
Respuestas: 0
Vistas: 5596

Illustration of Xailer ole problem

Not sure if this will help or not, but attached is an Xailer project, which uses a component that fails when setting certain properties, in Xailer. However, when the win32ole.prg and w32ole.c source from the MiniGui distribution are included, then the property (called CurrentReduction) gets set fine...
por DC
Dom Jul 28, 2013 2:36 pm
Foro: English
Tema: An illustration of some old problems in Xailer
Respuestas: 10
Vistas: 5649

An illustration of some old problems in Xailer

Same problem, asking for a password and id. Also, I did include the
attachment.
Ignacio, I think this might be a problem with my email client. I'll try
this, through the Web Interface, hang on...
por DC
Dom Jul 28, 2013 3:14 am
Foro: English
Tema: An illustration of some old problems in Xailer
Respuestas: 10
Vistas: 5649

An illustration of some old problems in Xailer

Sorry, I mean I'm not able to write any messages to the Pro group; it
continues to ask for a password; perhaps the id & password that I have,
are not valid for the Pro group. Am able to log in and read existing
posts, in the Pro group.
por DC
Dom Jul 28, 2013 3:12 am
Foro: English
Tema: An illustration of some old problems in Xailer
Respuestas: 10
Vistas: 5649

An illustration of some old problems in Xailer

I'm still unable to log into the Xailer Pro newsgroup. It's been like this for years. Not sure if this will help or not, but attached is an Xailer project, which uses a component that fails when setting certain properties, in Xailer. However, when the win32ole.prg and w32ole.c source from the MiniG...
por DC
Vie Jul 26, 2013 1:46 pm
Foro: English
Tema: Is there a way to start an Edit/Memo field at a certain position?
Respuestas: 5
Vistas: 2807

Is there a way to start an Edit/Memo field at a certain position?

Ok, will do so next time, thanks.
por DC
Lun Oct 03, 2011 3:58 pm
Foro: English
Tema: How to print a status line to a log file?
Respuestas: 2
Vistas: 1369

How to print a status line to a log file?

That's the one I was looking for, thanks Jose.
On 10/3/2011 3:32 AM, José Lalí­n wrote:
> Hi,
>
> use the Xailer native LogFile( cString1, ... cStringN )
>
> Regards,
> José Lalí­n
>
por DC
Mié Ago 17, 2011 9:17 pm
Foro: English
Tema: Recursive classes?
Respuestas: 5
Vistas: 2388

Recursive classes?

Yes, this might. Ok, I'll try it tonight, thanks Jose. On 8/16/2011 6:53 AM, José Lalí­n wrote: > Hi, > > did you try something like: > > CLASS TTest > > DATA oTest > CLASSDATA nCount INIT 0 > > METHOD New() CONSTRUCTOR > > ENDCLASS > > METHOD New() CLASS TTest > > IF ::nCount++ < 10 > ::oTest := TT...
por DC
Dom Ago 14, 2011 11:36 pm
Foro: English
Tema: Recursive classes?
Respuestas: 5
Vistas: 2388

Recursive classes?

Can a second instance of a class be created, inside the class itself, without pointing to the same instance that was already created? Let's say you have a form, which creates an instance of a class, and then displays the properties for that class, on the form. So, you have one instance of the class,...
por DC
Jue Jun 30, 2011 6:39 pm
Foro: English
Tema: Execute method in tadodatasource
Respuestas: 3
Vistas: 1711

Execute method in tadodatasource

Yep, that's it, thanks Ignacio. On 6/30/2011 3:57 AM, Ignacio Ortiz de Zúñiga wrote: > Childers escribió el mar, 28 junio 2011 16:52 >> Should Xailer's implementation of the the ADO Execute >> method, be able to execute SELECTs? >> >> For example, >> >> This returns the expected data, in an arry: >>...
por DC
Mié Jun 29, 2011 10:55 pm
Foro: English
Tema: Execute method in tadodatasource
Respuestas: 3
Vistas: 1711

Execute method in tadodatasource

Does anyone have any information about this? On 6/28/2011 10:52 AM, DC wrote: > Should Xailer's implementation of the the ADO Execute method, be able to > execute SELECTs? > > For example, > > This returns the expected data, in an arry: > > aSQLReturnedRows := ::oSQLServerADODS:QueryArray( "SEL...
por DC
Lun May 23, 2011 5:46 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

Forgot to mention - last week, I tried Xailer Portable on several PCs, after activating them by email (not via the Internet option). It works great, very convenient, thanks. On 5/16/2011 12:06 PM, DC wrote: > Hi, > > I was able to get Xailer Portable working on a flash drive, on a single > PC, by ac...
por DC
Vie May 20, 2011 9:22 pm
Foro: English
Tema: What debugger are you using for tracing through C code?
Respuestas: 1
Vistas: 1151

What debugger are you using for tracing through C code?

Never mind, doesn't matter. If you try to pull in some of the xHarbour ..c source to be included in your project, and let Xailer recompile the source with a Borland -v option injected, then you get an assortment of compiler errors. This obviously opens up another can of worms, and is not worth the e...
por DC
Vie May 20, 2011 5:02 pm
Foro: English
Tema: Does Import ActiveX work only with
Respuestas: 0
Vistas: 7388

Does Import ActiveX work only with

Hi, After Importing some ActiveX objects, the proper .prg and .ch files are properly created. But when tracing through the code, after e.g. oAXObject := TAXObject():New(), In the debugger, the oAXObject shows only form-related properties, related to fonts, borders, etc. It doesn't contain any of the...
por DC
Jue May 19, 2011 8:43 pm
Foro: English
Tema: What debugger are you using for tracing through C code?
Respuestas: 1
Vistas: 1151

What debugger are you using for tracing through C code?

Ignacio/Jose, When you are developing or debugging Xailer enhancements, what debugger do you use to trace through non-xHarbour code? Some of my questions could be avoided if I could trace through some of the HB API code. Years ago for assembly and c code, I worked with the IDAPro toolkits and some t...
por DC
Mié May 18, 2011 10:25 pm
Foro: English
Tema: Member not found error, only in xHarbour
Respuestas: 2
Vistas: 1610

Member not found error, only in xHarbour

oProcess:Invoke( "Load", sProcessFile ), it doesn't generate an error, but am not sure about the results, yet. On 5/18/2011 4:19 PM, DC wrote: > Never mind. Looks like Invoke( "Load" ) works. > > > > On 5/18/2011 4:12 PM, DC wrote: >> Hi, >> >> I'm using some external objects fro...
por DC
Mié May 18, 2011 10:19 pm
Foro: English
Tema: Member not found error, only in xHarbour
Respuestas: 2
Vistas: 1610

Member not found error, only in xHarbour

Never mind. Looks like Invoke( "Load" ) works. On 5/18/2011 4:12 PM, DC wrote: > Hi, > > I'm using some external objects from a vendor SDK. The objects don't > include source code. The initializations run fine ( CreateObject( "..." > ), and some of the methods and properties seem...
por DC
Mié May 18, 2011 10:12 pm
Foro: English
Tema: Member not found error, only in xHarbour
Respuestas: 2
Vistas: 1610

Member not found error, only in xHarbour

Hi, I'm using some external objects from a vendor SDK. The objects don't include source code. The initializations run fine ( CreateObject( "..." ), and some of the methods and properties seem ok. But when I try to perform a Load method from one of the created objects, there's a DISP_E_MEMB...
por DC
Mié May 18, 2011 4:30 pm
Foro: English
Tema: Syntax error in EVENT statement
Respuestas: 0
Vistas: 7577

Syntax error in EVENT statement

When importing an ActiveX event, Xailer generates EVENT statements with
AS clauses.
For example,
EVENT WhatTheEvent( nVar1, nVar2 ) AS NUMERIC
If the 'AS NUMERIC' clauses is removed, then it compiles ok.
por DC
Mar May 17, 2011 8:34 pm
Foro: English
Tema: Can the compiler switches be temporarily changed?
Respuestas: 2
Vistas: 1536

Can the compiler switches be temporarily changed?

Hi, I'm looking at some old xbase code, which displays errors because of private variable declarations. It looks like Xailer is sending /w parameters to the xHarbour compiler. Can this be temporarily changed, in order to trace through this code without a lot of Local modifications? The error is an a...
por DC
Lun May 16, 2011 7:36 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

Better, much better, thanks Ignacio. On 5/16/2011 1:13 PM, Ignacio Ortiz de Zúñiga wrote: > DC escribió el lun, 16 mayo 2011 18:45 >> By the way, the C source files are being generated by >> xHarbour. It's only the linking step, that is an obstacle.> > > > Try to delete the file ilink32.cfg on your ...
por DC
Lun May 16, 2011 7:26 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

Definitely progress, now, thanks. It's now giving linking errors, on missing gtgui.lib. I removed that from Project Properties/Libraries, then linked again. Then it reported a missing ZLIB.LIB. I removed that from the Libraries list, and now how receive a whole bunch of external functions missing. O...
por DC
Lun May 16, 2011 6:45 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

By the way, the C source files are being generated by xHarbour. It's only the linking step, that is an obstacle. On 5/16/2011 12:43 PM, DC wrote: > On 5/16/2011 12:18 PM, Ignacio Ortiz de Zúñiga wrote: >> DC escribió el lun, 16 mayo 2011 18:06 >>> How do you trace through the compiling and linking s...
por DC
Lun May 16, 2011 6:43 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

On 5/16/2011 12:18 PM, Ignacio Ortiz de Zúñiga wrote: > DC escribió el lun, 16 mayo 2011 18:06 >> How do you trace through the compiling and linking step? >> Is there a command line you can use, to substitute for Xailer's >> Project/Build? > > > Compile with Shift+F9 > > Regards, Yep, I see it, ilin...
por DC
Lun May 16, 2011 6:06 pm
Foro: English
Tema: Link error in Xailer portable
Respuestas: 7
Vistas: 2888

Link error in Xailer portable

Hi, I was able to get Xailer Portable working on a flash drive, on a single PC, by activating via email. I'll try it on other PCs later this evening. Meantime, there's an error when linking a project: Linking: ProjectName.exe... Fatal: Unable to open file 'PROJECTNAME.DBJ'. How do you trace through ...