Simple RSS reader for your applications...
- Andrés González
- Posts: 625
- Joined: Thu Jan 19, 2006 10:45 am
- Location: Mallorca
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
Andrés González desde Mallorca
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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)
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
Falconi 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/">
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
Falconi Silvio
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" ), "" )
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" ), "" )