Mr. Rao's samples collection.

User avatar
Detlef
Posts: 209
Joined: Mon Feb 07, 2022 9:54 pm

Re: Mr. Rao's samples collection.

Post by Detlef »

Thanks again, Marc.
I appreciate your advice.
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Mr. Rao's samples collection.

Post by Jimmy »

hi Otto,
Otto wrote:I made a test with the forum.prg changing the link against the German x_b_a_s_e Forum.
It is working fine.

there are not Source in Forum10.ZIP.
where can i get Forum.PRG :?:

btw. how to Download Forum WebPage :?:
greeting,
Jimmy
User avatar
Otto
Posts: 6405
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: Mr. Rao's samples collection.

Post by Otto »

Hi Jimmy,
do you mean this sample?

https://mybergland.com/fwforum/forum.zip

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
TimStone
Posts: 2955
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: Mr. Rao's samples collection.

Post by TimStone »

I think this utility would be very helpful, but it is somewhat confusing on how to use it.

I would like to download ALL samples, to the current ones, and be able to search for a keyword.

For example, I would like to see recent RTF ( Rich Text Formatting ) samples.

1). How do I download ALL samples ?
2). How do I then search for the keyword. I put it in the field but see no button to activate the search.

I know this is from an old post that just resurfaced, but I think it could be very helpful.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Mr. Rao's samples collection.

Post by Jimmy »

hi Tim,

i have exact same "Problem" to find out how the Tool work.

i have download from 1 - 40000, which take about 6 Hour using
Radio-Button "Flag" English = 3 and "Sample1"

now Sample1.DBF is "filled" but how to use Sample2.DBF :?:
when press "Forum Update" it "seems" always to go into Sample1.DBF

btw. Default are "new" which mean ZAP before begin ... i recommend "Append" as Default

---

IF i store hole Website how to display HTML (not using Browser) in App :?:

---

IF Website have a Attachment (not allowed in FiveWin Forum) how to detect :?:

---

when i want to "close" App using ALT-F4 it begin to delete Entry ... what is App doing ... :o
greeting,
Jimmy
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Mr. Rao's samples collection.

Post by Jimmy »

hi Otto,
Otto wrote:do you mean this sample?
https://mybergland.com/fwforum/forum.zip

YES,
Thx for File

Code: Select all | Expand

cText := WebPageContents( cPageUrl, .t. )

where is WebPageContents() come from :?:

can u use CURL instead to download Webpage :?: (if Yes how under FiveWin )
greeting,
Jimmy
User avatar
Otto
Posts: 6405
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: Mr. Rao's samples collection.

Post by Otto »

Hi Jimmy,

you find it here:

c:\fwh\source\function\imgtxtio.prg

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
nageswaragunupudi
Posts: 10722
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Mr. Rao's samples collection.

Post by nageswaragunupudi »

Code:
cText := WebPageContents( cPageUrl, .t. )

where is WebPageContents() come from :?:

can u use CURL instead to download Webpage :?: (if Yes how under FiveWin )


function WebPageContents( cURL, [lText := .f.] ) --> cText/cImage
is FWH built-in function and is used extensively inside FWH library to download image/text contents of any webpage. This function uses WinHTTP.

This function is in source\function\imgtxtio.prg

samples\forums.prg also uses this function.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Mr. Rao's samples collection.

Post by Jimmy »

hi Otto,
Otto wrote:you find it here:
c:\fwh\source\function\imgtxtio.prg

Aha
Thx to point me to Source File
greeting,
Jimmy
User avatar
Otto
Posts: 6405
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: Mr. Rao's samples collection.

Post by Otto »

Jimmy, that's the beauty of Fivewin.
Thanks to the generosity of Antonio and the Fivetech team, we have the opportunity to see all the source code.

There's nothing better when you want to do a little "tweaking" yourself.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Mr. Rao's samples collection.

Post by Marc Venken »

TimStone wrote:I think this utility would be very helpful, but it is somewhat confusing on how to use it.

I would like to download ALL samples, to the current ones, and be able to search for a keyword.

For example, I would like to see recent RTF ( Rich Text Formatting ) samples.

1). How do I download ALL samples ?
2). How do I then search for the keyword. I put it in the field but see no button to activate the search.

I know this is from an old post that just resurfaced, but I think it could be very helpful.


Tim,

I have been using this program. We have to see If Uwe is willing to change some stuff for better simple usage.
The current version is indeed to complex for simple use. If we go back to one of the early version, we keep the basic of searching. After I think it was version 5, the program became to complex.

Even the original starting program from mr. Rao can be a great startingpoint, because it also does what is needed.
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: Mr. Rao's samples collection for Xbrowse

Post by Jimmy »

hi,
nageswaragunupudi wrote:I think I posted some time back a program to dowload all samples from the forum.

just for Information : can someone point me to "Original" Thread
greeting,
Jimmy
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Mr. Rao's samples collection for Xbrowse

Post by Marc Venken »

Jimmy wrote:hi,
nageswaragunupudi wrote:I think I posted some time back a program to dowload all samples from the forum.

just for Information : can someone point me to "Original" Thread


viewtopic.php?f=3&t=33496
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
karinha
Posts: 7942
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Mr. Rao's samples collection for Xbrowse

Post by karinha »

Marc Venken wrote:
Jimmy wrote:hi,
nageswaragunupudi wrote:I think I posted some time back a program to dowload all samples from the forum.

just for Information : can someone point me to "Original" Thread


viewtopic.php?f=3&t=33496


[url]viewtopic.php?f=3&t=33496[/url]

????

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: Mr. Rao's samples collection for Xbrowse

Post by Marc Venken »

Marc Venken wrote:
Jimmy wrote:hi,
nageswaragunupudi wrote:I think I posted some time back a program to dowload all samples from the forum.

just for Information : can someone point me to "Original" Thread


viewtopic.php?f=3&t=33496


Oeps... Part of the link was missing

viewtopic.php?f=3&t=33496
Marc Venken
Using: FWH 23.08 with Harbour
Post Reply