Simple RSS reader for your applications...

User avatar
Andrés González
Posts: 625
Joined: Thu Jan 19, 2006 10:45 am
Location: Mallorca

Post by Andrés González »

Enrico, now the program is working perfectly without putting the objet to nil. By the way, I think is important liberate memory when you don't need the object, in my case after I merge de document with the dbf.
Last edited by Andrés González on Sun Aug 31, 2008 11:13 am, edited 1 time in total.
Saludos

Andrés González desde Mallorca
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

Glad the problem I experienced months back is fixed now. Its my mistake that I did not report at that time in the right forums.

Mr Antonio

Are you planning to publish revised builds with this fix ?
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Dear Rao,

yes, we will publish a new xHarbour build with this fix, asap
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

sorry,
I want try feedrss but it not run ok
Last edited by Silvio on Mon Sep 01, 2008 11:21 am, edited 1 time in total.
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

sorry,
I want try feedrss with my url www.teramoest.it/dblog/feedrss.asp but I try it but it make error when I insert this url into source


iif( !file("feeds.arr") , ;
EK_SAVEARR( { "http://www.teramoest.it/dblog/feedrss.asp", ;
"http://rss.terra.com.br/0,,EI4795,00.xml" }, "feeds.arr" ), "" )

and it make this error
Application
===========
Path and name: C:\work\errori\feedrss\feedrss.Exe (32 bits)
Size: 1,450,496 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 08/26/08, 18:57:34
Error description: Error BASE/1004 Class: 'NIL' has no exported method: TEXT
Args:
[ 1] = U

Stack Calls
===========
Called from: => TEXT(0)
Called from: feedrss.prg => FEEDLOADERARRAY(136)
Called from: feedrss.prg => FEEDREADER(34)
Best Regards, Saludos

Falconi Silvio
Rochinha
Posts: 309
Joined: Sun Jan 08, 2006 10:09 pm
Location: Brasil - Sao Paulo
Contact:

Post by Rochinha »

Silvio,

ASP code is not XML code. Put the real XML link.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

http://www.teramoest.it/dblog/feedrss.asp

If you try you can see it a xlm page ...

look the source code of this page

<?xml version="1.0" encoding="windows-1252"?>
<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
Best Regards, Saludos

Falconi Silvio
Rochinha
Posts: 309
Joined: Sun Jan 08, 2006 10:09 pm
Location: Brasil - Sao Paulo
Contact:

Post by Rochinha »

Silvio,

Again, ASP is a script and XML is a result.

Your ASP page show a result and FeedReader work on a XML code.

View in your ASP code for XML function treatment.

In the code below i pass .XML file link

EK_SAVEARR( { "http://www.teramoest.it/dblog/feedrss.asp", ;
"http://rss.terra.com.br/0,,EI4795,00[b].xml[/b]" }, "feeds.arr" ), "" )
Post Reply