Search found 59 matches: rte

Searched query: rte

by Antonio Linares
Sat Jul 29, 2023 9:16 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 6394

Re: New FTDN July/Julio (FWH 23.07)

... Clase TDataRow:

* TDataRow class: Los campos de imagen se muestran como imágenes, aunque todavía no se pueden modificar ni guardar.

* XBROWSE:
- RTE durante la navegación de la consulta PostGre debido a un error en el método SetPostGreCol() corregido.

- Si el conjunto de registros está cerrado ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 6394

New FTDN July/Julio (FWH 23.07)

... can be a codeblock also.
Default: Ascending sort
Param.2 lRecurse: Default .f. for backward compatibility
If set to .T. all subtrees are also sorted
Param.3 nCol: Default 0: Sorts on nCol of Cargo Array

* TreeItem: oItem[ n ] returns oItem:Cargo[ n ] if oItem:Cargo
is an array and n is ...
by hua
Mon Sep 05, 2022 1:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Hi Rao,
It works! :shock:
For the life of me I would have never guessed that solution.
Thank you very much!
by nageswaragunupudi
Tue Aug 30, 2022 9:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

I remember having experienced the same problem, when I was writing the METHOD ToExcel() of XBrowse.
Please see my notes towards the end of ToExcel() method in XBrowse.
#ifndef __XHARBOUR__ else // SysRefresh() // // This requires explanation. // With xHarbour there is no problem. Problem is ...
by hua
Tue Aug 30, 2022 3:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

It's just a crude report written in class form as I try to avoid using public,private variable as much as possible :)
Irregardless, I've emailed it to you.
Thank you
by nageswaragunupudi
Tue Aug 30, 2022 3:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Nice.
Do you mind sharing your class with me?
by hua
Tue Aug 30, 2022 2:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Hi Rao,
StatPrnXls() is a class in my program that generates a report directly in Excel using OLE.
The last line in StatPrnCls():activate() is return .t. hence my bewilderment when lRetVal contains an array
by nageswaragunupudi
Mon Aug 29, 2022 10:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

May I know what is this "StatPrnXls()" ?
by nageswaragunupudi
Mon Aug 29, 2022 10:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

May I know what is this "StatPrnXls()" ?
by hua
Thu Aug 25, 2022 1:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Whether StatPrnXls():activate() returns .t. or .f. lRetVal always ends up with {0, 5813120}

I can't wrap my mind on what's happening. Called class returns a logical value yet lRetVal ends up with an array
by Antonio Linares
Wed Aug 24, 2022 6:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

You could try this:

instead of
return lRetVal

use
return lRetVal[ 2 ] != 0
by hua
Wed Aug 24, 2022 2:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Another error I found after compiling with Harbour. Instead of a logical value, lRetVal ends up with an array {0, 5813120}
      lRetVal := StatPrnXls():activate(cTitle, cFrom, cTo, dCOD, lPrnZero)      return lRetVal

I don't even know where to begin ...
by hua
Tue Aug 23, 2022 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Thanks Cristobal! That was it :)
by cnavarro
Tue Aug 23, 2022 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 1703

Re: Excel OLE RTE when compiled with Harbour

Try with

Code: Select all | Expand


::oSheet := ::oExcel:ActiveSheet
 ::oSheet:name := "A & T ELEC"